Skip to content

Commit fbe4a9c

Browse files
refactor: update data [skip publish]
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0aca901 commit fbe4a9c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/lib/assets/abilities.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export const abilities = new Collection<string, PokemonTypes.Ability>([
2323
[
2424
'aftermath',
2525
{
26-
desc: "If this Pokémon is knocked out with a contact move, that move's user loses 1/4 of its maximum HP, rounded down. If any active Pokémon has the Damp Ability, this effect is prevented.",
26+
desc: "If this Pokémon is knocked out with a contact move, that move's user loses 1/4 of its maximum HP, rounded down. This effect is prevented if the move's user has the Magic Guard Ability or if any active Pokémon has the Damp Ability.",
2727
name: 'Aftermath',
2828
shortDesc: "If this Pokémon is KOed with a contact move, that move's user loses 1/4 its max HP."
2929
}
@@ -62,7 +62,7 @@ export const abilities = new Collection<string, PokemonTypes.Ability>([
6262
[
6363
'anticipation',
6464
{
65-
desc: 'On switch-in, this Pokémon is alerted if any opposing Pokémon has an attack that is super effective against this Pokémon, 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.',
65+
desc: 'On switch-in, this Pokémon is alerted if any opposing Pokémon has an attacking move with a type that is super effective against this Pokémon, or any OHKO move. This effect considers Hidden Power to be its determined type, and every other move to be its original type.',
6666
name: 'Anticipation',
6767
shortDesc: 'On switch-in, this Pokémon shudders if any foe has a supereffective or OHKO move.'
6868
}
@@ -1078,7 +1078,7 @@ export const abilities = new Collection<string, PokemonTypes.Ability>([
10781078
[
10791079
'magician',
10801080
{
1081-
desc: 'If this Pokémon has no item, it steals the item off a Pokémon it hits with an attack. Does not affect Doom Desire and Future Sight.',
1081+
desc: 'If this Pokémon has no item, it steals the item off a Pokémon it hits with an attack. Does not affect Doom Desire and Future Sight. If multiple targets are hit by an attack the item is stolen from the fastest Pokémon, while considering the effect of Trick Room and prioritizing opposing Pokémon before allies.',
10821082
name: 'Magician',
10831083
shortDesc: 'If this Pokémon has no item, it steals the item off a Pokémon it hits with an attack.'
10841084
}

tests/testUtils/full-data-responses/eevee.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"name": "Anticipation",
2929
"key": "anticipation",
3030
"bulbapediaPage": "https://bulbapedia.bulbagarden.net/wiki/Anticipation_(Ability)",
31-
"desc": "On switch-in, this Pokémon is alerted if any opposing Pokémon has an attack that is super effective against this Pokémon, 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.",
31+
"desc": "On switch-in, this Pokémon is alerted if any opposing Pokémon has an attacking move with a type that is super effective against this Pokémon, or any OHKO move. This effect considers Hidden Power to be its determined type, and every other move to be its original type.",
3232
"isFieldAbility": null,
3333
"serebiiPage": "https://www.serebii.net/abilitydex/anticipation.shtml",
3434
"shortDesc": "On switch-in, this Pokémon shudders if any foe has a supereffective or OHKO move.",

0 commit comments

Comments
 (0)