pokemon-showdown/data/mods/gen8/items.ts
2022-11-29 20:59:01 -06:00

31 lines
473 B
TypeScript

export const Items: {[k: string]: ModdedItemData} = {
custapberry: {
inherit: true,
isNonstandard: null,
},
enigmaberry: {
inherit: true,
isNonstandard: null,
},
jabocaberry: {
inherit: true,
isNonstandard: null,
},
keeberry: {
inherit: true,
isNonstandard: null,
},
marangaberry: {
inherit: true,
isNonstandard: null,
},
micleberry: {
inherit: true,
isNonstandard: null,
},
rowapberry: {
inherit: true,
isNonstandard: null,
},
};