From db8f378c9a0685bb0f41d08838c7629917f65f69 Mon Sep 17 00:00:00 2001 From: pokeapi-machine-user Date: Wed, 2 Sep 2026 15:09:00 +0000 Subject: [PATCH] [Updater Bot] Regenerate data from https://github.com/PokeAPI/pokeapi/pull/1664 --- data/api/v2/ability/26/index.json | 8 +++++ data/api/v2/ability/292/index.json | 8 +++++ data/api/v2/ability/314/index.json | 52 ++++++++++++++++++++++++++++ data/api/v2/ability/index.json | 6 +++- data/api/v2/generation/9/index.json | 4 +++ data/api/v2/meta/index.json | 4 +-- data/api/v2/pokemon/10307/index.json | 11 +++++- data/api/v2/pokemon/10309/index.json | 11 +++++- data/api/v2/pokemon/10310/index.json | 11 +++++- 9 files changed, 109 insertions(+), 6 deletions(-) create mode 100644 data/api/v2/ability/314/index.json diff --git a/data/api/v2/ability/26/index.json b/data/api/v2/ability/26/index.json index c86a3cb648..ad69689d54 100644 --- a/data/api/v2/ability/26/index.json +++ b/data/api/v2/ability/26/index.json @@ -1357,6 +1357,14 @@ "name": "chimecho-mega", "url": "/api/v2/pokemon/10306/" } + }, + { + "is_hidden": false, + "slot": 1, + "pokemon": { + "name": "garchomp-mega-z", + "url": "/api/v2/pokemon/10309/" + } } ] } \ No newline at end of file diff --git a/data/api/v2/ability/292/index.json b/data/api/v2/ability/292/index.json index 8364bacae5..1f7134cf7f 100644 --- a/data/api/v2/ability/292/index.json +++ b/data/api/v2/ability/292/index.json @@ -171,6 +171,14 @@ "name": "samurott-hisui", "url": "/api/v2/pokemon/10236/" } + }, + { + "is_hidden": false, + "slot": 1, + "pokemon": { + "name": "absol-mega-z", + "url": "/api/v2/pokemon/10307/" + } } ] } \ No newline at end of file diff --git a/data/api/v2/ability/314/index.json b/data/api/v2/ability/314/index.json new file mode 100644 index 0000000000..eb652bce31 --- /dev/null +++ b/data/api/v2/ability/314/index.json @@ -0,0 +1,52 @@ +{ + "id": 314, + "name": "aura-guard", + "is_main_series": true, + "generation": { + "name": "generation-ix", + "url": "/api/v2/generation/9/" + }, + "names": [ + { + "name": "Aura Guard", + "language": { + "name": "en", + "url": "/api/v2/language/9/" + } + } + ], + "effect_entries": [ + { + "effect": "A Pokémon with Aura Guard takes half damage from moves that make contact. Moves affected by Long Reach which make contact will deal regular damage.", + "short_effect": "A Pokémon with Aura Guard takes half damage from moves that make contact.", + "language": { + "name": "en", + "url": "/api/v2/language/9/" + } + } + ], + "effect_changes": [], + "flavor_text_entries": [ + { + "flavor_text": "A Pokémon with Aura Guard takes half damage from moves that make contact. Moves affected by Long Reach which make contact will deal regular damage.", + "language": { + "name": "en", + "url": "/api/v2/language/9/" + }, + "version_group": { + "name": "champions", + "url": "/api/v2/version-group/32/" + } + } + ], + "pokemon": [ + { + "is_hidden": false, + "slot": 1, + "pokemon": { + "name": "lucario-mega-z", + "url": "/api/v2/pokemon/10310/" + } + } + ] +} \ No newline at end of file diff --git a/data/api/v2/ability/index.json b/data/api/v2/ability/index.json index 9f421ee3f8..a34598cd9d 100644 --- a/data/api/v2/ability/index.json +++ b/data/api/v2/ability/index.json @@ -1,5 +1,5 @@ { - "count": 373, + "count": 374, "next": null, "previous": null, "results": [ @@ -1255,6 +1255,10 @@ "name": "fire-mane", "url": "/api/v2/ability/313/" }, + { + "name": "aura-guard", + "url": "/api/v2/ability/314/" + }, { "name": "mountaineer", "url": "/api/v2/ability/10001/" diff --git a/data/api/v2/generation/9/index.json b/data/api/v2/generation/9/index.json index 6d3fbad4cc..5990ef41c4 100644 --- a/data/api/v2/generation/9/index.json +++ b/data/api/v2/generation/9/index.json @@ -185,6 +185,10 @@ { "name": "fire-mane", "url": "/api/v2/ability/313/" + }, + { + "name": "aura-guard", + "url": "/api/v2/ability/314/" } ], "main_region": { diff --git a/data/api/v2/meta/index.json b/data/api/v2/meta/index.json index 2f03733a2b..a1517a1e63 100644 --- a/data/api/v2/meta/index.json +++ b/data/api/v2/meta/index.json @@ -1,5 +1,5 @@ { - "deploy_date": "1788268242", - "hash": "c8dbd727fffc44783653e899ef2700c72e5449cf", + "deploy_date": "1788360132", + "hash": "4c738538445410b83861a8ba251f30f110396778", "tag": null } \ No newline at end of file diff --git a/data/api/v2/pokemon/10307/index.json b/data/api/v2/pokemon/10307/index.json index 9d7087d7ee..6e2f154941 100644 --- a/data/api/v2/pokemon/10307/index.json +++ b/data/api/v2/pokemon/10307/index.json @@ -6,7 +6,16 @@ "is_default": false, "order": -1, "weight": 490, - "abilities": [], + "abilities": [ + { + "is_hidden": false, + "slot": 1, + "ability": { + "name": "sharpness", + "url": "/api/v2/ability/292/" + } + } + ], "past_abilities": [], "forms": [ { diff --git a/data/api/v2/pokemon/10309/index.json b/data/api/v2/pokemon/10309/index.json index 4f25fb274d..27e1511540 100644 --- a/data/api/v2/pokemon/10309/index.json +++ b/data/api/v2/pokemon/10309/index.json @@ -6,7 +6,16 @@ "is_default": false, "order": -1, "weight": 990, - "abilities": [], + "abilities": [ + { + "is_hidden": false, + "slot": 1, + "ability": { + "name": "levitate", + "url": "/api/v2/ability/26/" + } + } + ], "past_abilities": [], "forms": [ { diff --git a/data/api/v2/pokemon/10310/index.json b/data/api/v2/pokemon/10310/index.json index 0c8412709c..410409378b 100644 --- a/data/api/v2/pokemon/10310/index.json +++ b/data/api/v2/pokemon/10310/index.json @@ -6,7 +6,16 @@ "is_default": false, "order": -1, "weight": 494, - "abilities": [], + "abilities": [ + { + "is_hidden": false, + "slot": 1, + "ability": { + "name": "aura-guard", + "url": "/api/v2/ability/314/" + } + } + ], "past_abilities": [], "forms": [ {