mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-05-05 04:57:57 -05:00
39 lines
627 B
TypeScript
39 lines
627 B
TypeScript
export const Abilities: {[k: string]: ModdedAbilityData} = {
|
|
asoneglastrier: {
|
|
inherit: true,
|
|
isNonstandard: "Past",
|
|
},
|
|
asonespectrier: {
|
|
inherit: true,
|
|
isNonstandard: "Past",
|
|
},
|
|
chillingneigh: {
|
|
inherit: true,
|
|
isNonstandard: "Past",
|
|
},
|
|
curiousmedicine: {
|
|
inherit: true,
|
|
isNonstandard: "Past",
|
|
},
|
|
dragonsmaw: {
|
|
inherit: true,
|
|
isNonstandard: "Past",
|
|
},
|
|
grimneigh: {
|
|
inherit: true,
|
|
isNonstandard: "Past",
|
|
},
|
|
quickdraw: {
|
|
inherit: true,
|
|
isNonstandard: "Past",
|
|
},
|
|
transistor: {
|
|
inherit: true,
|
|
isNonstandard: "Past",
|
|
},
|
|
unseenfist: {
|
|
inherit: true,
|
|
isNonstandard: "Past",
|
|
},
|
|
};
|