Total pages: 256

Vegan Cone

{
  "title": "Vegan Cone",
  "type": "item",
  "icon": "/assets/items/objects/Vegan Cone.png",
  "categories": [
    "Cooking"
  ],
  "description": "A dairy-free alternative ice cream made with coconut milk.",
  "object_type": "Cooking",
  "object_category": -7,
  "base_price": 350,
  "edibility": 50,
  "is_drink": false,
  "shipping_collection": true,
  "random_sell": true,
  "fishing_collection": false,
  "can_be_trashed": true,
  "tags": [
    "food_sweet",
    "color_green"
  ],
  "purchase": {
    "Ice Cream Stand": 750
  },
  "recipe_source": {
    "Sandy": 3000
  },
  "slug": "VeganCone",
  "filepath": "/content/items/VeganCone.md"
}