mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-05-17 10:46:53 -05:00
43 lines
750 B
TypeScript
43 lines
750 B
TypeScript
export const Items: {[k: string]: ModdedItemData} = {
|
|
apicotberry: {
|
|
inherit: true,
|
|
isNonstandard: "Unobtainable",
|
|
},
|
|
custapberry: {
|
|
inherit: true,
|
|
isNonstandard: "Unobtainable",
|
|
},
|
|
ganlonberry: {
|
|
inherit: true,
|
|
isNonstandard: "Unobtainable",
|
|
},
|
|
jabocaberry: {
|
|
inherit: true,
|
|
isNonstandard: "Unobtainable",
|
|
},
|
|
liechiberry: {
|
|
inherit: true,
|
|
isNonstandard: "Unobtainable",
|
|
},
|
|
micleberry: {
|
|
inherit: true,
|
|
isNonstandard: "Unobtainable",
|
|
},
|
|
petayaberry: {
|
|
inherit: true,
|
|
isNonstandard: "Unobtainable",
|
|
},
|
|
rowapberry: {
|
|
inherit: true,
|
|
isNonstandard: "Unobtainable",
|
|
},
|
|
salacberry: {
|
|
inherit: true,
|
|
isNonstandard: "Unobtainable",
|
|
},
|
|
souldew: {
|
|
inherit: true,
|
|
isNonstandard: "Unobtainable",
|
|
},
|
|
};
|