mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-03-21 17:25:10 -05:00
Z-A OU: Update Mega Greninja and Mega Ampharos's abilities
Some checks are pending
Node.js CI / build (18.x) (push) Waiting to run
Some checks are pending
Node.js CI / build (18.x) (push) Waiting to run
This commit is contained in:
parent
4737bb273f
commit
ac406bb3aa
|
|
@ -24,6 +24,10 @@ export const Pokedex: import('../../../sim/dex-species').ModdedSpeciesDataTable
|
|||
inherit: true,
|
||||
abilities: { 0: "Dragon's Maw" },
|
||||
},
|
||||
ampharosmega: {
|
||||
inherit: true,
|
||||
abilities: { 0: "Fluffy" },
|
||||
},
|
||||
skarmorymega: {
|
||||
inherit: true,
|
||||
abilities: { 0: "Tough Claws" },
|
||||
|
|
@ -82,7 +86,7 @@ export const Pokedex: import('../../../sim/dex-species').ModdedSpeciesDataTable
|
|||
},
|
||||
greninjamega: {
|
||||
inherit: true,
|
||||
abilities: { 0: "Technician" },
|
||||
abilities: { 0: "Protean" },
|
||||
},
|
||||
pyroarmega: {
|
||||
inherit: true,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user