pokemon-showdown/data/mods/gen8/items.ts
2022-11-27 12:20:46 -06:00

35 lines
533 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,
},
lansatberry: {
inherit: true,
isNonstandard: null,
},
marangaberry: {
inherit: true,
isNonstandard: null,
},
micleberry: {
inherit: true,
isNonstandard: null,
},
rowapberry: {
inherit: true,
isNonstandard: null,
},
};