mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-05-17 10:46:53 -05:00
31 lines
562 B
TypeScript
31 lines
562 B
TypeScript
export const Abilities: {[k: string]: ModdedAbilityData} = {
|
|
asoneglastrier: {
|
|
inherit: true,
|
|
isNonstandard: "Unobtainable",
|
|
},
|
|
asonespectrier: {
|
|
inherit: true,
|
|
isNonstandard: "Unobtainable",
|
|
},
|
|
chillingneigh: {
|
|
inherit: true,
|
|
isNonstandard: "Unobtainable",
|
|
},
|
|
curiousmedicine: {
|
|
inherit: true,
|
|
isNonstandard: "Unobtainable",
|
|
},
|
|
dragonsmaw: {
|
|
inherit: true,
|
|
isNonstandard: "Unobtainable",
|
|
},
|
|
grimneigh: {
|
|
inherit: true,
|
|
isNonstandard: "Unobtainable",
|
|
},
|
|
transistor: {
|
|
inherit: true,
|
|
isNonstandard: "Unobtainable",
|
|
},
|
|
};
|