Total pages: 256

Gold Slime Egg

{
  "title": "Gold Slime Egg",
  "type": "item",
  "icon": "/assets/items/objects/Gold Slime Egg.png",
  "categories": [
    "Other"
  ],
  "description": "It's made of solid gold. Can't be incubated, but it'll fetch a high price.",
  "object_type": "Basic",
  "object_category": 0,
  "base_price": 12000,
  "edibility": -300,
  "is_drink": false,
  "shipping_collection": true,
  "random_sell": false,
  "fishing_collection": false,
  "can_be_trashed": true,
  "tags": [
    "color_gold",
    "slime_item",
    "use_reverse_name_for_sorting"
  ],
  "slug": "GoldSlimeEgg",
  "filepath": "/content/items/GoldSlimeEgg.md"
}