Total pages: 256

Ice Cream Sundae

{
  "title": "Ice Cream Sundae",
  "type": "item",
  "icon": "/assets/items/objects/Ice Cream Sundae.png",
  "categories": [
    "Cooking"
  ],
  "description": "Vanilla ice cream smothered in hot fudge crowned with a cherry.",
  "object_type": "Cooking",
  "object_category": -7,
  "base_price": 400,
  "edibility": 80,
  "is_drink": false,
  "shipping_collection": true,
  "random_sell": true,
  "fishing_collection": false,
  "can_be_trashed": true,
  "tags": [
    "food_sweet",
    "color_brown"
  ],
  "buffs": {
    "duration": 600,
    "max_stamina": 75,
    "speed": 1
  },
  "purchase": {
    "Ice Cream Stand": 500
  },
  "recipe_source": {
    "Luau": 2000
  },
  "slug": "IceCreamSundae",
  "filepath": "/content/items/IceCreamSundae.md"
}