mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-04-30 04:36:56 -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,
|
inherit: true,
|
||||||
abilities: { 0: "Dragon's Maw" },
|
abilities: { 0: "Dragon's Maw" },
|
||||||
},
|
},
|
||||||
|
ampharosmega: {
|
||||||
|
inherit: true,
|
||||||
|
abilities: { 0: "Fluffy" },
|
||||||
|
},
|
||||||
skarmorymega: {
|
skarmorymega: {
|
||||||
inherit: true,
|
inherit: true,
|
||||||
abilities: { 0: "Tough Claws" },
|
abilities: { 0: "Tough Claws" },
|
||||||
|
|
@ -82,7 +86,7 @@ export const Pokedex: import('../../../sim/dex-species').ModdedSpeciesDataTable
|
||||||
},
|
},
|
||||||
greninjamega: {
|
greninjamega: {
|
||||||
inherit: true,
|
inherit: true,
|
||||||
abilities: { 0: "Technician" },
|
abilities: { 0: "Protean" },
|
||||||
},
|
},
|
||||||
pyroarmega: {
|
pyroarmega: {
|
||||||
inherit: true,
|
inherit: true,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user