import { IItem } from "../../interfaces/i-item"; const EYE_PATCH_OF_TRUE_SIGHT: IItem = { image: null, name: "Eye Patch of True Sight", type: "Magic Item", rarity: "Wonderous", description: "Grants the wearer true sight." }; export { EYE_PATCH_OF_TRUE_SIGHT };