import { IItem } from "../../interfaces/i-item"; const MARSHMALLOW_CAPSULE: IItem = { image: null, name: "Marshmallow Capsule", type: "Magic Item", rarity: "Uncommon", description: "Explodes into a pillow of Marshmallow 20ft x 20ft under you. Reduces all fall damage to 0." }; export { MARSHMALLOW_CAPSULE };