mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-05-05 21:17:43 -05:00
35 lines
533 B
TypeScript
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,
|
|
},
|
|
};
|