import { IItem } from "../../interfaces/i-item"; const TORNADO_OF_CATS: IItem = { image: null, name: "Tornado of Cats", type: "Magic Item", rarity: "Wonderous", description: "A sealed jar that when opened spawns a mile high tornado from it's mouth. It will proceed to rain hostile tigers from the sky for 1d6 years." }; export { TORNADO_OF_CATS };