Total pages: 256

Candy

{
  "title": "Candy",
  "type": "item",
  "icon": "/assets/items/objects/Candy.png",
  "categories": [
    "Cooking"
  ],
  "description": "A sugary delight enjoyed by many.",
  "object_type": "Cooking",
  "object_category": -7,
  "base_price": 2000,
  "edibility": 50,
  "is_drink": false,
  "shipping_collection": true,
  "random_sell": false,
  "fishing_collection": false,
  "can_be_trashed": true,
  "tags": [
    "color_blue",
    "food_sweet"
  ],
  "buffs": {
    "duration": 500,
    "luck_level": 1,
    "max_stamina": 70,
    "speed": 1
  },
  "recipe_source": {
    "Saloon": 10000
  },
  "slug": "Candy",
  "filepath": "/content/items/Candy.md"
}