Total pages: 256

Goose Egg

{
  "title": "Goose Egg",
  "type": "item",
  "icon": "/assets/items/objects/Goose Egg.png",
  "categories": [
    "Animal Product"
  ],
  "description": "A savory egg with a lot of nutrients.",
  "object_type": "Basic",
  "object_category": -5,
  "base_price": 300,
  "edibility": 15,
  "is_drink": false,
  "shipping_collection": true,
  "random_sell": true,
  "fishing_collection": true,
  "can_be_trashed": true,
  "tags": [
    "color_white",
    "egg_item"
  ],
  "slug": "GooseEgg",
  "filepath": "/content/items/GooseEgg.md"
}