@pkmn/sim 0.5.25 → 0.5.27
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.
- package/build/config/formats.js +195 -162
- package/build/config/formats.js.map +1 -1
- package/build/data/aliases.js +2 -2
- package/build/data/aliases.js.map +1 -1
- package/build/data/conditions.js +1 -1
- package/build/data/conditions.js.map +1 -1
- package/build/data/formats-data.js +24 -25
- package/build/data/formats-data.js.map +1 -1
- package/build/data/learnsets.js +27 -20
- package/build/data/learnsets.js.map +1 -1
- package/build/data/mods/gen1/formats-data.js +0 -5
- package/build/data/mods/gen1/formats-data.js.map +1 -1
- package/build/data/mods/gen1/moves.js +54 -22
- package/build/data/mods/gen1/moves.js.map +1 -1
- package/build/data/mods/gen2/moves.js +10 -5
- package/build/data/mods/gen2/moves.js.map +1 -1
- package/build/data/mods/gen3/formats-data.js +2 -2
- package/build/data/mods/gen3/formats-data.js.map +1 -1
- package/build/data/mods/gen3/moves.js +9 -0
- package/build/data/mods/gen3/moves.js.map +1 -1
- package/build/data/mods/gen6/formats-data.js +14 -14
- package/build/data/mods/gen6/formats-data.js.map +1 -1
- package/build/data/mods/gen7/pokedex.js +4 -5
- package/build/data/mods/gen7/pokedex.js.map +1 -1
- package/build/data/pokedex.js +14 -14
- package/build/data/pokedex.js.map +1 -1
- package/build/data/rulesets.js +1 -1
- package/build/data/rulesets.js.map +1 -1
- package/build/data/text/abilities.js +321 -139
- package/build/data/text/abilities.js.map +1 -1
- package/build/data/text/moves.js +8 -2
- package/build/data/text/moves.js.map +1 -1
- package/build/sim/battle-actions.js.map +1 -1
- package/build/sim/pokemon.js +1 -1
- package/build/sim/pokemon.js.map +1 -1
- package/build/sim/team-validator.js +30 -18
- package/build/sim/team-validator.js.map +1 -1
- package/config/formats.ts +194 -159
- package/data/aliases.ts +2 -2
- package/data/conditions.ts +1 -1
- package/data/formats-data.ts +24 -25
- package/data/learnsets.ts +27 -20
- package/data/mods/gen1/formats-data.ts +0 -5
- package/data/mods/gen1/moves.ts +54 -23
- package/data/mods/gen2/moves.ts +10 -5
- package/data/mods/gen3/formats-data.ts +2 -2
- package/data/mods/gen3/moves.ts +9 -0
- package/data/mods/gen6/formats-data.ts +14 -14
- package/data/mods/gen7/pokedex.ts +4 -5
- package/data/pokedex.ts +14 -14
- package/data/rulesets.ts +1 -1
- package/data/text/abilities.ts +321 -139
- package/data/text/moves.ts +8 -2
- package/package.json +1 -1
- package/sim/battle-actions.ts +1 -0
- package/sim/pokemon.ts +1 -1
- package/sim/team-validator.ts +31 -20
package/data/text/abilities.ts
CHANGED
|
@@ -48,42 +48,57 @@ export const AbilitiesText: {[k: string]: AbilityText} = {
|
|
|
48
48
|
},
|
|
49
49
|
anticipation: {
|
|
50
50
|
name: "Anticipation",
|
|
51
|
-
desc: "On switch-in, this Pokemon is alerted if any opposing Pokemon has an attack that is super effective
|
|
51
|
+
desc: "On switch-in, this Pokemon is alerted if any opposing Pokemon has an attack that is super effective against this Pokemon, or an OHKO move. This effect considers any move that deals direct damage as an attacking move of its respective type, Hidden Power counts as its determined type, and Judgment, Multi-Attack, Natural Gift, Revelation Dance, Techno Blast, and Weather Ball are considered Normal-type moves.",
|
|
52
52
|
shortDesc: "On switch-in, this Pokemon shudders if any foe has a supereffective or OHKO move.",
|
|
53
53
|
gen6: {
|
|
54
|
-
desc: "On switch-in, this Pokemon is alerted if any opposing Pokemon has an attack that is super effective against this Pokemon, or an OHKO move.
|
|
54
|
+
desc: "On switch-in, this Pokemon is alerted if any opposing Pokemon has an attack that is super effective against this Pokemon, or an OHKO move. This effect considers any move that deals direct damage as an attacking move of its respective type, Hidden Power counts as its determined type, and Judgment, Natural Gift, Techno Blast, and Weather Ball are considered Normal-type moves.",
|
|
55
55
|
},
|
|
56
56
|
gen5: {
|
|
57
|
-
desc: "On switch-in, this Pokemon is alerted if any opposing Pokemon has an attack that is super effective
|
|
57
|
+
desc: "On switch-in, this Pokemon is alerted if any opposing Pokemon has an attack that is super effective against this Pokemon, or an OHKO move. This effect considers any move that deals direct damage as an attacking move of its respective type, and Hidden Power, Judgment, Natural Gift, Techno Blast, and Weather Ball are considered Normal-type moves.",
|
|
58
|
+
},
|
|
59
|
+
gen4: {
|
|
60
|
+
desc: "On switch-in, this Pokemon is alerted if any opposing Pokemon has an attack that is super effective against this Pokemon, or an OHKO move that this Pokemon is not immune to and if its level is less than or equal to the opposing Pokemon's level. This effect does not consider Counter, Dragon Rage, Metal Burst, Mirror Coat, Night Shade, Psywave, or Seismic Toss as attacking moves, and Hidden Power, Judgment, Natural Gift, and Weather Ball are considered Normal-type moves. This effect considers any changes to the effectiveness of attacks against this Pokemon due to the effects of Gravity or the Normalize or Scrappy Abilities.",
|
|
58
61
|
},
|
|
59
62
|
|
|
60
63
|
activate: " [POKEMON] shuddered!",
|
|
61
64
|
},
|
|
62
65
|
arenatrap: {
|
|
63
66
|
name: "Arena Trap",
|
|
64
|
-
desc: "Prevents
|
|
65
|
-
shortDesc: "Prevents
|
|
67
|
+
desc: "Prevents opposing Pokemon from choosing to switch out unless they are airborne, are holding a Shed Shell, or are a Ghost type.",
|
|
68
|
+
shortDesc: "Prevents opposing Pokemon from choosing to switch out unless they are airborne.",
|
|
69
|
+
gen6: {
|
|
70
|
+
desc: "Prevents adjacent opposing Pokemon from choosing to switch out unless they are airborne, are holding a Shed Shell, or are a Ghost type.",
|
|
71
|
+
},
|
|
72
|
+
gen5: {
|
|
73
|
+
desc: "Prevents adjacent opposing Pokemon from choosing to switch out unless they are airborne or holding a Shed Shell.",
|
|
74
|
+
},
|
|
75
|
+
gen4: {
|
|
76
|
+
desc: "Prevents opposing Pokemon from choosing to switch out unless they are airborne or holding a Shed Shell.",
|
|
77
|
+
},
|
|
78
|
+
gen3: {
|
|
79
|
+
desc: "Prevents opposing Pokemon from choosing to switch out unless they are airborne.",
|
|
80
|
+
},
|
|
66
81
|
},
|
|
67
82
|
aromaveil: {
|
|
68
83
|
name: "Aroma Veil",
|
|
69
|
-
desc: "This Pokemon and its allies cannot
|
|
84
|
+
desc: "This Pokemon and its allies cannot become affected by Attract, Disable, Encore, Heal Block, Taunt, or Torment.",
|
|
70
85
|
shortDesc: "Protects user/allies from Attract, Disable, Encore, Heal Block, Taunt, and Torment.",
|
|
71
86
|
|
|
72
87
|
block: " [POKEMON] is protected by an aromatic veil!",
|
|
73
88
|
},
|
|
74
89
|
asone: {
|
|
75
90
|
name: "As One",
|
|
76
|
-
shortDesc: "
|
|
91
|
+
shortDesc: "See 'As One (Glastrier)' and 'As One (Spectrier)'.",
|
|
77
92
|
|
|
78
93
|
start: " [POKEMON] has two Abilities!",
|
|
79
94
|
},
|
|
80
95
|
asoneglastrier: {
|
|
81
96
|
name: "As One (Glastrier)",
|
|
82
|
-
shortDesc: "
|
|
97
|
+
shortDesc: "Combination of the Unnerve and Chilling Neigh Abilities.",
|
|
83
98
|
},
|
|
84
99
|
asonespectrier: {
|
|
85
100
|
name: "As One (Spectrier)",
|
|
86
|
-
shortDesc: "
|
|
101
|
+
shortDesc: "Combination of the Unnerve and Grim Neigh Abilities.",
|
|
87
102
|
},
|
|
88
103
|
aurabreak: {
|
|
89
104
|
name: "Aura Break",
|
|
@@ -94,8 +109,16 @@ export const AbilitiesText: {[k: string]: AbilityText} = {
|
|
|
94
109
|
},
|
|
95
110
|
baddreams: {
|
|
96
111
|
name: "Bad Dreams",
|
|
97
|
-
desc: "Causes
|
|
98
|
-
shortDesc: "Causes sleeping
|
|
112
|
+
desc: "Causes opposing Pokemon to lose 1/8 of their maximum HP, rounded down, at the end of each turn if they are asleep.",
|
|
113
|
+
shortDesc: "Causes sleeping foes to lose 1/8 of their max HP at the end of each turn.",
|
|
114
|
+
gen6: {
|
|
115
|
+
desc: "Causes adjacent opposing Pokemon to lose 1/8 of their maximum HP, rounded down, at the end of each turn if they are asleep.",
|
|
116
|
+
shortDesc: "Causes sleeping adjacent foes to lose 1/8 of their max HP at the end of each turn.",
|
|
117
|
+
},
|
|
118
|
+
gen4: {
|
|
119
|
+
desc: "Causes opposing Pokemon to lose 1/8 of their maximum HP, rounded down, at the end of each turn if they are asleep.",
|
|
120
|
+
shortDesc: "Causes sleeping foes to lose 1/8 of their max HP at the end of each turn.",
|
|
121
|
+
},
|
|
99
122
|
|
|
100
123
|
damage: " [POKEMON] is tormented!",
|
|
101
124
|
},
|
|
@@ -113,7 +136,7 @@ export const AbilitiesText: {[k: string]: AbilityText} = {
|
|
|
113
136
|
},
|
|
114
137
|
battlebond: {
|
|
115
138
|
name: "Battle Bond",
|
|
116
|
-
desc: "If this Pokemon is a Greninja, it transforms into Ash-Greninja
|
|
139
|
+
desc: "If this Pokemon is a Greninja, it transforms into Ash-Greninja if it attacks and knocks out another Pokemon. If this Pokemon is an Ash-Greninja, its Water Shuriken has 20 power and always hits three times.",
|
|
117
140
|
shortDesc: "After KOing a Pokemon: becomes Ash-Greninja, Water Shuriken: 20 power, hits 3x.",
|
|
118
141
|
|
|
119
142
|
activate: " [POKEMON] became fully charged due to its bond with its Trainer!",
|
|
@@ -121,12 +144,12 @@ export const AbilitiesText: {[k: string]: AbilityText} = {
|
|
|
121
144
|
},
|
|
122
145
|
beastboost: {
|
|
123
146
|
name: "Beast Boost",
|
|
124
|
-
desc: "This Pokemon's highest stat is raised by 1 stage if it attacks and knocks out another Pokemon.",
|
|
147
|
+
desc: "This Pokemon's highest stat is raised by 1 stage if it attacks and knocks out another Pokemon. Stat stage changes are not considered. If multiple stats are tied, Attack, Defense, Special Attack, Special Defense, and Speed are prioritized in that order.",
|
|
125
148
|
shortDesc: "This Pokemon's highest stat is raised by 1 if it attacks and KOes another Pokemon.",
|
|
126
149
|
},
|
|
127
150
|
berserk: {
|
|
128
151
|
name: "Berserk",
|
|
129
|
-
desc: "When this Pokemon has more than 1/2 its maximum HP and takes damage from an attack bringing it to 1/2 or less of its maximum HP, its Special Attack is raised by 1 stage. This effect applies after all hits from a multi-hit move
|
|
152
|
+
desc: "When this Pokemon has more than 1/2 its maximum HP and takes damage from an attack bringing it to 1/2 or less of its maximum HP, its Special Attack is raised by 1 stage. This effect applies after all hits from a multi-hit move. This effect is prevented if the move had a secondary effect removed by the Sheer Force Ability.",
|
|
130
153
|
shortDesc: "This Pokemon's Sp. Atk is raised by 1 when it reaches 1/2 or less of its max HP.",
|
|
131
154
|
},
|
|
132
155
|
bigpecks: {
|
|
@@ -135,8 +158,8 @@ export const AbilitiesText: {[k: string]: AbilityText} = {
|
|
|
135
158
|
},
|
|
136
159
|
blaze: {
|
|
137
160
|
name: "Blaze",
|
|
138
|
-
desc: "When this Pokemon has 1/3 or less of its maximum HP, rounded down, its
|
|
139
|
-
shortDesc: "At 1/3 or less of its max HP, this Pokemon's
|
|
161
|
+
desc: "When this Pokemon has 1/3 or less of its maximum HP, rounded down, its offensive stat is multiplied by 1.5 while using a Fire-type attack.",
|
|
162
|
+
shortDesc: "At 1/3 or less of its max HP, this Pokemon's offensive stat is 1.5x with Fire attacks.",
|
|
140
163
|
gen4: {
|
|
141
164
|
desc: "When this Pokemon has 1/3 or less of its maximum HP, rounded down, its Fire-type attacks have their power multiplied by 1.5.",
|
|
142
165
|
shortDesc: "At 1/3 or less of its max HP, this Pokemon's Fire-type attacks have 1.5x power.",
|
|
@@ -144,13 +167,15 @@ export const AbilitiesText: {[k: string]: AbilityText} = {
|
|
|
144
167
|
},
|
|
145
168
|
bulletproof: {
|
|
146
169
|
name: "Bulletproof",
|
|
147
|
-
|
|
148
|
-
shortDesc: "Makes user immune to ballistic moves (Shadow Ball, Sludge Bomb, Focus Blast, etc).",
|
|
170
|
+
shortDesc: "This Pokemon is immune to bullet moves.",
|
|
149
171
|
},
|
|
150
172
|
cheekpouch: {
|
|
151
173
|
name: "Cheek Pouch",
|
|
152
|
-
desc: "If this Pokemon eats a Berry, it restores 1/3 of its maximum HP, rounded down, in addition to the Berry's effect.",
|
|
174
|
+
desc: "If this Pokemon eats a held Berry, it restores 1/3 of its maximum HP, rounded down, in addition to the Berry's effect. This effect can also activate after the effects of Bug Bite, Fling, Pluck, Stuff Cheeks, and Teatime if the eaten Berry had an effect on this Pokemon.",
|
|
153
175
|
shortDesc: "If this Pokemon eats a Berry, it restores 1/3 of its max HP after the Berry's effect.",
|
|
176
|
+
gen7: {
|
|
177
|
+
desc: "If this Pokemon eats a held Berry, it restores 1/3 of its maximum HP, rounded down, in addition to the Berry's effect. This effect can also activate after the effects of Bug Bite, Fling, and Pluck if the eaten Berry has an effect on this Pokemon.",
|
|
178
|
+
},
|
|
154
179
|
},
|
|
155
180
|
chillingneigh: {
|
|
156
181
|
name: "Chilling Neigh",
|
|
@@ -159,7 +184,7 @@ export const AbilitiesText: {[k: string]: AbilityText} = {
|
|
|
159
184
|
},
|
|
160
185
|
chlorophyll: {
|
|
161
186
|
name: "Chlorophyll",
|
|
162
|
-
desc: "If Sunny Day is active
|
|
187
|
+
desc: "If Sunny Day is active, this Pokemon's Speed is doubled. This effect is prevented if this Pokemon is holding a Utility Umbrella.",
|
|
163
188
|
shortDesc: "If Sunny Day is active, this Pokemon's Speed is doubled.",
|
|
164
189
|
gen7: {
|
|
165
190
|
desc: "If Sunny Day is active, this Pokemon's Speed is doubled.",
|
|
@@ -177,7 +202,7 @@ export const AbilitiesText: {[k: string]: AbilityText} = {
|
|
|
177
202
|
},
|
|
178
203
|
colorchange: {
|
|
179
204
|
name: "Color Change",
|
|
180
|
-
desc: "This Pokemon's type changes to match the type of the last move that hit it, unless that type is already one of its types. This effect applies after all hits from a multi-hit move
|
|
205
|
+
desc: "This Pokemon's type changes to match the type of the last move that hit it, unless that type is already one of its types. This effect applies after all hits from a multi-hit move. This effect is prevented if the move had a secondary effect removed by the Sheer Force Ability.",
|
|
181
206
|
shortDesc: "This Pokemon's type changes to the type of a move it's hit by, unless it has the type.",
|
|
182
207
|
gen4: {
|
|
183
208
|
desc: "This Pokemon's type changes to match the type of the last move that hit it, unless that type is already one of its types. This effect applies after each hit from a multi-hit move. This effect does not happen if this Pokemon did not lose HP from the attack.",
|
|
@@ -185,7 +210,7 @@ export const AbilitiesText: {[k: string]: AbilityText} = {
|
|
|
185
210
|
},
|
|
186
211
|
comatose: {
|
|
187
212
|
name: "Comatose",
|
|
188
|
-
desc: "This Pokemon
|
|
213
|
+
desc: "This Pokemon is considered to be asleep and cannot become affected by a non-volatile status condition or Yawn.",
|
|
189
214
|
shortDesc: "This Pokemon cannot be statused, and is considered to be asleep.",
|
|
190
215
|
|
|
191
216
|
start: " [POKEMON] is drowsing!",
|
|
@@ -201,15 +226,17 @@ export const AbilitiesText: {[k: string]: AbilityText} = {
|
|
|
201
226
|
},
|
|
202
227
|
contrary: {
|
|
203
228
|
name: "Contrary",
|
|
204
|
-
desc: "If this Pokemon has a stat stage raised it is lowered instead, and vice versa. This Ability does not affect stat stage increases received from Z-Power effects that happen before a Z-Move is used.",
|
|
205
229
|
shortDesc: "If this Pokemon has a stat stage raised it is lowered instead, and vice versa.",
|
|
230
|
+
gen7: {
|
|
231
|
+
desc: "If this Pokemon has a stat stage raised it is lowered instead, and vice versa. This Ability does not affect stat stage increases received from Z-Power effects that happen before a Z-Move is used.",
|
|
232
|
+
},
|
|
206
233
|
gen6: {
|
|
207
234
|
desc: "If this Pokemon has a stat stage raised it is lowered instead, and vice versa.",
|
|
208
235
|
},
|
|
209
236
|
},
|
|
210
237
|
corrosion: {
|
|
211
238
|
name: "Corrosion",
|
|
212
|
-
shortDesc: "This Pokemon can poison or badly poison
|
|
239
|
+
shortDesc: "This Pokemon can poison or badly poison a Pokemon regardless of its typing.",
|
|
213
240
|
},
|
|
214
241
|
cottondown: {
|
|
215
242
|
name: "Cotton Down",
|
|
@@ -249,12 +276,16 @@ export const AbilitiesText: {[k: string]: AbilityText} = {
|
|
|
249
276
|
desc: "While this Pokemon is active, Explosion, Self-Destruct, and the Aftermath Ability are prevented from having an effect.",
|
|
250
277
|
shortDesc: "Prevents Explosion/Self-Destruct/Aftermath while this Pokemon is active.",
|
|
251
278
|
},
|
|
279
|
+
gen3: {
|
|
280
|
+
desc: "While this Pokemon is active, Explosion and Self-Destruct are prevented from having an effect.",
|
|
281
|
+
shortDesc: "Prevents Explosion and Self-Destruct while this Pokemon is active.",
|
|
282
|
+
},
|
|
252
283
|
|
|
253
284
|
block: " [SOURCE] cannot use [MOVE]!",
|
|
254
285
|
},
|
|
255
286
|
dancer: {
|
|
256
287
|
name: "Dancer",
|
|
257
|
-
desc: "After another Pokemon uses a dance move, this Pokemon uses the same move.
|
|
288
|
+
desc: "After another Pokemon uses a dance move, this Pokemon uses the same move. The copied move is subject to all effects that can prevent a move from being executed. A move used through this Ability cannot be copied again by other Pokemon with this Ability.",
|
|
258
289
|
shortDesc: "After another Pokemon uses a dance move, this Pokemon uses the same move.",
|
|
259
290
|
},
|
|
260
291
|
darkaura: {
|
|
@@ -270,7 +301,7 @@ export const AbilitiesText: {[k: string]: AbilityText} = {
|
|
|
270
301
|
},
|
|
271
302
|
dazzling: {
|
|
272
303
|
name: "Dazzling",
|
|
273
|
-
desc: "
|
|
304
|
+
desc: "While this Pokemon is active, priority moves from opposing Pokemon that target this Pokemon or its allies are prevented from having an effect.",
|
|
274
305
|
shortDesc: "This Pokemon and its allies are protected from opposing priority moves.",
|
|
275
306
|
|
|
276
307
|
block: "#damp",
|
|
@@ -287,12 +318,12 @@ export const AbilitiesText: {[k: string]: AbilityText} = {
|
|
|
287
318
|
},
|
|
288
319
|
deltastream: {
|
|
289
320
|
name: "Delta Stream",
|
|
290
|
-
desc: "On switch-in, the weather becomes
|
|
321
|
+
desc: "On switch-in, the weather becomes Delta Stream, which removes the weaknesses of the Flying type from Flying-type Pokemon. This weather remains in effect until this Ability is no longer active for any Pokemon, or the weather is changed by the Desolate Land or Primordial Sea Abilities.",
|
|
291
322
|
shortDesc: "On switch-in, strong winds begin until this Ability is not active in battle.",
|
|
292
323
|
},
|
|
293
324
|
desolateland: {
|
|
294
325
|
name: "Desolate Land",
|
|
295
|
-
desc: "On switch-in, the weather becomes
|
|
326
|
+
desc: "On switch-in, the weather becomes Desolate Land, which includes all the effects of Sunny Day and prevents damaging Water-type moves from executing. This weather remains in effect until this Ability is no longer active for any Pokemon, or the weather is changed by the Delta Stream or Primordial Sea Abilities.",
|
|
296
327
|
shortDesc: "On switch-in, extremely harsh sunlight begins until this Ability is not active in battle.",
|
|
297
328
|
},
|
|
298
329
|
disguise: {
|
|
@@ -314,7 +345,7 @@ export const AbilitiesText: {[k: string]: AbilityText} = {
|
|
|
314
345
|
},
|
|
315
346
|
dragonsmaw: {
|
|
316
347
|
name: "Dragon's Maw",
|
|
317
|
-
shortDesc: "This Pokemon's
|
|
348
|
+
shortDesc: "This Pokemon's offensive stat is multiplied by 1.5 while using a Dragon-type attack.",
|
|
318
349
|
},
|
|
319
350
|
drizzle: {
|
|
320
351
|
name: "Drizzle",
|
|
@@ -326,7 +357,7 @@ export const AbilitiesText: {[k: string]: AbilityText} = {
|
|
|
326
357
|
},
|
|
327
358
|
dryskin: {
|
|
328
359
|
name: "Dry Skin",
|
|
329
|
-
desc: "This Pokemon is immune to Water-type moves and restores 1/4 of its maximum HP, rounded down, when hit by a Water-type move. The power of Fire-type moves is multiplied by 1.25 when used on this Pokemon. At the end of each turn, this Pokemon restores 1/8 of its maximum HP, rounded down, if the weather is Rain Dance, and loses 1/8 of its maximum HP, rounded down, if the weather is Sunny Day.
|
|
360
|
+
desc: "This Pokemon is immune to Water-type moves and restores 1/4 of its maximum HP, rounded down, when hit by a Water-type move. The power of Fire-type moves is multiplied by 1.25 when used on this Pokemon. At the end of each turn, this Pokemon restores 1/8 of its maximum HP, rounded down, if the weather is Rain Dance, and loses 1/8 of its maximum HP, rounded down, if the weather is Sunny Day. The weather effects are prevented if this Pokemon is holding a Utility Umbrella.",
|
|
330
361
|
shortDesc: "This Pokemon is healed 1/4 by Water, 1/8 by Rain; is hurt 1.25x by Fire, 1/8 by Sun.",
|
|
331
362
|
gen7: {
|
|
332
363
|
desc: "This Pokemon is immune to Water-type moves and restores 1/4 of its maximum HP, rounded down, when hit by a Water-type move. The power of Fire-type moves is multiplied by 1.25 when used on this Pokemon. At the end of each turn, this Pokemon restores 1/8 of its maximum HP, rounded down, if the weather is Rain Dance, and loses 1/8 of its maximum HP, rounded down, if the weather is Sunny Day.",
|
|
@@ -356,7 +387,7 @@ export const AbilitiesText: {[k: string]: AbilityText} = {
|
|
|
356
387
|
},
|
|
357
388
|
emergencyexit: {
|
|
358
389
|
name: "Emergency Exit",
|
|
359
|
-
desc: "When this Pokemon has more than 1/2 its maximum HP and takes damage bringing it to 1/2 or less of its maximum HP, it immediately switches out to a chosen ally. This effect applies after all hits from a multi-hit move
|
|
390
|
+
desc: "When this Pokemon has more than 1/2 its maximum HP and takes damage bringing it to 1/2 or less of its maximum HP, it immediately switches out to a chosen ally. This effect applies after all hits from a multi-hit move. This effect is prevented if the move had a secondary effect removed by the Sheer Force Ability. This effect applies to both direct and indirect damage, except Curse and Substitute on use, Belly Drum, Pain Split, and confusion damage.",
|
|
360
391
|
shortDesc: "This Pokemon switches out when it reaches 1/2 or less of its maximum HP.",
|
|
361
392
|
},
|
|
362
393
|
fairyaura: {
|
|
@@ -388,8 +419,11 @@ export const AbilitiesText: {[k: string]: AbilityText} = {
|
|
|
388
419
|
},
|
|
389
420
|
flashfire: {
|
|
390
421
|
name: "Flash Fire",
|
|
391
|
-
desc: "This Pokemon is immune to Fire-type moves. The first time it is hit by a Fire-type move, its
|
|
422
|
+
desc: "This Pokemon is immune to Fire-type moves. The first time it is hit by a Fire-type move, its offensive stat is multiplied by 1.5 while using a Fire-type attack as long as it remains active and has this Ability. If this Pokemon is frozen, it cannot be defrosted by Fire-type attacks.",
|
|
392
423
|
shortDesc: "This Pokemon's Fire attacks do 1.5x damage if hit by one Fire move; Fire immunity.",
|
|
424
|
+
gen4: {
|
|
425
|
+
desc: "This Pokemon is immune to Fire-type moves, as long as it is not frozen. The first time it is hit by a Fire-type move, damage from its Fire-type attacks will be multiplied by 1.5 as long as it remains active and has this Ability.",
|
|
426
|
+
},
|
|
393
427
|
gen3: {
|
|
394
428
|
desc: "This Pokemon is immune to Fire-type moves, as long as it is not frozen. The first time it is hit by a Fire-type move, damage from its Fire-type attacks will be multiplied by 1.5 as long as it remains active and has this Ability. If this Pokemon has a non-volatile status condition, is a Fire type, or has a substitute, Will-O-Wisp will not activate this Ability.",
|
|
395
429
|
},
|
|
@@ -398,7 +432,7 @@ export const AbilitiesText: {[k: string]: AbilityText} = {
|
|
|
398
432
|
},
|
|
399
433
|
flowergift: {
|
|
400
434
|
name: "Flower Gift",
|
|
401
|
-
desc: "If this Pokemon is a Cherrim and Sunny Day is active, it changes to Sunshine Form and the Attack and Special Defense of it and its allies are multiplied by 1.5.
|
|
435
|
+
desc: "If this Pokemon is a Cherrim and Sunny Day is active, it changes to Sunshine Form and the Attack and Special Defense of it and its allies are multiplied by 1.5. These effects are prevented if the Pokemon is holding a Utility Umbrella.",
|
|
402
436
|
shortDesc: "If user is Cherrim and Sunny Day is active, it and allies' Attack and Sp. Def are 1.5x.",
|
|
403
437
|
gen7: {
|
|
404
438
|
desc: "If this Pokemon is a Cherrim and Sunny Day is active, it changes to Sunshine Form and the Attack and Special Defense of it and its allies are multiplied by 1.5.",
|
|
@@ -422,7 +456,7 @@ export const AbilitiesText: {[k: string]: AbilityText} = {
|
|
|
422
456
|
},
|
|
423
457
|
forecast: {
|
|
424
458
|
name: "Forecast",
|
|
425
|
-
desc: "If this Pokemon is a Castform, its type changes to the current weather condition's type, except Sandstorm.
|
|
459
|
+
desc: "If this Pokemon is a Castform, its type changes to the current weather condition's type, except Sandstorm. This effect is prevented if this Pokemon is holding a Utility Umbrella and the weather is Rain Dance or Sunny Day.",
|
|
426
460
|
shortDesc: "Castform's type changes to the current weather condition's type, except Sandstorm.",
|
|
427
461
|
gen7: {
|
|
428
462
|
desc: "If this Pokemon is a Castform, its type changes to the current weather condition's type, except Sandstorm.",
|
|
@@ -430,8 +464,11 @@ export const AbilitiesText: {[k: string]: AbilityText} = {
|
|
|
430
464
|
},
|
|
431
465
|
forewarn: {
|
|
432
466
|
name: "Forewarn",
|
|
433
|
-
desc: "On switch-in, this Pokemon is alerted to the move with the highest power, at random, known by an opposing Pokemon.",
|
|
467
|
+
desc: "On switch-in, this Pokemon is alerted to the move with the highest power, at random, known by an opposing Pokemon. This effect considers OHKO moves to have 150 power, Counter, Mirror Coat, and Metal Burst to have 120 power, every other attacking move with an unspecified power to have 80 power, and non-damaging moves to have 1 power.",
|
|
434
468
|
shortDesc: "On switch-in, this Pokemon is alerted to the foes' move with the highest power.",
|
|
469
|
+
gen4: {
|
|
470
|
+
desc: "On switch-in, this Pokemon is alerted to the move with the highest power, at random, known by an opposing Pokemon. This effect considers OHKO moves to have 150 power, Counter, Mirror Coat, and Metal Burst to have 120 power, and every other attacking move with an unspecified power to have 80 power.",
|
|
471
|
+
},
|
|
435
472
|
|
|
436
473
|
activate: " [TARGET]'s [MOVE] was revealed!",
|
|
437
474
|
activateNoTarget: " [POKEMON]'s Forewarn alerted it to [MOVE]!",
|
|
@@ -444,7 +481,7 @@ export const AbilitiesText: {[k: string]: AbilityText} = {
|
|
|
444
481
|
name: "Frisk",
|
|
445
482
|
shortDesc: "On switch-in, this Pokemon identifies the held items of all opposing Pokemon.",
|
|
446
483
|
gen5: {
|
|
447
|
-
shortDesc: "On switch-in, this Pokemon identifies a random
|
|
484
|
+
shortDesc: "On switch-in, this Pokemon identifies the held item of a random opposing Pokemon.",
|
|
448
485
|
},
|
|
449
486
|
|
|
450
487
|
activate: " [POKEMON] frisked [TARGET] and found its [ITEM]!",
|
|
@@ -452,7 +489,6 @@ export const AbilitiesText: {[k: string]: AbilityText} = {
|
|
|
452
489
|
},
|
|
453
490
|
fullmetalbody: {
|
|
454
491
|
name: "Full Metal Body",
|
|
455
|
-
desc: "Prevents other Pokemon from lowering this Pokemon's stat stages. Moongeist Beam, Sunsteel Strike, and the Mold Breaker, Teravolt, and Turboblaze Abilities cannot ignore this Ability.",
|
|
456
492
|
shortDesc: "Prevents other Pokemon from lowering this Pokemon's stat stages.",
|
|
457
493
|
},
|
|
458
494
|
furcoat: {
|
|
@@ -473,7 +509,8 @@ export const AbilitiesText: {[k: string]: AbilityText} = {
|
|
|
473
509
|
},
|
|
474
510
|
gluttony: {
|
|
475
511
|
name: "Gluttony",
|
|
476
|
-
|
|
512
|
+
desc: "When this Pokemon is holding a Berry that usually activates with 1/4 or less of its maximum HP, it is eaten at 1/2 or less of its maximum HP instead.",
|
|
513
|
+
shortDesc: "This Pokemon eats Berries at 1/2 max HP or less instead of their usual 1/4 max HP.",
|
|
477
514
|
},
|
|
478
515
|
gooey: {
|
|
479
516
|
name: "Gooey",
|
|
@@ -481,6 +518,7 @@ export const AbilitiesText: {[k: string]: AbilityText} = {
|
|
|
481
518
|
},
|
|
482
519
|
gorillatactics: {
|
|
483
520
|
name: "Gorilla Tactics",
|
|
521
|
+
desc: "This Pokemon's Attack is multiplied by 1.5, but it can only select the first move it executes. These effects are prevented while this Pokemon is Dynamaxed.",
|
|
484
522
|
shortDesc: "This Pokemon's Attack is 1.5x, but it can only select the first move it executes.",
|
|
485
523
|
},
|
|
486
524
|
grasspelt: {
|
|
@@ -503,7 +541,7 @@ export const AbilitiesText: {[k: string]: AbilityText} = {
|
|
|
503
541
|
},
|
|
504
542
|
guts: {
|
|
505
543
|
name: "Guts",
|
|
506
|
-
desc: "If this Pokemon has a non-volatile status condition, its Attack is multiplied by 1.5
|
|
544
|
+
desc: "If this Pokemon has a non-volatile status condition, its Attack is multiplied by 1.5. This Pokemon's physical attacks ignore the burn effect of halving damage.",
|
|
507
545
|
shortDesc: "If this Pokemon is statused, its Attack is 1.5x; ignores burn halving physical damage.",
|
|
508
546
|
},
|
|
509
547
|
harvest: {
|
|
@@ -515,16 +553,21 @@ export const AbilitiesText: {[k: string]: AbilityText} = {
|
|
|
515
553
|
},
|
|
516
554
|
healer: {
|
|
517
555
|
name: "Healer",
|
|
518
|
-
desc: "
|
|
519
|
-
shortDesc: "30% chance
|
|
556
|
+
desc: "30% chance this Pokemon's ally has its non-volatile status condition cured at the end of each turn.",
|
|
557
|
+
shortDesc: "30% chance this Pokemon's ally has its status cured at the end of each turn.",
|
|
558
|
+
gen6: {
|
|
559
|
+
desc: "30% chance each of this Pokemon's adjacent allies has its non-volatile status condition cured at the end of each turn.",
|
|
560
|
+
shortDesc: "30% chance each adjacent ally has its status cured at the end of each turn.",
|
|
561
|
+
},
|
|
520
562
|
},
|
|
521
563
|
heatproof: {
|
|
522
564
|
name: "Heatproof",
|
|
523
|
-
desc: "The power of Fire-type attacks against this Pokemon is halved
|
|
565
|
+
desc: "The power of Fire-type attacks against this Pokemon is halved. This Pokemon takes half of the usual burn damage, rounded down.",
|
|
524
566
|
shortDesc: "The power of Fire-type attacks against this Pokemon is halved; burn damage halved.",
|
|
525
567
|
},
|
|
526
568
|
heavymetal: {
|
|
527
569
|
name: "Heavy Metal",
|
|
570
|
+
desc: "This Pokemon's weight is doubled. This effect is calculated after the effect of Autotomize, and before the effect of Float Stone.",
|
|
528
571
|
shortDesc: "This Pokemon's weight is doubled.",
|
|
529
572
|
},
|
|
530
573
|
honeygather: {
|
|
@@ -537,6 +580,7 @@ export const AbilitiesText: {[k: string]: AbilityText} = {
|
|
|
537
580
|
},
|
|
538
581
|
hungerswitch: {
|
|
539
582
|
name: "Hunger Switch",
|
|
583
|
+
desc: "If this Pokemon is a Morpeko, it changes formes between its Full Belly Mode and Hangry Mode at the end of each turn.",
|
|
540
584
|
shortDesc: "If Morpeko, it changes between Full Belly and Hangry Mode at the end of each turn.",
|
|
541
585
|
},
|
|
542
586
|
hustle: {
|
|
@@ -546,7 +590,7 @@ export const AbilitiesText: {[k: string]: AbilityText} = {
|
|
|
546
590
|
},
|
|
547
591
|
hydration: {
|
|
548
592
|
name: "Hydration",
|
|
549
|
-
desc: "This Pokemon has its non-volatile status condition cured at the end of each turn if Rain Dance is active.
|
|
593
|
+
desc: "This Pokemon has its non-volatile status condition cured at the end of each turn if Rain Dance is active. This effect is prevented if this Pokemon is holding a Utility Umbrella.",
|
|
550
594
|
shortDesc: "This Pokemon has its status cured at the end of each turn if Rain Dance is active.",
|
|
551
595
|
gen7: {
|
|
552
596
|
desc: "This Pokemon has its non-volatile status condition cured at the end of each turn if Rain Dance is active.",
|
|
@@ -592,7 +636,7 @@ export const AbilitiesText: {[k: string]: AbilityText} = {
|
|
|
592
636
|
},
|
|
593
637
|
infiltrator: {
|
|
594
638
|
name: "Infiltrator",
|
|
595
|
-
desc: "This Pokemon's moves ignore substitutes and the opposing side's Reflect, Light Screen, Safeguard, Mist and Aurora Veil.",
|
|
639
|
+
desc: "This Pokemon's moves ignore substitutes and the opposing side's Reflect, Light Screen, Safeguard, Mist, and Aurora Veil.",
|
|
596
640
|
shortDesc: "Moves ignore substitutes and foe's Reflect/Light Screen/Safeguard/Mist/Aurora Veil.",
|
|
597
641
|
gen6: {
|
|
598
642
|
desc: "This Pokemon's moves ignore substitutes and the opposing side's Reflect, Light Screen, Safeguard, and Mist.",
|
|
@@ -612,8 +656,10 @@ export const AbilitiesText: {[k: string]: AbilityText} = {
|
|
|
612
656
|
},
|
|
613
657
|
innerfocus: {
|
|
614
658
|
name: "Inner Focus",
|
|
659
|
+
desc: "This Pokemon cannot be made to flinch. This Pokemon is immune to the effect of the Intimidate Ability.",
|
|
615
660
|
shortDesc: "This Pokemon cannot be made to flinch. Immune to Intimidate.",
|
|
616
661
|
gen7: {
|
|
662
|
+
desc: "This Pokemon cannot be made to flinch.",
|
|
617
663
|
shortDesc: "This Pokemon cannot be made to flinch.",
|
|
618
664
|
},
|
|
619
665
|
},
|
|
@@ -623,10 +669,21 @@ export const AbilitiesText: {[k: string]: AbilityText} = {
|
|
|
623
669
|
},
|
|
624
670
|
intimidate: {
|
|
625
671
|
name: "Intimidate",
|
|
626
|
-
desc: "On switch-in, this Pokemon lowers the Attack of
|
|
627
|
-
shortDesc: "On switch-in, this Pokemon lowers the Attack of
|
|
672
|
+
desc: "On switch-in, this Pokemon lowers the Attack of opposing Pokemon by 1 stage. Pokemon with the Inner Focus, Oblivious, Own Tempo, or Scrappy Abilities and Pokemon behind a substitute are immune.",
|
|
673
|
+
shortDesc: "On switch-in, this Pokemon lowers the Attack of opponents by 1 stage.",
|
|
628
674
|
gen7: {
|
|
675
|
+
desc: "On switch-in, this Pokemon lowers the Attack of opposing Pokemon by 1 stage. Pokemon behind a substitute are immune.",
|
|
676
|
+
},
|
|
677
|
+
gen6: {
|
|
629
678
|
desc: "On switch-in, this Pokemon lowers the Attack of adjacent opposing Pokemon by 1 stage. Pokemon behind a substitute are immune.",
|
|
679
|
+
shortDesc: "On switch-in, this Pokemon lowers the Attack of adjacent opponents by 1 stage.",
|
|
680
|
+
},
|
|
681
|
+
gen4: {
|
|
682
|
+
desc: "On switch-in, this Pokemon lowers the Attack of opposing Pokemon by 1 stage. Pokemon behind a substitute are immune. If U-turn breaks an opposing substitute and this Pokemon switches in as the replacement, the Pokemon that had the substitute is still immune to this Ability.",
|
|
683
|
+
shortDesc: "On switch-in, this Pokemon lowers the Attack of opponents by 1 stage.",
|
|
684
|
+
},
|
|
685
|
+
gen3: {
|
|
686
|
+
desc: "On switch-in, this Pokemon lowers the Attack of opposing Pokemon by 1 stage. Pokemon behind a substitute are immune.",
|
|
630
687
|
},
|
|
631
688
|
},
|
|
632
689
|
intrepidsword: {
|
|
@@ -665,19 +722,19 @@ export const AbilitiesText: {[k: string]: AbilityText} = {
|
|
|
665
722
|
},
|
|
666
723
|
leafguard: {
|
|
667
724
|
name: "Leaf Guard",
|
|
668
|
-
desc: "If Sunny Day is active
|
|
725
|
+
desc: "If Sunny Day is active, this Pokemon cannot become affected by a non-volatile status condition or Yawn, and Rest will fail for it. This effect is prevented if this Pokemon is holding a Utility Umbrella.",
|
|
669
726
|
shortDesc: "If Sunny Day is active, this Pokemon cannot be statused and Rest will fail for it.",
|
|
670
727
|
gen7: {
|
|
671
|
-
desc: "If Sunny Day is active, this Pokemon cannot
|
|
728
|
+
desc: "If Sunny Day is active, this Pokemon cannot become affected by a non-volatile status condition or Yawn, and Rest will fail for it.",
|
|
672
729
|
},
|
|
673
730
|
gen4: {
|
|
674
|
-
desc: "If Sunny Day is active, this Pokemon cannot
|
|
731
|
+
desc: "If Sunny Day is active, this Pokemon cannot become affected by a non-volatile status condition or Yawn, but can use Rest normally.",
|
|
675
732
|
shortDesc: "If Sunny Day is active, this Pokemon cannot be statused, but Rest works normally.",
|
|
676
733
|
},
|
|
677
734
|
},
|
|
678
735
|
levitate: {
|
|
679
736
|
name: "Levitate",
|
|
680
|
-
desc: "This Pokemon is immune to Ground-type attacks and the effects of Spikes, Toxic Spikes, Sticky Web, and the Arena Trap Ability. The effects of Gravity, Ingrain, Smack Down, Thousand Arrows, and Iron Ball nullify the immunity.",
|
|
737
|
+
desc: "This Pokemon is immune to Ground-type attacks and the effects of Spikes, Toxic Spikes, Sticky Web, and the Arena Trap Ability. The effects of Gravity, Ingrain, Smack Down, Thousand Arrows, and Iron Ball nullify the immunity. Thousand Arrows can hit this Pokemon as if it did not have this Ability.",
|
|
681
738
|
shortDesc: "This Pokemon is immune to Ground; Gravity/Ingrain/Smack Down/Iron Ball nullify it.",
|
|
682
739
|
gen5: {
|
|
683
740
|
desc: "This Pokemon is immune to Ground-type attacks and the effects of Spikes, Toxic Spikes, and the Arena Trap Ability. The effects of Gravity, Ingrain, Smack Down, and Iron Ball nullify the immunity.",
|
|
@@ -698,11 +755,12 @@ export const AbilitiesText: {[k: string]: AbilityText} = {
|
|
|
698
755
|
},
|
|
699
756
|
lightmetal: {
|
|
700
757
|
name: "Light Metal",
|
|
758
|
+
desc: "This Pokemon's weight is halved, rounded down to a tenth of a kilogram. This effect is calculated after the effect of Autotomize, and before the effect of Float Stone. A Pokemon's weight will not drop below 0.1 kg.",
|
|
701
759
|
shortDesc: "This Pokemon's weight is halved.",
|
|
702
760
|
},
|
|
703
761
|
lightningrod: {
|
|
704
762
|
name: "Lightning Rod",
|
|
705
|
-
desc: "This Pokemon is immune to Electric-type moves and raises its Special Attack by 1 stage when hit by an Electric-type move. If this Pokemon is not the target of a single-target Electric-type move used by another Pokemon, this Pokemon redirects that move to itself if it is within the range of that move.",
|
|
763
|
+
desc: "This Pokemon is immune to Electric-type moves and raises its Special Attack by 1 stage when hit by an Electric-type move. If this Pokemon is not the target of a single-target Electric-type move used by another Pokemon, this Pokemon redirects that move to itself if it is within the range of that move. If multiple Pokemon could redirect with this Ability, it goes to the one with the highest Speed, or in the case of a tie to the one that has had this Ability active longer.",
|
|
706
764
|
shortDesc: "This Pokemon draws Electric moves to itself to raise Sp. Atk by 1; Electric immunity.",
|
|
707
765
|
gen4: {
|
|
708
766
|
desc: "If this Pokemon is not the target of a single-target Electric-type move used by another Pokemon, this Pokemon redirects that move to itself.",
|
|
@@ -722,6 +780,9 @@ export const AbilitiesText: {[k: string]: AbilityText} = {
|
|
|
722
780
|
liquidooze: {
|
|
723
781
|
name: "Liquid Ooze",
|
|
724
782
|
shortDesc: "This Pokemon damages those draining HP from it for as much as they would heal.",
|
|
783
|
+
gen4: {
|
|
784
|
+
desc: "This Pokemon damages those draining HP from it for as much as they would heal. This effect does not consider Dream Eater.",
|
|
785
|
+
},
|
|
725
786
|
|
|
726
787
|
damage: " [POKEMON] sucked up the liquid ooze!",
|
|
727
788
|
},
|
|
@@ -736,8 +797,11 @@ export const AbilitiesText: {[k: string]: AbilityText} = {
|
|
|
736
797
|
},
|
|
737
798
|
magicbounce: {
|
|
738
799
|
name: "Magic Bounce",
|
|
739
|
-
desc: "This Pokemon
|
|
740
|
-
shortDesc: "This Pokemon blocks certain
|
|
800
|
+
desc: "This Pokemon is unaffected by certain non-damaging moves directed at it and will instead use such moves against the original user. Moves reflected in this way are unable to be reflected again by this or Magic Coat's effect. Spikes, Stealth Rock, Sticky Web, and Toxic Spikes can only be reflected once per side, by the leftmost Pokemon under this or Magic Coat's effect. The Lightning Rod and Storm Drain Abilities redirect their respective moves before this Ability takes effect.",
|
|
801
|
+
shortDesc: "This Pokemon blocks certain Status moves and bounces them back to the user.",
|
|
802
|
+
gen5: {
|
|
803
|
+
desc: "This Pokemon is unaffected by certain non-damaging moves directed at it and will instead use such moves against the original user. Moves reflected in this way are unable to be reflected again by this or Magic Coat's effect. Spikes, Stealth Rock, and Toxic Spikes can only be reflected once per side, by the leftmost Pokemon under this or Magic Coat's effect. The Lightning Rod and Storm Drain Abilities redirect their respective moves before this Ability takes effect.",
|
|
804
|
+
},
|
|
741
805
|
|
|
742
806
|
move: "#magiccoat",
|
|
743
807
|
},
|
|
@@ -746,7 +810,7 @@ export const AbilitiesText: {[k: string]: AbilityText} = {
|
|
|
746
810
|
desc: "This Pokemon can only be damaged by direct attacks. Curse and Substitute on use, Belly Drum, Pain Split, Struggle recoil, and confusion damage are considered direct damage.",
|
|
747
811
|
shortDesc: "This Pokemon can only be damaged by direct attacks.",
|
|
748
812
|
gen4: {
|
|
749
|
-
desc: "This Pokemon can only be damaged by direct attacks. Curse and Substitute on use, Belly Drum, Pain Split, Struggle recoil, and confusion damage are considered direct damage. This Pokemon cannot
|
|
813
|
+
desc: "This Pokemon can only be damaged by direct attacks. Curse and Substitute on use, Belly Drum, Pain Split, Struggle recoil, and confusion damage are considered direct damage. This Pokemon cannot be prevented from moving because of paralysis, and is unaffected by Toxic Spikes on switch-in.",
|
|
750
814
|
shortDesc: "This Pokemon can only be damaged by direct attacks, and can't be fully paralyzed.",
|
|
751
815
|
},
|
|
752
816
|
},
|
|
@@ -761,13 +825,28 @@ export const AbilitiesText: {[k: string]: AbilityText} = {
|
|
|
761
825
|
},
|
|
762
826
|
magnetpull: {
|
|
763
827
|
name: "Magnet Pull",
|
|
764
|
-
desc: "Prevents
|
|
765
|
-
shortDesc: "Prevents
|
|
828
|
+
desc: "Prevents opposing Steel-type Pokemon from choosing to switch out, unless they are holding a Shed Shell or are a Ghost type.",
|
|
829
|
+
shortDesc: "Prevents opposing Steel-type Pokemon from choosing to switch out.",
|
|
830
|
+
gen6: {
|
|
831
|
+
desc: "Prevents adjacent opposing Steel-type Pokemon from choosing to switch out, unless they are holding a Shed Shell or are a Ghost type.",
|
|
832
|
+
shortDesc: "Prevents adjacent opposing Steel-type Pokemon from choosing to switch out.",
|
|
833
|
+
},
|
|
834
|
+
gen5: {
|
|
835
|
+
desc: "Prevents adjacent opposing Steel-type Pokemon from choosing to switch out, unless they are holding a Shed Shell.",
|
|
836
|
+
shortDesc: "Prevents adjacent opposing Steel-type Pokemon from choosing to switch out.",
|
|
837
|
+
},
|
|
838
|
+
gen4: {
|
|
839
|
+
desc: "Prevents opposing Steel-type Pokemon from choosing to switch out, unless they are holding a Shed Shell.",
|
|
840
|
+
shortDesc: "Prevents opposing Steel-type Pokemon from choosing to switch out.",
|
|
841
|
+
},
|
|
842
|
+
gen3: {
|
|
843
|
+
desc: "Prevents Steel-type Pokemon from choosing to switch out, other than this Pokemon.",
|
|
844
|
+
shortDesc: "Prevents Steel-type Pokemon from choosing to switch out, other than this Pokemon.",
|
|
845
|
+
},
|
|
766
846
|
},
|
|
767
847
|
marvelscale: {
|
|
768
848
|
name: "Marvel Scale",
|
|
769
|
-
|
|
770
|
-
shortDesc: "If this Pokemon is statused, its Defense is 1.5x.",
|
|
849
|
+
shortDesc: "If this Pokemon has a non-volatile status condition, its Defense is multiplied by 1.5.",
|
|
771
850
|
},
|
|
772
851
|
megalauncher: {
|
|
773
852
|
name: "Mega Launcher",
|
|
@@ -780,7 +859,8 @@ export const AbilitiesText: {[k: string]: AbilityText} = {
|
|
|
780
859
|
},
|
|
781
860
|
mimicry: {
|
|
782
861
|
name: "Mimicry",
|
|
783
|
-
|
|
862
|
+
desc: "This Pokemon's types change to match the active Terrain when this Pokemon acquires this Ability, or whenever a Terrain begins. Electric type during Electric Terrain, Grass type during Grassy Terrain, Fairy type during Misty Terrain, and Psychic type during Psychic Terrain. If this Ability is acquired without an active Terrain, or a Terrain ends, this Pokemon's types become the original types for its species.",
|
|
863
|
+
shortDesc: "This Pokemon's types change to match the Terrain. Type reverts when Terrain ends.",
|
|
784
864
|
|
|
785
865
|
activate: " [POKEMON] returned to its original type!",
|
|
786
866
|
},
|
|
@@ -799,7 +879,7 @@ export const AbilitiesText: {[k: string]: AbilityText} = {
|
|
|
799
879
|
},
|
|
800
880
|
mirrorarmor: {
|
|
801
881
|
name: "Mirror Armor",
|
|
802
|
-
desc: "When one of this Pokemon's stat stages would be lowered by another Pokemon, that Pokemon's stat stage is lowered instead. This effect does not happen if this Pokemon's stat stage was already -6.",
|
|
882
|
+
desc: "When one of this Pokemon's stat stages would be lowered by another Pokemon, that Pokemon's stat stage is lowered instead. This effect does not happen if this Pokemon's stat stage was already -6. If the other Pokemon has a substitute, neither Pokemon has its stat stage lowered.",
|
|
803
883
|
shortDesc: "If this Pokemon's stat stages would be lowered, the attacker's are lowered instead.",
|
|
804
884
|
},
|
|
805
885
|
mistysurge: {
|
|
@@ -808,7 +888,7 @@ export const AbilitiesText: {[k: string]: AbilityText} = {
|
|
|
808
888
|
},
|
|
809
889
|
moldbreaker: {
|
|
810
890
|
name: "Mold Breaker",
|
|
811
|
-
desc: "This Pokemon's moves and their effects ignore certain Abilities of other Pokemon. The Abilities that can be negated are Aroma Veil, Aura Break, Battle Armor, Big Pecks, Bulletproof, Clear Body, Contrary, Damp,
|
|
891
|
+
desc: "This Pokemon's moves and their effects ignore certain Abilities of other Pokemon. The Abilities that can be negated are Aroma Veil, Aura Break, Battle Armor, Big Pecks, Bulletproof, Clear Body, Contrary, Damp, Dazzling, Disguise, Dry Skin, Filter, Flash Fire, Flower Gift, Flower Veil, Fluffy, Friend Guard, Fur Coat, Grass Pelt, Heatproof, Heavy Metal, Hyper Cutter, Ice Face, Ice Scales, Immunity, Inner Focus, Insomnia, Keen Eye, Leaf Guard, Levitate, Light Metal, Lightning Rod, Limber, Magic Bounce, Magma Armor, Marvel Scale, Mirror Armor, Motor Drive, Multiscale, Oblivious, Overcoat, Own Tempo, Pastel Veil, Punk Rock, Queenly Majesty, Sand Veil, Sap Sipper, Shell Armor, Shield Dust, Simple, Snow Cloak, Solid Rock, Soundproof, Sticky Hold, Storm Drain, Sturdy, Suction Cups, Sweet Veil, Tangled Feet, Telepathy, Thick Fat, Unaware, Vital Spirit, Volt Absorb, Water Absorb, Water Bubble, Water Veil, White Smoke, Wonder Guard, and Wonder Skin. This affects every other Pokemon on the field, whether or not it is a target of this Pokemon's move, and whether or not their Ability is beneficial to this Pokemon.",
|
|
812
892
|
shortDesc: "This Pokemon's moves and their effects ignore the Abilities of other Pokemon.",
|
|
813
893
|
gen7: {
|
|
814
894
|
desc: "This Pokemon's moves and their effects ignore certain Abilities of other Pokemon. The Abilities that can be negated are Aroma Veil, Aura Break, Battle Armor, Big Pecks, Bulletproof, Clear Body, Contrary, Damp, Dark Aura, Dazzling, Disguise, Dry Skin, Fairy Aura, Filter, Flash Fire, Flower Gift, Flower Veil, Fluffy, Friend Guard, Fur Coat, Grass Pelt, Heatproof, Heavy Metal, Hyper Cutter, Immunity, Inner Focus, Insomnia, Keen Eye, Leaf Guard, Levitate, Light Metal, Lightning Rod, Limber, Magic Bounce, Magma Armor, Marvel Scale, Motor Drive, Multiscale, Oblivious, Overcoat, Own Tempo, Queenly Majesty, Sand Veil, Sap Sipper, Shell Armor, Shield Dust, Simple, Snow Cloak, Solid Rock, Soundproof, Sticky Hold, Storm Drain, Sturdy, Suction Cups, Sweet Veil, Tangled Feet, Telepathy, Thick Fat, Unaware, Vital Spirit, Volt Absorb, Water Absorb, Water Bubble, Water Veil, White Smoke, Wonder Guard, and Wonder Skin. This affects every other Pokemon on the field, whether or not it is a target of this Pokemon's move, and whether or not their Ability is beneficial to this Pokemon.",
|
|
@@ -820,14 +900,14 @@ export const AbilitiesText: {[k: string]: AbilityText} = {
|
|
|
820
900
|
desc: "This Pokemon's moves and their effects ignore certain Abilities of other Pokemon. The Abilities that can be negated are Battle Armor, Big Pecks, Clear Body, Contrary, Damp, Dry Skin, Filter, Flash Fire, Flower Gift, Friend Guard, Heatproof, Heavy Metal, Hyper Cutter, Immunity, Inner Focus, Insomnia, Keen Eye, Leaf Guard, Levitate, Light Metal, Lightning Rod, Limber, Magic Bounce, Magma Armor, Marvel Scale, Motor Drive, Multiscale, Oblivious, Own Tempo, Sand Veil, Sap Sipper, Shell Armor, Shield Dust, Simple, Snow Cloak, Solid Rock, Soundproof, Sticky Hold, Storm Drain, Sturdy, Suction Cups, Tangled Feet, Telepathy, Thick Fat, Unaware, Vital Spirit, Volt Absorb, Water Absorb, Water Veil, White Smoke, Wonder Guard, and Wonder Skin. This affects every other Pokemon on the field, whether or not it is a target of this Pokemon's move, and whether or not their Ability is beneficial to this Pokemon.",
|
|
821
901
|
},
|
|
822
902
|
gen4: {
|
|
823
|
-
desc: "This Pokemon's moves and their effects ignore certain Abilities of other Pokemon. The Abilities that can be negated are Battle Armor, Clear Body, Damp, Dry Skin, Filter, Flash Fire, Flower Gift, Heatproof, Hyper Cutter, Immunity, Inner Focus, Insomnia, Keen Eye, Leaf Guard, Levitate, Lightning Rod, Limber, Magma Armor, Marvel Scale, Motor Drive, Oblivious, Own Tempo, Sand Veil, Shell Armor, Shield Dust, Simple, Snow Cloak, Solid Rock, Soundproof, Sticky Hold, Storm Drain, Sturdy, Suction Cups, Tangled Feet, Thick Fat, Unaware, Vital Spirit, Volt Absorb, Water Absorb, Water Veil, White Smoke, and Wonder Guard. This affects every other Pokemon on the field, whether or not it is a target of this Pokemon's move
|
|
903
|
+
desc: "This Pokemon's moves and their effects ignore certain Abilities of other Pokemon. The Abilities that can be negated are Battle Armor, Clear Body, Damp, Dry Skin, Filter, Flash Fire, Flower Gift, Heatproof, Hyper Cutter, Immunity, Inner Focus, Insomnia, Keen Eye, Leaf Guard, Levitate, Lightning Rod, Limber, Magma Armor, Marvel Scale, Motor Drive, Oblivious, Own Tempo, Sand Veil, Shell Armor, Shield Dust, Simple, Snow Cloak, Solid Rock, Soundproof, Sticky Hold, Storm Drain, Sturdy, Suction Cups, Tangled Feet, Thick Fat, Unaware, Vital Spirit, Volt Absorb, Water Absorb, Water Veil, White Smoke, and Wonder Guard. This affects every other Pokemon on the field, whether or not it is a target of this Pokemon's move. The Attack modifier from an ally's Flower Gift Ability is not negated.",
|
|
824
904
|
},
|
|
825
905
|
|
|
826
906
|
start: " [POKEMON] breaks the mold!",
|
|
827
907
|
},
|
|
828
908
|
moody: {
|
|
829
909
|
name: "Moody",
|
|
830
|
-
desc: "This Pokemon has a random stat other than accuracy or
|
|
910
|
+
desc: "This Pokemon has a random stat, other than accuracy or evasiveness, raised by 2 stages and another stat lowered by 1 stage at the end of each turn.",
|
|
831
911
|
shortDesc: "Boosts a random stat (except accuracy/evasion) +2 and another stat -1 every turn.",
|
|
832
912
|
gen7: {
|
|
833
913
|
desc: "This Pokemon has a random stat raised by 2 stages and another stat lowered by 1 stage at the end of each turn.",
|
|
@@ -850,20 +930,29 @@ export const AbilitiesText: {[k: string]: AbilityText} = {
|
|
|
850
930
|
},
|
|
851
931
|
multitype: {
|
|
852
932
|
name: "Multitype",
|
|
853
|
-
shortDesc: "If this Pokemon is an Arceus, its type changes to match its held Plate
|
|
933
|
+
shortDesc: "If this Pokemon is an Arceus, its type changes to match its held Plate.",
|
|
934
|
+
gen7: {
|
|
935
|
+
shortDesc: "If this Pokemon is an Arceus, its type changes to match its held Plate or Z-Crystal.",
|
|
936
|
+
},
|
|
854
937
|
gen6: {
|
|
855
938
|
shortDesc: "If this Pokemon is an Arceus, its type changes to match its held Plate.",
|
|
856
939
|
},
|
|
940
|
+
gen4: {
|
|
941
|
+
shortDesc: "If this Pokemon is an Arceus, its type changes to match its held Plate. This Pokemon cannot lose its held item due to another Pokemon's attack.",
|
|
942
|
+
},
|
|
857
943
|
},
|
|
858
944
|
mummy: {
|
|
859
945
|
name: "Mummy",
|
|
860
|
-
desc: "Pokemon making contact with this Pokemon have their Ability changed to Mummy. Does not affect
|
|
946
|
+
desc: "Pokemon making contact with this Pokemon have their Ability changed to Mummy. Does not affect Pokemon with the As One, Battle Bond, Comatose, Disguise, Gulp Missile, Ice Face, Multitype, Mummy, Power Construct, RKS System, Schooling, Shields Down, Stance Change, or Zen Mode Abilities.",
|
|
861
947
|
shortDesc: "Pokemon making contact with this Pokemon have their Ability changed to Mummy.",
|
|
862
948
|
gen7: {
|
|
863
|
-
desc: "Pokemon making contact with this Pokemon have their Ability changed to Mummy. Does not affect
|
|
949
|
+
desc: "Pokemon making contact with this Pokemon have their Ability changed to Mummy. Does not affect Pokemon with the Battle Bond, Comatose, Disguise, Multitype, Mummy, Power Construct, RKS System, Schooling, Shields Down, Stance Change, or Zen Mode Abilities.",
|
|
864
950
|
},
|
|
865
951
|
gen6: {
|
|
866
|
-
desc: "Pokemon making contact with this Pokemon have their Ability changed to Mummy. Does not affect the Multitype or Stance Change Abilities.",
|
|
952
|
+
desc: "Pokemon making contact with this Pokemon have their Ability changed to Mummy. Does not affect Pokemon with the Multitype, Mummy, or Stance Change Abilities.",
|
|
953
|
+
},
|
|
954
|
+
gen5: {
|
|
955
|
+
desc: "Pokemon making contact with this Pokemon have their Ability changed to Mummy. Does not affect Pokemon with the Multitype or Mummy Abilities.",
|
|
867
956
|
},
|
|
868
957
|
|
|
869
958
|
changeAbility: " [TARGET]'s Ability became Mummy!",
|
|
@@ -876,11 +965,12 @@ export const AbilitiesText: {[k: string]: AbilityText} = {
|
|
|
876
965
|
},
|
|
877
966
|
neuroforce: {
|
|
878
967
|
name: "Neuroforce",
|
|
968
|
+
desc: "This Pokemon's attacks that are super effective against the target have their damage multiplied by 1.25.",
|
|
879
969
|
shortDesc: "This Pokemon's attacks that are super effective against the target do 1.25x damage.",
|
|
880
970
|
},
|
|
881
971
|
neutralizinggas: {
|
|
882
972
|
name: "Neutralizing Gas",
|
|
883
|
-
desc: "While this Pokemon is active, Abilities have no effect. Does not affect the
|
|
973
|
+
desc: "While this Pokemon is active, Abilities have no effect. This Ability activates before hazards and other Abilities take effect. Does not affect the As One, Battle Bond, Comatose, Disguise, Gulp Missile, Ice Face, Multitype, Power Construct, RKS System, Schooling, Shields Down, Stance Change, or Zen Mode Abilities.",
|
|
884
974
|
shortDesc: "While this Pokemon is active, Abilities have no effect.",
|
|
885
975
|
|
|
886
976
|
start: " Neutralizing gas filled the area!",
|
|
@@ -898,13 +988,16 @@ export const AbilitiesText: {[k: string]: AbilityText} = {
|
|
|
898
988
|
desc: "This Pokemon's moves are changed to be Normal type. This effect comes before other effects that change a move's type.",
|
|
899
989
|
shortDesc: "This Pokemon's moves are changed to be Normal type.",
|
|
900
990
|
},
|
|
991
|
+
gen4: {
|
|
992
|
+
desc: "This Pokemon's moves are changed to be Normal type. This effect comes after other effects that change a move's type, except Struggle.",
|
|
993
|
+
},
|
|
901
994
|
},
|
|
902
995
|
oblivious: {
|
|
903
996
|
name: "Oblivious",
|
|
904
|
-
desc: "This Pokemon cannot be infatuated or taunted. Gaining this Ability while
|
|
997
|
+
desc: "This Pokemon cannot be infatuated or taunted. Gaining this Ability while infatuated or taunted cures it. This Pokemon is immune to the effect of the Intimidate Ability.",
|
|
905
998
|
shortDesc: "This Pokemon cannot be infatuated or taunted. Immune to Intimidate.",
|
|
906
999
|
gen7: {
|
|
907
|
-
desc: "This Pokemon cannot be infatuated or taunted. Gaining this Ability while
|
|
1000
|
+
desc: "This Pokemon cannot be infatuated or taunted. Gaining this Ability while infatuated or taunted cures it.",
|
|
908
1001
|
shortDesc: "This Pokemon cannot be infatuated or taunted.",
|
|
909
1002
|
},
|
|
910
1003
|
gen5: {
|
|
@@ -914,15 +1007,17 @@ export const AbilitiesText: {[k: string]: AbilityText} = {
|
|
|
914
1007
|
},
|
|
915
1008
|
overcoat: {
|
|
916
1009
|
name: "Overcoat",
|
|
917
|
-
|
|
1010
|
+
desc: "This Pokemon is immune to powder moves, damage from Sandstorm or Hail, and the effects of Rage Powder and the Effect Spore Ability.",
|
|
1011
|
+
shortDesc: "This Pokemon is immune to powder moves, Sandstorm or Hail damage, Effect Spore.",
|
|
918
1012
|
gen5: {
|
|
1013
|
+
desc: "This Pokemon is immune to damage from Sandstorm or Hail.",
|
|
919
1014
|
shortDesc: "This Pokemon is immune to damage from Sandstorm or Hail.",
|
|
920
1015
|
},
|
|
921
1016
|
},
|
|
922
1017
|
overgrow: {
|
|
923
1018
|
name: "Overgrow",
|
|
924
|
-
desc: "When this Pokemon has 1/3 or less of its maximum HP, rounded down, its
|
|
925
|
-
shortDesc: "At 1/3 or less of its max HP, this Pokemon's
|
|
1019
|
+
desc: "When this Pokemon has 1/3 or less of its maximum HP, rounded down, its offensive stat is multiplied by 1.5 while using a Grass-type attack.",
|
|
1020
|
+
shortDesc: "At 1/3 or less of its max HP, this Pokemon's offensive stat is 1.5x with Grass attacks.",
|
|
926
1021
|
gen4: {
|
|
927
1022
|
desc: "When this Pokemon has 1/3 or less of its maximum HP, rounded down, its Grass-type attacks have their power multiplied by 1.5.",
|
|
928
1023
|
shortDesc: "At 1/3 or less of its max HP, this Pokemon's Grass-type attacks have 1.5x power.",
|
|
@@ -930,7 +1025,7 @@ export const AbilitiesText: {[k: string]: AbilityText} = {
|
|
|
930
1025
|
},
|
|
931
1026
|
owntempo: {
|
|
932
1027
|
name: "Own Tempo",
|
|
933
|
-
desc: "This Pokemon cannot be confused. Gaining this Ability while confused cures it.
|
|
1028
|
+
desc: "This Pokemon cannot be confused. Gaining this Ability while confused cures it. This Pokemon is immune to the effect of the Intimidate Ability.",
|
|
934
1029
|
shortDesc: "This Pokemon cannot be confused. Immune to Intimidate.",
|
|
935
1030
|
gen7: {
|
|
936
1031
|
desc: "This Pokemon cannot be confused. Gaining this Ability while confused cures it.",
|
|
@@ -948,18 +1043,19 @@ export const AbilitiesText: {[k: string]: AbilityText} = {
|
|
|
948
1043
|
},
|
|
949
1044
|
pastelveil: {
|
|
950
1045
|
name: "Pastel Veil",
|
|
1046
|
+
desc: "This Pokemon and its allies cannot be poisoned. Gaining this Ability while this Pokemon or its ally is poisoned cures them. If this Ability is being ignored during an effect that causes poison, this Pokemon is cured immediately but its ally is not.",
|
|
951
1047
|
shortDesc: "This Pokemon and its allies cannot be poisoned. On switch-in, cures poisoned allies.",
|
|
952
1048
|
},
|
|
953
1049
|
perishbody: {
|
|
954
1050
|
name: "Perish Body",
|
|
955
|
-
desc: "Making contact with this Pokemon starts the Perish Song effect for it and the attacker. This effect does not happen
|
|
1051
|
+
desc: "Making contact with this Pokemon starts the Perish Song effect for it and the attacker. This effect does not happen for this Pokemon if the attacker already has a perish count.",
|
|
956
1052
|
shortDesc: "Making contact with this Pokemon starts the Perish Song effect for it and the attacker.",
|
|
957
1053
|
|
|
958
1054
|
start: " Both Pok\u00E9mon will faint in three turns!",
|
|
959
1055
|
},
|
|
960
1056
|
pickpocket: {
|
|
961
1057
|
name: "Pickpocket",
|
|
962
|
-
desc: "If this Pokemon has no item and is hit by a contact move, it steals the attacker's item. This effect applies after all hits from a multi-hit move
|
|
1058
|
+
desc: "If this Pokemon has no item and is hit by a contact move, it steals the attacker's item. This effect applies after all hits from a multi-hit move. This effect is prevented if the move had a secondary effect removed by the Sheer Force Ability.",
|
|
963
1059
|
shortDesc: "If this Pokemon has no item and is hit by a contact move, it steals the attacker's item.",
|
|
964
1060
|
},
|
|
965
1061
|
pickup: {
|
|
@@ -1012,6 +1108,7 @@ export const AbilitiesText: {[k: string]: AbilityText} = {
|
|
|
1012
1108
|
},
|
|
1013
1109
|
poisontouch: {
|
|
1014
1110
|
name: "Poison Touch",
|
|
1111
|
+
desc: "This Pokemon's contact moves have a 30% chance of poisoning. This effect comes after a move's inherent secondary effect chance.",
|
|
1015
1112
|
shortDesc: "This Pokemon's contact moves have a 30% chance of poisoning.",
|
|
1016
1113
|
},
|
|
1017
1114
|
powerconstruct: {
|
|
@@ -1024,29 +1121,35 @@ export const AbilitiesText: {[k: string]: AbilityText} = {
|
|
|
1024
1121
|
},
|
|
1025
1122
|
powerofalchemy: {
|
|
1026
1123
|
name: "Power of Alchemy",
|
|
1027
|
-
desc: "This Pokemon copies the Ability of an ally that faints. Abilities that cannot be copied are
|
|
1124
|
+
desc: "This Pokemon copies the Ability of an ally that faints. Abilities that cannot be copied are As One, Battle Bond, Comatose, Disguise, Flower Gift, Forecast, Gulp Missile, Hunger Switch, Ice Face, Illusion, Imposter, Multitype, Neutralizing Gas, Power Construct, Power of Alchemy, Receiver, RKS System, Schooling, Shields Down, Stance Change, Trace, Wonder Guard, and Zen Mode.",
|
|
1028
1125
|
shortDesc: "This Pokemon copies the Ability of an ally that faints.",
|
|
1029
1126
|
gen7: {
|
|
1030
|
-
desc: "This Pokemon copies the Ability of an ally that faints. Abilities that cannot be copied are
|
|
1127
|
+
desc: "This Pokemon copies the Ability of an ally that faints. Abilities that cannot be copied are Battle Bond, Comatose, Disguise, Flower Gift, Forecast, Illusion, Imposter, Multitype, Power Construct, Power of Alchemy, Receiver, RKS System, Schooling, Shields Down, Stance Change, Trace, Wonder Guard, and Zen Mode.",
|
|
1031
1128
|
},
|
|
1032
1129
|
|
|
1033
1130
|
changeAbility: "#receiver",
|
|
1034
1131
|
},
|
|
1035
1132
|
powerspot: {
|
|
1036
1133
|
name: "Power Spot",
|
|
1134
|
+
desc: "This Pokemon's allies have the power of their moves multiplied by 1.3. This affects Doom Desire and Future Sight, even if the user is not on the field.",
|
|
1037
1135
|
shortDesc: "This Pokemon's allies have the power of their moves multiplied by 1.3.",
|
|
1038
1136
|
},
|
|
1039
1137
|
prankster: {
|
|
1040
1138
|
name: "Prankster",
|
|
1139
|
+
desc: "This Pokemon's non-damaging moves have their priority increased by 1. Opposing Dark-type Pokemon are immune to these moves, and any move called by these moves, if the resulting user of the move has this Ability.",
|
|
1041
1140
|
shortDesc: "This Pokemon's Status moves have priority raised by 1, but Dark types are immune.",
|
|
1042
1141
|
gen6: {
|
|
1142
|
+
desc: "This Pokemon's non-damaging moves have their priority increased by 1.",
|
|
1043
1143
|
shortDesc: "This Pokemon's non-damaging moves have their priority increased by 1.",
|
|
1044
1144
|
},
|
|
1045
1145
|
},
|
|
1046
1146
|
pressure: {
|
|
1047
1147
|
name: "Pressure",
|
|
1048
|
-
desc: "If this Pokemon is the target of an opposing Pokemon's move, that move loses one additional PP.",
|
|
1148
|
+
desc: "If this Pokemon is the target of an opposing Pokemon's move, that move loses one additional PP. Imprison and Snatch also lose one additional PP when used by an opposing Pokemon, but Sticky Web does not.",
|
|
1049
1149
|
shortDesc: "If this Pokemon is the target of a foe's move, that move loses one additional PP.",
|
|
1150
|
+
gen5: {
|
|
1151
|
+
desc: "If this Pokemon is the target of an opposing Pokemon's move, that move loses one additional PP. Imprison and Snatch also lose one additional PP when used by an opposing Pokemon.",
|
|
1152
|
+
},
|
|
1050
1153
|
gen4: {
|
|
1051
1154
|
desc: "If this Pokemon is the target of another Pokemon's move, that move loses one additional PP.",
|
|
1052
1155
|
shortDesc: "If this Pokemon is the target of a move, that move loses one additional PP.",
|
|
@@ -1056,12 +1159,11 @@ export const AbilitiesText: {[k: string]: AbilityText} = {
|
|
|
1056
1159
|
},
|
|
1057
1160
|
primordialsea: {
|
|
1058
1161
|
name: "Primordial Sea",
|
|
1059
|
-
desc: "On switch-in, the weather becomes
|
|
1162
|
+
desc: "On switch-in, the weather becomes Primordial Sea, which includes all the effects of Rain Dance and prevents damaging Fire-type moves from executing. This weather remains in effect until this Ability is no longer active for any Pokemon, or the weather is changed by the Delta Stream or Desolate Land Abilities.",
|
|
1060
1163
|
shortDesc: "On switch-in, heavy rain begins until this Ability is not active in battle.",
|
|
1061
1164
|
},
|
|
1062
1165
|
prismarmor: {
|
|
1063
1166
|
name: "Prism Armor",
|
|
1064
|
-
desc: "This Pokemon receives 3/4 damage from supereffective attacks. Moongeist Beam, Sunsteel Strike, and the Mold Breaker, Teravolt, and Turboblaze Abilities cannot ignore this Ability.",
|
|
1065
1167
|
shortDesc: "This Pokemon receives 3/4 damage from supereffective attacks.",
|
|
1066
1168
|
},
|
|
1067
1169
|
propellertail: {
|
|
@@ -1101,12 +1203,15 @@ export const AbilitiesText: {[k: string]: AbilityText} = {
|
|
|
1101
1203
|
},
|
|
1102
1204
|
quickfeet: {
|
|
1103
1205
|
name: "Quick Feet",
|
|
1104
|
-
desc: "If this Pokemon has a non-volatile status condition, its Speed is multiplied by 1.5
|
|
1206
|
+
desc: "If this Pokemon has a non-volatile status condition, its Speed is multiplied by 1.5. This Pokemon ignores the paralysis effect of halving Speed.",
|
|
1105
1207
|
shortDesc: "If this Pokemon is statused, its Speed is 1.5x; ignores Speed drop from paralysis.",
|
|
1208
|
+
gen6: {
|
|
1209
|
+
desc: "If this Pokemon has a non-volatile status condition, its Speed is multiplied by 1.5. This Pokemon ignores the paralysis effect of quartering Speed.",
|
|
1210
|
+
},
|
|
1106
1211
|
},
|
|
1107
1212
|
raindish: {
|
|
1108
1213
|
name: "Rain Dish",
|
|
1109
|
-
desc: "If Rain Dance is active, this Pokemon restores 1/16 of its maximum HP, rounded down, at the end of each turn.
|
|
1214
|
+
desc: "If Rain Dance is active, this Pokemon restores 1/16 of its maximum HP, rounded down, at the end of each turn. This effect is prevented if this Pokemon is holding a Utility Umbrella.",
|
|
1110
1215
|
shortDesc: "If Rain Dance is active, this Pokemon heals 1/16 of its max HP each turn.",
|
|
1111
1216
|
gen7: {
|
|
1112
1217
|
desc: "If Rain Dance is active, this Pokemon restores 1/16 of its maximum HP, rounded down, at the end of each turn.",
|
|
@@ -1114,7 +1219,7 @@ export const AbilitiesText: {[k: string]: AbilityText} = {
|
|
|
1114
1219
|
},
|
|
1115
1220
|
rattled: {
|
|
1116
1221
|
name: "Rattled",
|
|
1117
|
-
desc: "This Pokemon's Speed is raised by 1 stage if hit by a Bug-, Dark-, or Ghost-type attack, or Intimidate.",
|
|
1222
|
+
desc: "This Pokemon's Speed is raised by 1 stage if hit by a Bug-, Dark-, or Ghost-type attack, or if an opposing Pokemon affected this Pokemon with the Intimidate Ability.",
|
|
1118
1223
|
shortDesc: "Speed is raised 1 stage if hit by a Bug-, Dark-, or Ghost-type attack, or Intimidated.",
|
|
1119
1224
|
gen7: {
|
|
1120
1225
|
desc: "This Pokemon's Speed is raised by 1 stage if hit by a Bug-, Dark-, or Ghost-type attack.",
|
|
@@ -1123,10 +1228,10 @@ export const AbilitiesText: {[k: string]: AbilityText} = {
|
|
|
1123
1228
|
},
|
|
1124
1229
|
receiver: {
|
|
1125
1230
|
name: "Receiver",
|
|
1126
|
-
desc: "This Pokemon copies the Ability of an ally that faints. Abilities that cannot be copied are
|
|
1231
|
+
desc: "This Pokemon copies the Ability of an ally that faints. Abilities that cannot be copied are As One, Battle Bond, Comatose, Disguise, Flower Gift, Forecast, Gulp Missile, Hunger Switch, Ice Face, Illusion, Imposter, Multitype, Neutralizing Gas, Power Construct, Power of Alchemy, Receiver, RKS System, Schooling, Shields Down, Stance Change, Trace, Wonder Guard, and Zen Mode.",
|
|
1127
1232
|
shortDesc: "This Pokemon copies the Ability of an ally that faints.",
|
|
1128
1233
|
gen7: {
|
|
1129
|
-
desc: "This Pokemon copies the Ability of an ally that faints. Abilities that cannot be copied are
|
|
1234
|
+
desc: "This Pokemon copies the Ability of an ally that faints. Abilities that cannot be copied are Battle Bond, Comatose, Disguise, Flower Gift, Forecast, Illusion, Imposter, Multitype, Power Construct, Power of Alchemy, Receiver, RKS System, Schooling, Shields Down, Stance Change, Trace, Wonder Guard, and Zen Mode.",
|
|
1130
1235
|
},
|
|
1131
1236
|
|
|
1132
1237
|
changeAbility: " [SOURCE]'s [ABILITY] was taken over!",
|
|
@@ -1151,10 +1256,8 @@ export const AbilitiesText: {[k: string]: AbilityText} = {
|
|
|
1151
1256
|
},
|
|
1152
1257
|
ripen: {
|
|
1153
1258
|
name: "Ripen",
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
// Check if they are affected by ripen.
|
|
1157
|
-
shortDesc: "When this Pokemon eats a Berry, its effect is doubled.",
|
|
1259
|
+
desc: "When this Pokemon eats certain Berries, the effects are doubled. Berries that restore HP or PP have the amount doubled, Berries that raise stat stages have the amount doubled, Berries that halve damage taken quarter it instead, and a Jaboca Berry or Rowap Berry has the attacker lose 1/4 of its maximum HP, rounded down.",
|
|
1260
|
+
shortDesc: "When this Pokemon eats certain Berries, the effects are doubled.",
|
|
1158
1261
|
},
|
|
1159
1262
|
rivalry: {
|
|
1160
1263
|
name: "Rivalry",
|
|
@@ -1167,13 +1270,20 @@ export const AbilitiesText: {[k: string]: AbilityText} = {
|
|
|
1167
1270
|
},
|
|
1168
1271
|
rockhead: {
|
|
1169
1272
|
name: "Rock Head",
|
|
1170
|
-
desc: "This Pokemon does not take recoil damage
|
|
1273
|
+
desc: "This Pokemon does not take recoil damage, except Struggle. Does not affect Life Orb damage or crash damage.",
|
|
1171
1274
|
shortDesc: "This Pokemon does not take recoil damage besides Struggle/Life Orb/crash damage.",
|
|
1275
|
+
gen3: {
|
|
1276
|
+
desc: "This Pokemon does not take recoil damage, except Struggle. Does not affect crash damage.",
|
|
1277
|
+
shortDesc: "This Pokemon does not take recoil damage besides Struggle and crash damage.",
|
|
1278
|
+
},
|
|
1172
1279
|
},
|
|
1173
1280
|
roughskin: {
|
|
1174
1281
|
name: "Rough Skin",
|
|
1175
1282
|
desc: "Pokemon making contact with this Pokemon lose 1/8 of their maximum HP, rounded down.",
|
|
1176
1283
|
shortDesc: "Pokemon making contact with this Pokemon lose 1/8 of their max HP.",
|
|
1284
|
+
gen4: {
|
|
1285
|
+
desc: "Pokemon making contact with this Pokemon lose 1/8 of their maximum HP, rounded down. This effect does not happen if this Pokemon did not lose HP from the attack.",
|
|
1286
|
+
},
|
|
1177
1287
|
gen3: {
|
|
1178
1288
|
desc: "Pokemon making contact with this Pokemon lose 1/16 of their maximum HP, rounded down. This effect does not happen if this Pokemon did not lose HP from the attack.",
|
|
1179
1289
|
shortDesc: "Pokemon making contact with this Pokemon lose 1/16 of their max HP.",
|
|
@@ -1197,8 +1307,8 @@ export const AbilitiesText: {[k: string]: AbilityText} = {
|
|
|
1197
1307
|
},
|
|
1198
1308
|
sandspit: {
|
|
1199
1309
|
name: "Sand Spit",
|
|
1200
|
-
desc: "When this Pokemon is hit by an attack, Sandstorm begins. This effect
|
|
1201
|
-
shortDesc: "When this Pokemon is hit, Sandstorm begins.",
|
|
1310
|
+
desc: "When this Pokemon is hit by an attack, the effect of Sandstorm begins. This effect comes after the effects of Max and G-Max Moves.",
|
|
1311
|
+
shortDesc: "When this Pokemon is hit by an attack, the effect of Sandstorm begins.",
|
|
1202
1312
|
},
|
|
1203
1313
|
sandstream: {
|
|
1204
1314
|
name: "Sand Stream",
|
|
@@ -1206,7 +1316,7 @@ export const AbilitiesText: {[k: string]: AbilityText} = {
|
|
|
1206
1316
|
},
|
|
1207
1317
|
sandveil: {
|
|
1208
1318
|
name: "Sand Veil",
|
|
1209
|
-
desc: "If Sandstorm is active, this Pokemon
|
|
1319
|
+
desc: "If Sandstorm is active, the accuracy of moves used against this Pokemon is multiplied by 0.8. This Pokemon takes no damage from Sandstorm.",
|
|
1210
1320
|
shortDesc: "If Sandstorm is active, this Pokemon's evasiveness is 1.25x; immunity to Sandstorm.",
|
|
1211
1321
|
},
|
|
1212
1322
|
sapsipper: {
|
|
@@ -1224,7 +1334,7 @@ export const AbilitiesText: {[k: string]: AbilityText} = {
|
|
|
1224
1334
|
},
|
|
1225
1335
|
scrappy: {
|
|
1226
1336
|
name: "Scrappy",
|
|
1227
|
-
desc: "This Pokemon can hit Ghost types with Normal- and Fighting-type moves.
|
|
1337
|
+
desc: "This Pokemon can hit Ghost types with Normal- and Fighting-type moves. This Pokemon is immune to the effect of the Intimidate Ability.",
|
|
1228
1338
|
shortDesc: "Fighting, Normal moves hit Ghost. Immune to Intimidate.",
|
|
1229
1339
|
gen7: {
|
|
1230
1340
|
desc: "This Pokemon can hit Ghost types with Normal- and Fighting-type moves.",
|
|
@@ -1237,17 +1347,31 @@ export const AbilitiesText: {[k: string]: AbilityText} = {
|
|
|
1237
1347
|
},
|
|
1238
1348
|
serenegrace: {
|
|
1239
1349
|
name: "Serene Grace",
|
|
1350
|
+
desc: "This Pokemon's moves have their secondary effect chance doubled. This effect stacks with the Rainbow effect, except for secondary effects that cause the target to flinch.",
|
|
1240
1351
|
shortDesc: "This Pokemon's moves have their secondary effect chance doubled.",
|
|
1352
|
+
gen4: {
|
|
1353
|
+
desc: "This Pokemon's moves have their secondary effect chance doubled.",
|
|
1354
|
+
},
|
|
1241
1355
|
},
|
|
1242
1356
|
shadowshield: {
|
|
1243
1357
|
name: "Shadow Shield",
|
|
1244
|
-
desc: "If this Pokemon is at full HP, damage taken from attacks is halved. Moongeist Beam, Sunsteel Strike, and the Mold Breaker, Teravolt, and Turboblaze Abilities cannot ignore this Ability.",
|
|
1245
1358
|
shortDesc: "If this Pokemon is at full HP, damage taken from attacks is halved.",
|
|
1246
1359
|
},
|
|
1247
1360
|
shadowtag: {
|
|
1248
1361
|
name: "Shadow Tag",
|
|
1249
|
-
desc: "Prevents
|
|
1250
|
-
shortDesc: "Prevents
|
|
1362
|
+
desc: "Prevents opposing Pokemon from choosing to switch out, unless they are holding a Shed Shell, are a Ghost type, or also have this Ability.",
|
|
1363
|
+
shortDesc: "Prevents foes from choosing to switch unless they also have this Ability.",
|
|
1364
|
+
gen6: {
|
|
1365
|
+
desc: "Prevents adjacent opposing Pokemon from choosing to switch out, unless they are holding a Shed Shell, are a Ghost type, or also have this Ability.",
|
|
1366
|
+
shortDesc: "Prevents adjacent foes from choosing to switch unless they also have this Ability.",
|
|
1367
|
+
},
|
|
1368
|
+
gen5: {
|
|
1369
|
+
desc: "Prevents adjacent opposing Pokemon from choosing to switch out, unless they are holding a Shed Shell or also have this Ability.",
|
|
1370
|
+
},
|
|
1371
|
+
gen4: {
|
|
1372
|
+
desc: "Prevents opposing Pokemon from choosing to switch out, unless they are holding a Shed Shell or also have this Ability.",
|
|
1373
|
+
shortDesc: "Prevents foes from choosing to switch unless they also have this Ability.",
|
|
1374
|
+
},
|
|
1251
1375
|
gen3: {
|
|
1252
1376
|
desc: "Prevents opposing Pokemon from choosing to switch out.",
|
|
1253
1377
|
shortDesc: "Prevents opposing Pokemon from choosing to switch out.",
|
|
@@ -1279,32 +1403,46 @@ export const AbilitiesText: {[k: string]: AbilityText} = {
|
|
|
1279
1403
|
},
|
|
1280
1404
|
shieldsdown: {
|
|
1281
1405
|
name: "Shields Down",
|
|
1282
|
-
desc: "If this Pokemon is a Minior, it changes to its Core forme if it has 1/2 or less of its maximum HP, and changes to Meteor Form if it has more than 1/2 its maximum HP. This check is done on switch-in and at the end of each turn. While in its Meteor Form, it cannot become affected by non-volatile status
|
|
1406
|
+
desc: "If this Pokemon is a Minior, it changes to its Core forme if it has 1/2 or less of its maximum HP, and changes to Meteor Form if it has more than 1/2 its maximum HP. This check is done on switch-in and at the end of each turn. While in its Meteor Form, it cannot become affected by a non-volatile status condition or Yawn.",
|
|
1283
1407
|
shortDesc: "If Minior, switch-in/end of turn it changes to Core at 1/2 max HP or less, else Meteor.",
|
|
1284
|
-
// n.b. this isn't a bug, the game actually says "Shields Down deactivated" on first transformation
|
|
1285
|
-
// https://www.youtube.com/watch?v=SThjYBz4SEA
|
|
1286
1408
|
|
|
1287
1409
|
transform: "Shields Down deactivated!\n([POKEMON] shielded itself.)",
|
|
1288
1410
|
transformEnd: "Shields Down activated!\n([POKEMON] stopped shielding itself.)",
|
|
1289
1411
|
},
|
|
1290
1412
|
simple: {
|
|
1291
1413
|
name: "Simple",
|
|
1292
|
-
|
|
1293
|
-
|
|
1414
|
+
shortDesc: "When one of this Pokemon's stat stages is raised or lowered, the amount is doubled.",
|
|
1415
|
+
gen7: {
|
|
1416
|
+
desc: "When one of this Pokemon's stat stages is raised or lowered, the amount is doubled. This Ability does not affect stat stage increases received from Z-Power effects that happen before a Status Z-Move is used.",
|
|
1417
|
+
},
|
|
1294
1418
|
gen6: {
|
|
1295
|
-
desc: "When this Pokemon's stat stages
|
|
1419
|
+
desc: "When one of this Pokemon's stat stages is raised or lowered, the amount is doubled.",
|
|
1296
1420
|
},
|
|
1297
1421
|
gen4: {
|
|
1422
|
+
desc: "This Pokemon's stat stages are considered doubled during stat calculations. A stat stage cannot be considered more than 6 or less than -6.",
|
|
1298
1423
|
shortDesc: "This Pokemon's stat stages are considered doubled during stat calculations.",
|
|
1299
1424
|
},
|
|
1300
1425
|
},
|
|
1301
1426
|
skilllink: {
|
|
1302
1427
|
name: "Skill Link",
|
|
1428
|
+
desc: "This Pokemon's multi-hit attacks always hit the maximum number of times. Triple Kick and Triple Axel do not check accuracy for the second and third hits.",
|
|
1303
1429
|
shortDesc: "This Pokemon's multi-hit attacks always hit the maximum number of times.",
|
|
1430
|
+
gen7: {
|
|
1431
|
+
desc: "This Pokemon's multi-hit attacks always hit the maximum number of times. Triple Kick does not check accuracy for the second and third hits.",
|
|
1432
|
+
},
|
|
1433
|
+
gen4: {
|
|
1434
|
+
desc: "This Pokemon's multi-hit attacks always hit the maximum number of times. Does not affect Triple Kick.",
|
|
1435
|
+
},
|
|
1304
1436
|
},
|
|
1305
1437
|
slowstart: {
|
|
1306
1438
|
name: "Slow Start",
|
|
1307
1439
|
shortDesc: "On switch-in, this Pokemon's Attack and Speed are halved for 5 turns.",
|
|
1440
|
+
gen7: {
|
|
1441
|
+
desc: "On switch-in, this Pokemon's Attack and Speed are halved for 5 turns. During the effect, if this Pokemon uses a generic Z-Move based on a special move, its Special Attack is halved during damage calculation.",
|
|
1442
|
+
},
|
|
1443
|
+
gen6: {
|
|
1444
|
+
desc: "On switch-in, this Pokemon's Attack and Speed are halved for 5 turns.",
|
|
1445
|
+
},
|
|
1308
1446
|
|
|
1309
1447
|
start: " [POKEMON] can't get it going!",
|
|
1310
1448
|
end: " [POKEMON] finally got its act together!",
|
|
@@ -1319,7 +1457,7 @@ export const AbilitiesText: {[k: string]: AbilityText} = {
|
|
|
1319
1457
|
},
|
|
1320
1458
|
snowcloak: {
|
|
1321
1459
|
name: "Snow Cloak",
|
|
1322
|
-
desc: "If Hail is active, this Pokemon
|
|
1460
|
+
desc: "If Hail is active, the accuracy of moves used against this Pokemon is multiplied by 0.8. This Pokemon takes no damage from Hail.",
|
|
1323
1461
|
shortDesc: "If Hail is active, this Pokemon's evasiveness is 1.25x; immunity to Hail.",
|
|
1324
1462
|
},
|
|
1325
1463
|
snowwarning: {
|
|
@@ -1328,7 +1466,7 @@ export const AbilitiesText: {[k: string]: AbilityText} = {
|
|
|
1328
1466
|
},
|
|
1329
1467
|
solarpower: {
|
|
1330
1468
|
name: "Solar Power",
|
|
1331
|
-
desc: "If Sunny Day is active, this Pokemon's Special Attack is multiplied by 1.5 and it loses 1/8 of its maximum HP, rounded down, at the end of each turn.
|
|
1469
|
+
desc: "If Sunny Day is active, this Pokemon's Special Attack is multiplied by 1.5 and it loses 1/8 of its maximum HP, rounded down, at the end of each turn. These effects are prevented if the Pokemon is holding a Utility Umbrella.",
|
|
1332
1470
|
shortDesc: "If Sunny Day is active, this Pokemon's Sp. Atk is 1.5x; loses 1/8 max HP per turn.",
|
|
1333
1471
|
gen7: {
|
|
1334
1472
|
desc: "If Sunny Day is active, this Pokemon's Special Attack is multiplied by 1.5 and it loses 1/8 of its maximum HP, rounded down, at the end of each turn.",
|
|
@@ -1340,12 +1478,14 @@ export const AbilitiesText: {[k: string]: AbilityText} = {
|
|
|
1340
1478
|
},
|
|
1341
1479
|
soulheart: {
|
|
1342
1480
|
name: "Soul-Heart",
|
|
1343
|
-
|
|
1344
|
-
shortDesc: "This Pokemon's Sp. Atk is raised by 1 stage when another Pokemon faints.",
|
|
1481
|
+
shortDesc: "This Pokemon's Special Attack is raised by 1 stage when another Pokemon faints.",
|
|
1345
1482
|
},
|
|
1346
1483
|
soundproof: {
|
|
1347
1484
|
name: "Soundproof",
|
|
1348
|
-
shortDesc: "This Pokemon is immune to sound-based moves,
|
|
1485
|
+
shortDesc: "This Pokemon is immune to sound-based moves, unless it used the move.",
|
|
1486
|
+
gen7: {
|
|
1487
|
+
shortDesc: "This Pokemon is immune to sound-based moves, including Heal Bell.",
|
|
1488
|
+
},
|
|
1349
1489
|
gen5: {
|
|
1350
1490
|
shortDesc: "This Pokemon is immune to sound-based moves, except Heal Bell.",
|
|
1351
1491
|
},
|
|
@@ -1360,7 +1500,7 @@ export const AbilitiesText: {[k: string]: AbilityText} = {
|
|
|
1360
1500
|
},
|
|
1361
1501
|
stakeout: {
|
|
1362
1502
|
name: "Stakeout",
|
|
1363
|
-
shortDesc: "This Pokemon's
|
|
1503
|
+
shortDesc: "This Pokemon's offensive stat is doubled against a target that switched in this turn.",
|
|
1364
1504
|
},
|
|
1365
1505
|
stall: {
|
|
1366
1506
|
name: "Stall",
|
|
@@ -1376,8 +1516,11 @@ export const AbilitiesText: {[k: string]: AbilityText} = {
|
|
|
1376
1516
|
},
|
|
1377
1517
|
stancechange: {
|
|
1378
1518
|
name: "Stance Change",
|
|
1379
|
-
desc: "If this Pokemon is an Aegislash, it changes to Blade Forme before
|
|
1519
|
+
desc: "If this Pokemon is an Aegislash, it changes to Blade Forme before using an attacking move, and changes to Shield Forme before using King's Shield.",
|
|
1380
1520
|
shortDesc: "If Aegislash, changes Forme to Blade before attacks and Shield before King's Shield.",
|
|
1521
|
+
gen6: {
|
|
1522
|
+
desc: "If this Pokemon is an Aegislash, it changes to Blade Forme before attempting to use an attacking move, and changes to Shield Forme before attempting to use King's Shield.",
|
|
1523
|
+
},
|
|
1381
1524
|
|
|
1382
1525
|
transform: "Changed to Blade Forme!",
|
|
1383
1526
|
transformEnd: "Changed to Shield Forme!",
|
|
@@ -1399,14 +1542,16 @@ export const AbilitiesText: {[k: string]: AbilityText} = {
|
|
|
1399
1542
|
},
|
|
1400
1543
|
steamengine: {
|
|
1401
1544
|
name: "Steam Engine",
|
|
1545
|
+
desc: "This Pokemon's Speed is raised by 6 stages after it is damaged by a Fire- or Water-type move.",
|
|
1402
1546
|
shortDesc: "This Pokemon's Speed is raised by 6 stages after it is damaged by Fire/Water moves.",
|
|
1403
1547
|
},
|
|
1404
1548
|
steelworker: {
|
|
1405
1549
|
name: "Steelworker",
|
|
1406
|
-
shortDesc: "This Pokemon's
|
|
1550
|
+
shortDesc: "This Pokemon's offensive stat is multiplied by 1.5 while using a Steel-type attack.",
|
|
1407
1551
|
},
|
|
1408
1552
|
steelyspirit: {
|
|
1409
1553
|
name: "Steely Spirit",
|
|
1554
|
+
desc: "This Pokemon and its allies' Steel-type moves have their power multiplied by 1.5. This affects Doom Desire even if the user is not on the field.",
|
|
1410
1555
|
shortDesc: "This Pokemon and its allies' Steel-type moves have their power multiplied by 1.5.",
|
|
1411
1556
|
},
|
|
1412
1557
|
stench: {
|
|
@@ -1420,13 +1565,17 @@ export const AbilitiesText: {[k: string]: AbilityText} = {
|
|
|
1420
1565
|
},
|
|
1421
1566
|
stickyhold: {
|
|
1422
1567
|
name: "Sticky Hold",
|
|
1423
|
-
|
|
1568
|
+
desc: "This Pokemon cannot lose its held item due to another Pokemon's Ability or attack, unless the attack knocks out this Pokemon. A Sticky Barb will be transferred to other Pokemon regardless of this Ability.",
|
|
1569
|
+
shortDesc: "This Pokemon cannot lose its held item due to another Pokemon's Ability or attack.",
|
|
1570
|
+
gen4: {
|
|
1571
|
+
desc: "This Pokemon cannot lose its held item due to another Pokemon's attack, even if the attack knocks out this Pokemon. A Sticky Barb will be transferred to other Pokemon regardless of this Ability.",
|
|
1572
|
+
},
|
|
1424
1573
|
|
|
1425
1574
|
block: " [POKEMON]'s item cannot be removed!",
|
|
1426
1575
|
},
|
|
1427
1576
|
stormdrain: {
|
|
1428
1577
|
name: "Storm Drain",
|
|
1429
|
-
desc: "This Pokemon is immune to Water-type moves and raises its Special Attack by 1 stage when hit by a Water-type move. If this Pokemon is not the target of a single-target Water-type move used by another Pokemon, this Pokemon redirects that move to itself if it is within the range of that move.",
|
|
1578
|
+
desc: "This Pokemon is immune to Water-type moves and raises its Special Attack by 1 stage when hit by a Water-type move. If this Pokemon is not the target of a single-target Water-type move used by another Pokemon, this Pokemon redirects that move to itself if it is within the range of that move. If multiple Pokemon could redirect with this Ability, it goes to the one with the highest Speed, or in the case of a tie to the one that has had this Ability active longer.",
|
|
1430
1579
|
shortDesc: "This Pokemon draws Water moves to itself to raise Sp. Atk by 1; Water immunity.",
|
|
1431
1580
|
gen4: {
|
|
1432
1581
|
desc: "If this Pokemon is not the target of a single-target Water-type move used by another Pokemon, this Pokemon redirects that move to itself.",
|
|
@@ -1467,8 +1616,8 @@ export const AbilitiesText: {[k: string]: AbilityText} = {
|
|
|
1467
1616
|
},
|
|
1468
1617
|
swarm: {
|
|
1469
1618
|
name: "Swarm",
|
|
1470
|
-
desc: "When this Pokemon has 1/3 or less of its maximum HP, rounded down, its
|
|
1471
|
-
shortDesc: "At 1/3 or less of its max HP, this Pokemon's
|
|
1619
|
+
desc: "When this Pokemon has 1/3 or less of its maximum HP, rounded down, its offensive stat is multiplied by 1.5 while using a Bug-type attack.",
|
|
1620
|
+
shortDesc: "At 1/3 or less of its max HP, this Pokemon's offensive stat is 1.5x with Bug attacks.",
|
|
1472
1621
|
gen4: {
|
|
1473
1622
|
desc: "When this Pokemon has 1/3 or less of its maximum HP, rounded down, its Bug-type attacks have their power multiplied by 1.5.",
|
|
1474
1623
|
shortDesc: "At 1/3 or less of its max HP, this Pokemon's Bug-type attacks have 1.5x power.",
|
|
@@ -1476,13 +1625,14 @@ export const AbilitiesText: {[k: string]: AbilityText} = {
|
|
|
1476
1625
|
},
|
|
1477
1626
|
sweetveil: {
|
|
1478
1627
|
name: "Sweet Veil",
|
|
1479
|
-
|
|
1628
|
+
desc: "This Pokemon and its allies cannot fall asleep, but those already asleep do not wake up immediately. This Pokemon and its allies cannot use Rest successfully or become affected by Yawn, and those previously affected will not fall asleep.",
|
|
1629
|
+
shortDesc: "This Pokemon and its allies cannot fall asleep; those already asleep do not wake up.",
|
|
1480
1630
|
|
|
1481
1631
|
block: " [POKEMON] can't fall asleep due to a veil of sweetness!",
|
|
1482
1632
|
},
|
|
1483
1633
|
swiftswim: {
|
|
1484
1634
|
name: "Swift Swim",
|
|
1485
|
-
desc: "If Rain Dance is active
|
|
1635
|
+
desc: "If Rain Dance is active, this Pokemon's Speed is doubled. This effect is prevented if this Pokemon is holding a Utility Umbrella.",
|
|
1486
1636
|
shortDesc: "If Rain Dance is active, this Pokemon's Speed is doubled.",
|
|
1487
1637
|
gen7: {
|
|
1488
1638
|
desc: "If Rain Dance is active, this Pokemon's Speed is doubled.",
|
|
@@ -1490,8 +1640,14 @@ export const AbilitiesText: {[k: string]: AbilityText} = {
|
|
|
1490
1640
|
},
|
|
1491
1641
|
symbiosis: {
|
|
1492
1642
|
name: "Symbiosis",
|
|
1493
|
-
desc: "If an ally uses its item, this Pokemon gives its item to that ally immediately. Does not activate if the ally's item was stolen or knocked off.",
|
|
1643
|
+
desc: "If an ally uses its item, this Pokemon gives its item to that ally immediately. Does not activate if the ally's item was stolen or knocked off, or if the ally used an Eject Button or Eject Pack.",
|
|
1494
1644
|
shortDesc: "If an ally uses its item, this Pokemon gives its item to that ally immediately.",
|
|
1645
|
+
gen7: {
|
|
1646
|
+
desc: "If an ally uses its item, this Pokemon gives its item to that ally immediately. Does not activate if the ally's item was stolen or knocked off, or if the ally used an Eject Button.",
|
|
1647
|
+
},
|
|
1648
|
+
gen6: {
|
|
1649
|
+
desc: "If an ally uses its item, this Pokemon gives its item to that ally immediately. Does not activate if the ally's item was stolen or knocked off.",
|
|
1650
|
+
},
|
|
1495
1651
|
|
|
1496
1652
|
activate: " [POKEMON] shared its [ITEM] with [TARGET]!",
|
|
1497
1653
|
},
|
|
@@ -1513,8 +1669,12 @@ export const AbilitiesText: {[k: string]: AbilityText} = {
|
|
|
1513
1669
|
},
|
|
1514
1670
|
technician: {
|
|
1515
1671
|
name: "Technician",
|
|
1516
|
-
desc: "This Pokemon's moves of 60 power or less have their power multiplied by 1.5.
|
|
1517
|
-
shortDesc: "This Pokemon's moves of 60 power or less have 1.5x power
|
|
1672
|
+
desc: "This Pokemon's moves of 60 power or less have their power multiplied by 1.5, including Struggle. This effect comes after a move's effect changes its own power.",
|
|
1673
|
+
shortDesc: "This Pokemon's moves of 60 power or less have 1.5x power, including Struggle.",
|
|
1674
|
+
gen4: {
|
|
1675
|
+
desc: "This Pokemon's moves of 60 power or less have their power multiplied by 1.5, except Struggle. This effect comes after a move's effect changes its own power, as well as the effects of Charge and Helping Hand.",
|
|
1676
|
+
shortDesc: "This Pokemon's moves of 60 power or less have 1.5x power, except Struggle.",
|
|
1677
|
+
},
|
|
1518
1678
|
},
|
|
1519
1679
|
telepathy: {
|
|
1520
1680
|
name: "Telepathy",
|
|
@@ -1524,7 +1684,7 @@ export const AbilitiesText: {[k: string]: AbilityText} = {
|
|
|
1524
1684
|
},
|
|
1525
1685
|
teravolt: {
|
|
1526
1686
|
name: "Teravolt",
|
|
1527
|
-
desc: "This Pokemon's moves and their effects ignore certain Abilities of other Pokemon. The Abilities that can be negated are Aroma Veil, Aura Break, Battle Armor, Big Pecks, Bulletproof, Clear Body, Contrary, Damp,
|
|
1687
|
+
desc: "This Pokemon's moves and their effects ignore certain Abilities of other Pokemon. The Abilities that can be negated are Aroma Veil, Aura Break, Battle Armor, Big Pecks, Bulletproof, Clear Body, Contrary, Damp, Dazzling, Disguise, Dry Skin, Filter, Flash Fire, Flower Gift, Flower Veil, Fluffy, Friend Guard, Fur Coat, Grass Pelt, Heatproof, Heavy Metal, Hyper Cutter, Ice Face, Ice Scales, Immunity, Inner Focus, Insomnia, Keen Eye, Leaf Guard, Levitate, Light Metal, Lightning Rod, Limber, Magic Bounce, Magma Armor, Marvel Scale, Mirror Armor, Motor Drive, Multiscale, Oblivious, Overcoat, Own Tempo, Pastel Veil, Punk Rock, Queenly Majesty, Sand Veil, Sap Sipper, Shell Armor, Shield Dust, Simple, Snow Cloak, Solid Rock, Soundproof, Sticky Hold, Storm Drain, Sturdy, Suction Cups, Sweet Veil, Tangled Feet, Telepathy, Thick Fat, Unaware, Vital Spirit, Volt Absorb, Water Absorb, Water Bubble, Water Veil, White Smoke, Wonder Guard, and Wonder Skin. This affects every other Pokemon on the field, whether or not it is a target of this Pokemon's move, and whether or not their Ability is beneficial to this Pokemon.",
|
|
1528
1688
|
shortDesc: "This Pokemon's moves and their effects ignore the Abilities of other Pokemon.",
|
|
1529
1689
|
gen7: {
|
|
1530
1690
|
desc: "This Pokemon's moves and their effects ignore certain Abilities of other Pokemon. The Abilities that can be negated are Aroma Veil, Aura Break, Battle Armor, Big Pecks, Bulletproof, Clear Body, Contrary, Damp, Dark Aura, Dazzling, Disguise, Dry Skin, Fairy Aura, Filter, Flash Fire, Flower Gift, Flower Veil, Fluffy, Friend Guard, Fur Coat, Grass Pelt, Heatproof, Heavy Metal, Hyper Cutter, Immunity, Inner Focus, Insomnia, Keen Eye, Leaf Guard, Levitate, Light Metal, Lightning Rod, Limber, Magic Bounce, Magma Armor, Marvel Scale, Motor Drive, Multiscale, Oblivious, Overcoat, Own Tempo, Queenly Majesty, Sand Veil, Sap Sipper, Shell Armor, Shield Dust, Simple, Snow Cloak, Solid Rock, Soundproof, Sticky Hold, Storm Drain, Sturdy, Suction Cups, Sweet Veil, Tangled Feet, Telepathy, Thick Fat, Unaware, Vital Spirit, Volt Absorb, Water Absorb, Water Bubble, Water Veil, White Smoke, Wonder Guard, and Wonder Skin. This affects every other Pokemon on the field, whether or not it is a target of this Pokemon's move, and whether or not their Ability is beneficial to this Pokemon.",
|
|
@@ -1540,11 +1700,16 @@ export const AbilitiesText: {[k: string]: AbilityText} = {
|
|
|
1540
1700
|
},
|
|
1541
1701
|
thickfat: {
|
|
1542
1702
|
name: "Thick Fat",
|
|
1543
|
-
desc: "If a Pokemon uses a Fire- or Ice-type attack against this Pokemon, that Pokemon's
|
|
1544
|
-
shortDesc: "Fire
|
|
1703
|
+
desc: "If a Pokemon uses a Fire- or Ice-type attack against this Pokemon, that Pokemon's offensive stat is halved when calculating the damage to this Pokemon.",
|
|
1704
|
+
shortDesc: "Fire-/Ice-type moves against this Pokemon deal damage with a halved offensive stat.",
|
|
1545
1705
|
gen4: {
|
|
1706
|
+
desc: "The power of Fire- and Ice-type attacks against this Pokemon is halved.",
|
|
1546
1707
|
shortDesc: "The power of Fire- and Ice-type attacks against this Pokemon is halved.",
|
|
1547
1708
|
},
|
|
1709
|
+
gen3: {
|
|
1710
|
+
desc: "If a Pokemon uses a Fire- or Ice-type attack against this Pokemon, that Pokemon's Special Attack is halved when calculating the damage to this Pokemon.",
|
|
1711
|
+
shortDesc: "Fire-/Ice-type moves against this Pokemon deal damage with a halved Sp. Atk stat.",
|
|
1712
|
+
},
|
|
1548
1713
|
},
|
|
1549
1714
|
tintedlens: {
|
|
1550
1715
|
name: "Tinted Lens",
|
|
@@ -1552,8 +1717,8 @@ export const AbilitiesText: {[k: string]: AbilityText} = {
|
|
|
1552
1717
|
},
|
|
1553
1718
|
torrent: {
|
|
1554
1719
|
name: "Torrent",
|
|
1555
|
-
desc: "When this Pokemon has 1/3 or less of its maximum HP, rounded down, its
|
|
1556
|
-
shortDesc: "At 1/3 or less of its max HP, this Pokemon's
|
|
1720
|
+
desc: "When this Pokemon has 1/3 or less of its maximum HP, rounded down, its offensive stat is multiplied by 1.5 while using a Water-type attack.",
|
|
1721
|
+
shortDesc: "At 1/3 or less of its max HP, this Pokemon's offensive stat is 1.5x with Water attacks.",
|
|
1557
1722
|
gen4: {
|
|
1558
1723
|
desc: "When this Pokemon has 1/3 or less of its maximum HP, rounded down, its Water-type attacks have their power multiplied by 1.5.",
|
|
1559
1724
|
shortDesc: "At 1/3 or less of its max HP, this Pokemon's Water-type attacks have 1.5x power.",
|
|
@@ -1570,17 +1735,29 @@ export const AbilitiesText: {[k: string]: AbilityText} = {
|
|
|
1570
1735
|
},
|
|
1571
1736
|
trace: {
|
|
1572
1737
|
name: "Trace",
|
|
1573
|
-
desc: "On switch-in,
|
|
1738
|
+
desc: "On switch-in, this Pokemon copies a random opposing Pokemon's Ability. Abilities that cannot be copied are As One, Battle Bond, Comatose, Disguise, Flower Gift, Forecast, Gulp Missile, Hunger Switch, Ice Face, Illusion, Imposter, Multitype, Neutralizing Gas, Power Construct, Power of Alchemy, Receiver, RKS System, Schooling, Shields Down, Stance Change, Trace, and Zen Mode. If no opposing Pokemon has an Ability that can be copied, this Ability will activate as soon as one does.",
|
|
1574
1739
|
shortDesc: "On switch-in, or when it can, this Pokemon copies a random adjacent foe's Ability.",
|
|
1575
1740
|
gen7: {
|
|
1576
|
-
desc: "On switch-in,
|
|
1741
|
+
desc: "On switch-in, this Pokemon copies a random opposing Pokemon's Ability. Abilities that cannot be copied are Battle Bond, Comatose, Disguise, Flower Gift, Forecast, Illusion, Imposter, Multitype, Power Construct, Power of Alchemy, Receiver, RKS System, Schooling, Shields Down, Stance Change, Trace, and Zen Mode. If no opposing Pokemon has an Ability that can be copied, this Ability will activate as soon as one does.",
|
|
1742
|
+
},
|
|
1743
|
+
gen6: {
|
|
1744
|
+
desc: "On switch-in, this Pokemon copies a random adjacent opposing Pokemon's Ability. Abilities that cannot be copied are Flower Gift, Forecast, Illusion, Imposter, Multitype, Stance Change, Trace, and Zen Mode. If no opposing Pokemon has an Ability that can be copied, this Ability will activate as soon as one does.",
|
|
1745
|
+
},
|
|
1746
|
+
gen5: {
|
|
1747
|
+
desc: "On switch-in, this Pokemon copies a random adjacent opposing Pokemon's Ability. Abilities that cannot be copied are Flower Gift, Forecast, Illusion, Imposter, Multitype, Trace, and Zen Mode. If no opposing Pokemon has an Ability that can be copied, this Ability will activate as soon as one does.",
|
|
1748
|
+
},
|
|
1749
|
+
gen4: {
|
|
1750
|
+
desc: "On switch-in, this Pokemon copies a random opposing Pokemon's Ability. Abilities that cannot be copied are Forecast, Multitype, and Trace. If no opposing Pokemon has an Ability that can be copied, this Ability will activate as soon as one does.",
|
|
1751
|
+
},
|
|
1752
|
+
gen3: {
|
|
1753
|
+
desc: "On switch-in, this Pokemon copies a random opposing Pokemon's Ability.",
|
|
1577
1754
|
},
|
|
1578
1755
|
|
|
1579
1756
|
changeAbility: " [POKEMON] traced [SOURCE]'s [ABILITY]!",
|
|
1580
1757
|
},
|
|
1581
1758
|
transistor: {
|
|
1582
1759
|
name: "Transistor",
|
|
1583
|
-
shortDesc: "This Pokemon's
|
|
1760
|
+
shortDesc: "This Pokemon's offensive stat is multiplied by 1.5 while using an Electric-type attack.",
|
|
1584
1761
|
},
|
|
1585
1762
|
triage: {
|
|
1586
1763
|
name: "Triage",
|
|
@@ -1589,12 +1766,15 @@ export const AbilitiesText: {[k: string]: AbilityText} = {
|
|
|
1589
1766
|
truant: {
|
|
1590
1767
|
name: "Truant",
|
|
1591
1768
|
shortDesc: "This Pokemon skips every other turn instead of using a move.",
|
|
1769
|
+
gen3: {
|
|
1770
|
+
desc: "This Pokemon skips every other turn instead of using a move. If this Pokemon replaces a Pokemon that fainted during end-of-turn effects, its first turn will be skipped.",
|
|
1771
|
+
},
|
|
1592
1772
|
|
|
1593
1773
|
cant: "[POKEMON] is loafing around!",
|
|
1594
1774
|
},
|
|
1595
1775
|
turboblaze: {
|
|
1596
1776
|
name: "Turboblaze",
|
|
1597
|
-
desc: "This Pokemon's moves and their effects ignore certain Abilities of other Pokemon. The Abilities that can be negated are Aroma Veil, Aura Break, Battle Armor, Big Pecks, Bulletproof, Clear Body, Contrary, Damp,
|
|
1777
|
+
desc: "This Pokemon's moves and their effects ignore certain Abilities of other Pokemon. The Abilities that can be negated are Aroma Veil, Aura Break, Battle Armor, Big Pecks, Bulletproof, Clear Body, Contrary, Damp, Dazzling, Disguise, Dry Skin, Filter, Flash Fire, Flower Gift, Flower Veil, Fluffy, Friend Guard, Fur Coat, Grass Pelt, Heatproof, Heavy Metal, Hyper Cutter, Ice Face, Ice Scales, Immunity, Inner Focus, Insomnia, Keen Eye, Leaf Guard, Levitate, Light Metal, Lightning Rod, Limber, Magic Bounce, Magma Armor, Marvel Scale, Mirror Armor, Motor Drive, Multiscale, Oblivious, Overcoat, Own Tempo, Pastel Veil, Punk Rock, Queenly Majesty, Sand Veil, Sap Sipper, Shell Armor, Shield Dust, Simple, Snow Cloak, Solid Rock, Soundproof, Sticky Hold, Storm Drain, Sturdy, Suction Cups, Sweet Veil, Tangled Feet, Telepathy, Thick Fat, Unaware, Vital Spirit, Volt Absorb, Water Absorb, Water Bubble, Water Veil, White Smoke, Wonder Guard, and Wonder Skin. This affects every other Pokemon on the field, whether or not it is a target of this Pokemon's move, and whether or not their Ability is beneficial to this Pokemon.",
|
|
1598
1778
|
shortDesc: "This Pokemon's moves and their effects ignore the Abilities of other Pokemon.",
|
|
1599
1779
|
gen7: {
|
|
1600
1780
|
desc: "This Pokemon's moves and their effects ignore certain Abilities of other Pokemon. The Abilities that can be negated are Aroma Veil, Aura Break, Battle Armor, Big Pecks, Bulletproof, Clear Body, Contrary, Damp, Dark Aura, Dazzling, Disguise, Dry Skin, Fairy Aura, Filter, Flash Fire, Flower Gift, Flower Veil, Fluffy, Friend Guard, Fur Coat, Grass Pelt, Heatproof, Heavy Metal, Hyper Cutter, Immunity, Inner Focus, Insomnia, Keen Eye, Leaf Guard, Levitate, Light Metal, Lightning Rod, Limber, Magic Bounce, Magma Armor, Marvel Scale, Motor Drive, Multiscale, Oblivious, Overcoat, Own Tempo, Queenly Majesty, Sand Veil, Sap Sipper, Shell Armor, Shield Dust, Simple, Snow Cloak, Solid Rock, Soundproof, Sticky Hold, Storm Drain, Sturdy, Suction Cups, Sweet Veil, Tangled Feet, Telepathy, Thick Fat, Unaware, Vital Spirit, Volt Absorb, Water Absorb, Water Bubble, Water Veil, White Smoke, Wonder Guard, and Wonder Skin. This affects every other Pokemon on the field, whether or not it is a target of this Pokemon's move, and whether or not their Ability is beneficial to this Pokemon.",
|
|
@@ -1615,20 +1795,19 @@ export const AbilitiesText: {[k: string]: AbilityText} = {
|
|
|
1615
1795
|
},
|
|
1616
1796
|
unburden: {
|
|
1617
1797
|
name: "Unburden",
|
|
1618
|
-
desc: "If this Pokemon loses its held item for any reason, its Speed is doubled
|
|
1798
|
+
desc: "If this Pokemon loses its held item for any reason, its Speed is doubled as long as it remains active, has this Ability, and is not holding an item.",
|
|
1619
1799
|
shortDesc: "Speed is doubled on held item loss; boost is lost if it switches, gets new item/Ability.",
|
|
1620
1800
|
},
|
|
1621
1801
|
unnerve: {
|
|
1622
1802
|
name: "Unnerve",
|
|
1623
|
-
desc: "While this Pokemon is active, it prevents opposing Pokemon from using their Berries.
|
|
1803
|
+
desc: "While this Pokemon is active, it prevents opposing Pokemon from using their Berries. This Ability activates before hazards and other Abilities take effect.",
|
|
1624
1804
|
shortDesc: "While this Pokemon is active, it prevents opposing Pokemon from using their Berries.",
|
|
1625
1805
|
|
|
1626
1806
|
start: " [TEAM] is too nervous to eat Berries!",
|
|
1627
1807
|
},
|
|
1628
1808
|
unseenfist: {
|
|
1629
1809
|
name: "Unseen Fist",
|
|
1630
|
-
|
|
1631
|
-
shortDesc: "All contact moves hit through protection.",
|
|
1810
|
+
shortDesc: "This Pokemon's contact moves ignore the target's protection, except Max Guard.",
|
|
1632
1811
|
},
|
|
1633
1812
|
victorystar: {
|
|
1634
1813
|
name: "Victory Star",
|
|
@@ -1649,7 +1828,7 @@ export const AbilitiesText: {[k: string]: AbilityText} = {
|
|
|
1649
1828
|
},
|
|
1650
1829
|
wanderingspirit: {
|
|
1651
1830
|
name: "Wandering Spirit",
|
|
1652
|
-
desc: "Pokemon making contact with this Pokemon have their Ability swapped with this one. Does not affect
|
|
1831
|
+
desc: "Pokemon making contact with this Pokemon have their Ability swapped with this one. Does not affect Pokemon with the As One, Battle Bond, Comatose, Disguise, Gulp Missile, Hunger Switch, Ice Face, Illusion, Multitype, Neutralizing Gas, Power Construct, RKS System, Schooling, Shields Down, Stance Change, Wonder Guard, or Zen Mode Abilities.",
|
|
1653
1832
|
shortDesc: "Pokemon making contact with this Pokemon have their Ability swapped with this one.",
|
|
1654
1833
|
|
|
1655
1834
|
activate: "#skillswap",
|
|
@@ -1661,7 +1840,7 @@ export const AbilitiesText: {[k: string]: AbilityText} = {
|
|
|
1661
1840
|
},
|
|
1662
1841
|
waterbubble: {
|
|
1663
1842
|
name: "Water Bubble",
|
|
1664
|
-
desc: "This Pokemon's
|
|
1843
|
+
desc: "This Pokemon's offensive stat is doubled while using a Water-type attack. If a Pokemon uses a Fire-type attack against this Pokemon, that Pokemon's offensive stat is halved when calculating the damage to this Pokemon. This Pokemon cannot be burned. Gaining this Ability while burned cures it.",
|
|
1665
1844
|
shortDesc: "This Pokemon's Water power is 2x; it can't be burned; Fire power against it is halved.",
|
|
1666
1845
|
},
|
|
1667
1846
|
watercompaction: {
|
|
@@ -1687,7 +1866,7 @@ export const AbilitiesText: {[k: string]: AbilityText} = {
|
|
|
1687
1866
|
},
|
|
1688
1867
|
wimpout: {
|
|
1689
1868
|
name: "Wimp Out",
|
|
1690
|
-
desc: "When this Pokemon has more than 1/2 its maximum HP and takes damage bringing it to 1/2 or less of its maximum HP, it immediately switches out to a chosen ally. This effect applies after all hits from a multi-hit move
|
|
1869
|
+
desc: "When this Pokemon has more than 1/2 its maximum HP and takes damage bringing it to 1/2 or less of its maximum HP, it immediately switches out to a chosen ally. This effect applies after all hits from a multi-hit move. This effect is prevented if the move had a secondary effect removed by the Sheer Force Ability. This effect applies to both direct and indirect damage, except Curse and Substitute on use, Belly Drum, Pain Split, and confusion damage.",
|
|
1691
1870
|
shortDesc: "This Pokemon switches out when it reaches 1/2 or less of its maximum HP.",
|
|
1692
1871
|
},
|
|
1693
1872
|
wonderguard: {
|
|
@@ -1702,13 +1881,16 @@ export const AbilitiesText: {[k: string]: AbilityText} = {
|
|
|
1702
1881
|
},
|
|
1703
1882
|
wonderskin: {
|
|
1704
1883
|
name: "Wonder Skin",
|
|
1705
|
-
desc: "
|
|
1884
|
+
desc: "Non-damaging moves that check accuracy have their accuracy changed to 50% when used against this Pokemon. This effect comes before other effects that modify accuracy.",
|
|
1706
1885
|
shortDesc: "Status moves with accuracy checks are 50% accurate when used on this Pokemon.",
|
|
1707
1886
|
},
|
|
1708
1887
|
zenmode: {
|
|
1709
1888
|
name: "Zen Mode",
|
|
1710
|
-
desc: "If this Pokemon is a Darmanitan or Darmanitan
|
|
1889
|
+
desc: "If this Pokemon is a Darmanitan or Galarian Darmanitan, it changes to Zen Mode if it has 1/2 or less of its maximum HP at the end of a turn. If Darmanitan's HP is above 1/2 of its maximum HP at the end of a turn, it changes back to Standard Mode.",
|
|
1711
1890
|
shortDesc: "If Darmanitan, at end of turn changes Mode to Standard if > 1/2 max HP, else Zen.",
|
|
1891
|
+
gen7: {
|
|
1892
|
+
desc: "If this Pokemon is a Darmanitan, it changes to Zen Mode if it has 1/2 or less of its maximum HP at the end of a turn. If Darmanitan's HP is above 1/2 of its maximum HP at the end of a turn, it changes back to Standard Mode.",
|
|
1893
|
+
},
|
|
1712
1894
|
gen6: {
|
|
1713
1895
|
desc: "If this Pokemon is a Darmanitan, it changes to Zen Mode if it has 1/2 or less of its maximum HP at the end of a turn. If Darmanitan's HP is above 1/2 of its maximum HP at the end of a turn, it changes back to Standard Mode. If Darmanitan loses this Ability while in Zen Mode, it reverts to Standard Mode immediately.",
|
|
1714
1896
|
},
|