{
  "meta": {
    "version": "1.3.0",
    "lastUpdated": "2026-01-17",
    "totalItems": 98,
    "gameVersion": "1.3.x",
    "priceNote": "Sell prices shown are base values (1-star). Higher star ratings increase price: 2★ +20%, 3★ +40%, 4★ +60%, 5★ +80%. D.G. Members get additional 1.1x bonus.",
    "cookingTips": "Higher level recipes give more energy and profit. Level 11-12 unlocks tea drinks! Look for Duoduo on rainy/rainbow days for Cloud Roll recipes!"
  },
  "recipes": [
    {
      "id": "house-salad",
      "name": "House Salad",
      "name_cn": "田园沙拉",
      "emoji": "🥗",
      "category": "side_dish",
      "level": 1,
      "energy": 30,
      "sellPrice": 120,
      "profit": 90,
      "ingredients": [
        {"item": "tomato", "quantity": 2},
        {"item": "lettuce", "quantity": 1}
      ],
      "description": "A simple fresh salad, perfect for beginners.",
      "unlockMethod": "default",
      "cookTime": 30
    },
    {
      "id": "fish-n-chips",
      "name": "Fish N Chips",
      "name_cn": "炸鱼薯条",
      "emoji": "🍟",
      "category": "main_dish",
      "level": 1,
      "energy": 50,
      "sellPrice": 230,
      "profit": 150,
      "ingredients": [
        {"item": "any_fish", "quantity": 1},
        {"item": "potato", "quantity": 2}
      ],
      "description": "Classic fried fish with crispy potato chips.",
      "unlockMethod": "default",
      "cookTime": 45
    },
    {
      "id": "tomato-soup",
      "name": "Tomato Soup",
      "name_cn": "番茄汤",
      "emoji": "🍅",
      "category": "soup",
      "level": 1,
      "energy": 35,
      "sellPrice": 100,
      "profit": 60,
      "ingredients": [
        {"item": "tomato", "quantity": 3}
      ],
      "description": "Warm and comforting tomato soup.",
      "unlockMethod": "default",
      "cookTime": 30
    },
    {
      "id": "grilled-fish",
      "name": "Grilled Fish",
      "name_cn": "烤鱼",
      "emoji": "🐟",
      "category": "main_dish",
      "level": 1,
      "energy": 45,
      "sellPrice": 180,
      "profit": 100,
      "ingredients": [
        {"item": "any_fish", "quantity": 1},
        {"item": "herb", "quantity": 1}
      ],
      "description": "Simply grilled fish with herbs.",
      "unlockMethod": "default",
      "cookTime": 40
    },
    {
      "id": "lemonade",
      "name": "Lemonade",
      "name_cn": "柠檬水",
      "emoji": "🍋",
      "category": "drink",
      "level": 1,
      "energy": 25,
      "sellPrice": 80,
      "profit": 50,
      "ingredients": [
        {"item": "lemon", "quantity": 3},
        {"item": "sugar", "quantity": 1}
      ],
      "description": "Refreshing summer lemonade.",
      "unlockMethod": "default",
      "cookTime": 15,
      "communityNote": "Reported not in game by community member (Jan 2026)"
    },
    {
      "id": "fried-egg",
      "name": "Fried Egg",
      "name_cn": "煎蛋",
      "emoji": "🍳",
      "category": "side_dish",
      "level": 1,
      "energy": 25,
      "sellPrice": 60,
      "profit": 40,
      "ingredients": [
        {"item": "egg", "quantity": 1}
      ],
      "description": "Simple and nutritious fried egg.",
      "unlockMethod": "default",
      "cookTime": 10
    },
    {
      "id": "boiled-potato",
      "name": "Boiled Potato",
      "name_cn": "水煮土豆",
      "emoji": "🥔",
      "category": "side_dish",
      "level": 1,
      "energy": 30,
      "sellPrice": 50,
      "profit": 30,
      "ingredients": [
        {"item": "potato", "quantity": 2}
      ],
      "description": "Simple boiled potatoes.",
      "unlockMethod": "default",
      "cookTime": 20
    },
    {
      "id": "fruit-salad",
      "name": "Fruit Salad",
      "name_cn": "水果沙拉",
      "emoji": "🍓",
      "category": "side_dish",
      "level": 1,
      "energy": 35,
      "sellPrice": 90,
      "profit": 55,
      "ingredients": [
        {"item": "apple", "quantity": 1},
        {"item": "strawberry", "quantity": 2}
      ],
      "description": "Fresh mixed fruit salad.",
      "unlockMethod": "default",
      "cookTime": 15
    },
    {
      "id": "vegetable-stir-fry",
      "name": "Vegetable Stir Fry",
      "name_cn": "炒时蔬",
      "emoji": "🥬",
      "category": "main_dish",
      "level": 2,
      "energy": 55,
      "sellPrice": 250,
      "profit": 150,
      "ingredients": [
        {"item": "cabbage", "quantity": 2},
        {"item": "carrot", "quantity": 2},
        {"item": "onion", "quantity": 1}
      ],
      "description": "A healthy mix of stir-fried vegetables.",
      "unlockMethod": "level_up",
      "cookTime": 35
    },
    {
      "id": "fruit-smoothie",
      "name": "Fruit Smoothie",
      "name_cn": "水果奶昔",
      "emoji": "🥤",
      "category": "drink",
      "level": 2,
      "energy": 40,
      "sellPrice": 180,
      "profit": 100,
      "ingredients": [
        {"item": "apple", "quantity": 2},
        {"item": "strawberry", "quantity": 2}
      ],
      "description": "Refreshing blended fruit drink.",
      "unlockMethod": "level_up",
      "cookTime": 20
    },
    {
      "id": "egg-sandwich",
      "name": "Egg Sandwich",
      "name_cn": "鸡蛋三明治",
      "emoji": "🥪",
      "category": "main_dish",
      "level": 2,
      "energy": 50,
      "sellPrice": 200,
      "profit": 120,
      "ingredients": [
        {"item": "egg", "quantity": 2},
        {"item": "bread", "quantity": 2},
        {"item": "lettuce", "quantity": 1}
      ],
      "description": "A hearty egg sandwich for breakfast.",
      "unlockMethod": "level_up",
      "cookTime": 25
    },
    {
      "id": "honey-tea",
      "name": "Honey Tea",
      "name_cn": "蜂蜜茶",
      "emoji": "🍵",
      "category": "drink",
      "level": 2,
      "energy": 30,
      "sellPrice": 150,
      "profit": 90,
      "ingredients": [
        {"item": "tea_leaves", "quantity": 2},
        {"item": "honey", "quantity": 1}
      ],
      "description": "Soothing tea sweetened with honey.",
      "unlockMethod": "level_up",
      "cookTime": 15
    },
    {
      "id": "pancakes",
      "name": "Pancakes",
      "name_cn": "煎饼",
      "emoji": "🥞",
      "category": "dessert",
      "level": 2,
      "energy": 45,
      "sellPrice": 200,
      "profit": 130,
      "ingredients": [
        {"item": "flour", "quantity": 2},
        {"item": "egg", "quantity": 1},
        {"item": "milk", "quantity": 1}
      ],
      "description": "Fluffy breakfast pancakes.",
      "unlockMethod": "level_up",
      "cookTime": 30
    },
    {
      "id": "hot-chocolate",
      "name": "Hot Chocolate",
      "name_cn": "热可可",
      "emoji": "☕",
      "category": "drink",
      "level": 2,
      "energy": 35,
      "sellPrice": 160,
      "profit": 100,
      "ingredients": [
        {"item": "cocoa", "quantity": 2},
        {"item": "milk", "quantity": 1},
        {"item": "sugar", "quantity": 1}
      ],
      "description": "Warm and comforting hot chocolate.",
      "unlockMethod": "level_up",
      "cookTime": 20
    },
    {
      "id": "berry-parfait",
      "name": "Berry Parfait",
      "name_cn": "浆果冻糕",
      "emoji": "🍨",
      "category": "dessert",
      "level": 2,
      "energy": 40,
      "sellPrice": 220,
      "profit": 140,
      "ingredients": [
        {"item": "strawberry", "quantity": 2},
        {"item": "blueberry", "quantity": 2},
        {"item": "yogurt", "quantity": 1}
      ],
      "description": "Layered yogurt with fresh berries.",
      "unlockMethod": "level_up",
      "cookTime": 25
    },
    {
      "id": "omelette",
      "name": "Omelette",
      "name_cn": "煎蛋卷",
      "emoji": "🍳",
      "category": "main_dish",
      "level": 2,
      "energy": 50,
      "sellPrice": 180,
      "profit": 110,
      "ingredients": [
        {"item": "egg", "quantity": 3},
        {"item": "cheese", "quantity": 1}
      ],
      "description": "Fluffy omelette with melted cheese.",
      "unlockMethod": "level_up",
      "cookTime": 20
    },
    {
      "id": "carrot-soup",
      "name": "Carrot Soup",
      "name_cn": "胡萝卜汤",
      "emoji": "🥕",
      "category": "soup",
      "level": 2,
      "energy": 40,
      "sellPrice": 140,
      "profit": 85,
      "ingredients": [
        {"item": "carrot", "quantity": 4},
        {"item": "onion", "quantity": 1}
      ],
      "description": "Sweet and nutritious carrot soup.",
      "unlockMethod": "level_up",
      "cookTime": 35
    },
    {
      "id": "mushroom-risotto",
      "name": "Mushroom Risotto",
      "name_cn": "蘑菇烩饭",
      "emoji": "🍄",
      "category": "main_dish",
      "level": 3,
      "energy": 65,
      "sellPrice": 400,
      "profit": 280,
      "ingredients": [
        {"item": "mushroom", "quantity": 3},
        {"item": "rice", "quantity": 2},
        {"item": "butter", "quantity": 1}
      ],
      "description": "Creamy risotto with fresh mushrooms.",
      "unlockMethod": "level_up",
      "cookTime": 50
    },
    {
      "id": "mushroom-stew",
      "name": "Mushroom Stew",
      "name_cn": "蘑菇炖菜",
      "emoji": "🍲",
      "category": "soup",
      "level": 3,
      "energy": 70,
      "sellPrice": 650,
      "profit": 500,
      "ingredients": [
        {"item": "mushroom", "quantity": 4},
        {"item": "potato", "quantity": 2},
        {"item": "onion", "quantity": 1}
      ],
      "description": "Rich and hearty mushroom stew. Best profit in the game!",
      "unlockMethod": "level_up",
      "cookTime": 60,
      "buff": {"type": "energy_restore", "value": 20}
    },
    {
      "id": "button-mushroom-pie",
      "name": "Button Mushroom Pie",
      "name_cn": "蘑菇派",
      "emoji": "🥧",
      "category": "main_dish",
      "level": 3,
      "energy": 65,
      "sellPrice": 650,
      "profit": 450,
      "ingredients": [
        {"item": "button_mushroom", "quantity": 3},
        {"item": "flour", "quantity": 2},
        {"item": "butter", "quantity": 1}
      ],
      "description": "Savory pie filled with button mushrooms.",
      "unlockMethod": "level_up",
      "cookTime": 55
    },
    {
      "id": "apple-pie",
      "name": "Apple Pie",
      "name_cn": "苹果派",
      "emoji": "🥧",
      "category": "dessert",
      "level": 3,
      "energy": 55,
      "sellPrice": 350,
      "profit": 200,
      "ingredients": [
        {"item": "apple", "quantity": 4},
        {"item": "flour", "quantity": 2},
        {"item": "sugar", "quantity": 1}
      ],
      "description": "Classic homemade apple pie.",
      "unlockMethod": "level_up",
      "cookTime": 50
    },
    {
      "id": "clam-chowder",
      "name": "Clam Chowder",
      "name_cn": "蛤蜊浓汤",
      "emoji": "🥣",
      "category": "soup",
      "level": 3,
      "energy": 60,
      "sellPrice": 380,
      "profit": 230,
      "ingredients": [
        {"item": "clam", "quantity": 3},
        {"item": "potato", "quantity": 2},
        {"item": "cream", "quantity": 1}
      ],
      "description": "Rich and creamy New England clam chowder.",
      "unlockMethod": "level_up",
      "cookTime": 45
    },
    {
      "id": "garden-pizza",
      "name": "Garden Pizza",
      "name_cn": "田园披萨",
      "emoji": "🍕",
      "category": "main_dish",
      "level": 3,
      "energy": 65,
      "sellPrice": 420,
      "profit": 280,
      "ingredients": [
        {"item": "flour", "quantity": 2},
        {"item": "tomato", "quantity": 2},
        {"item": "cheese", "quantity": 2},
        {"item": "herb", "quantity": 1}
      ],
      "description": "Homemade pizza with garden vegetables.",
      "unlockMethod": "level_up",
      "cookTime": 40
    },
    {
      "id": "fish-tacos",
      "name": "Fish Tacos",
      "name_cn": "鱼肉塔可",
      "emoji": "🌮",
      "category": "main_dish",
      "level": 3,
      "energy": 55,
      "sellPrice": 350,
      "profit": 220,
      "ingredients": [
        {"item": "any_fish", "quantity": 2},
        {"item": "flour", "quantity": 1},
        {"item": "cabbage", "quantity": 1},
        {"item": "lime", "quantity": 1}
      ],
      "description": "Crispy fish tacos with fresh slaw.",
      "unlockMethod": "level_up",
      "cookTime": 35
    },
    {
      "id": "honey-glazed-salmon",
      "name": "Honey Glazed Salmon",
      "name_cn": "蜜汁三文鱼",
      "emoji": "🍯",
      "category": "main_dish",
      "level": 3,
      "energy": 60,
      "sellPrice": 400,
      "profit": 250,
      "ingredients": [
        {"item": "salmon", "quantity": 1},
        {"item": "honey", "quantity": 2}
      ],
      "description": "Sweet glazed salmon fillet.",
      "unlockMethod": "level_up",
      "cookTime": 40
    },
    {
      "id": "vegetable-soup",
      "name": "Vegetable Soup",
      "name_cn": "蔬菜汤",
      "emoji": "🥣",
      "category": "soup",
      "level": 3,
      "energy": 50,
      "sellPrice": 280,
      "profit": 170,
      "ingredients": [
        {"item": "carrot", "quantity": 2},
        {"item": "potato", "quantity": 2},
        {"item": "cabbage", "quantity": 1},
        {"item": "onion", "quantity": 1}
      ],
      "description": "Hearty vegetable soup with fresh ingredients.",
      "unlockMethod": "level_up",
      "cookTime": 45
    },
    {
      "id": "cookies",
      "name": "Chocolate Chip Cookies",
      "name_cn": "巧克力曲奇",
      "emoji": "🍪",
      "category": "dessert",
      "level": 3,
      "energy": 40,
      "sellPrice": 250,
      "profit": 160,
      "ingredients": [
        {"item": "flour", "quantity": 2},
        {"item": "cocoa", "quantity": 1},
        {"item": "sugar", "quantity": 1},
        {"item": "butter", "quantity": 1}
      ],
      "description": "Crispy cookies with chocolate chips.",
      "unlockMethod": "level_up",
      "cookTime": 30
    },
    {
      "id": "salmon-sushi",
      "name": "Salmon Sushi",
      "name_cn": "三文鱼寿司",
      "emoji": "🍣",
      "category": "main_dish",
      "level": 4,
      "energy": 60,
      "sellPrice": 600,
      "profit": 350,
      "ingredients": [
        {"item": "salmon", "quantity": 2},
        {"item": "rice", "quantity": 2},
        {"item": "seaweed", "quantity": 1}
      ],
      "description": "Fresh salmon sushi rolls.",
      "unlockMethod": "level_up",
      "cookTime": 40
    },
    {
      "id": "chocolate-cake",
      "name": "Chocolate Cake",
      "name_cn": "巧克力蛋糕",
      "emoji": "🎂",
      "category": "dessert",
      "level": 4,
      "energy": 70,
      "sellPrice": 500,
      "profit": 300,
      "ingredients": [
        {"item": "cocoa", "quantity": 3},
        {"item": "flour", "quantity": 2},
        {"item": "egg", "quantity": 2},
        {"item": "sugar", "quantity": 2}
      ],
      "description": "Decadent chocolate layer cake.",
      "unlockMethod": "level_up",
      "cookTime": 60
    },
    {
      "id": "seafood-paella",
      "name": "Seafood Paella",
      "name_cn": "海鲜饭",
      "emoji": "🥘",
      "category": "main_dish",
      "level": 4,
      "energy": 80,
      "sellPrice": 700,
      "profit": 400,
      "ingredients": [
        {"item": "shrimp", "quantity": 2},
        {"item": "any_fish", "quantity": 2},
        {"item": "rice", "quantity": 3},
        {"item": "saffron", "quantity": 1}
      ],
      "description": "Spanish rice dish with mixed seafood.",
      "unlockMethod": "level_up",
      "cookTime": 55
    },
    {
      "id": "beef-steak",
      "name": "Beef Steak",
      "name_cn": "牛排",
      "emoji": "🥩",
      "category": "main_dish",
      "level": 4,
      "energy": 85,
      "sellPrice": 650,
      "profit": 380,
      "ingredients": [
        {"item": "beef", "quantity": 2},
        {"item": "herb", "quantity": 2},
        {"item": "butter", "quantity": 1}
      ],
      "description": "Perfectly grilled beef steak.",
      "unlockMethod": "level_up",
      "cookTime": 50
    },
    {
      "id": "tuna-sashimi",
      "name": "Tuna Sashimi",
      "name_cn": "金枪鱼刺身",
      "emoji": "🍣",
      "category": "main_dish",
      "level": 4,
      "energy": 55,
      "sellPrice": 550,
      "profit": 320,
      "ingredients": [
        {"item": "tuna", "quantity": 2},
        {"item": "seaweed", "quantity": 1}
      ],
      "description": "Fresh sliced tuna sashimi.",
      "unlockMethod": "level_up",
      "cookTime": 25
    },
    {
      "id": "ramen",
      "name": "Ramen",
      "name_cn": "拉面",
      "emoji": "🍜",
      "category": "soup",
      "level": 4,
      "energy": 75,
      "sellPrice": 480,
      "profit": 290,
      "ingredients": [
        {"item": "flour", "quantity": 2},
        {"item": "egg", "quantity": 1},
        {"item": "pork", "quantity": 1},
        {"item": "seaweed", "quantity": 1}
      ],
      "description": "Japanese noodle soup with rich broth.",
      "unlockMethod": "level_up",
      "cookTime": 50
    },
    {
      "id": "fried-rice",
      "name": "Fried Rice",
      "name_cn": "炒饭",
      "emoji": "🍚",
      "category": "main_dish",
      "level": 4,
      "energy": 60,
      "sellPrice": 350,
      "profit": 210,
      "ingredients": [
        {"item": "rice", "quantity": 3},
        {"item": "egg", "quantity": 2},
        {"item": "carrot", "quantity": 1},
        {"item": "onion", "quantity": 1}
      ],
      "description": "Classic Chinese fried rice.",
      "unlockMethod": "level_up",
      "cookTime": 30
    },
    {
      "id": "cream-puff",
      "name": "Cream Puff",
      "name_cn": "泡芙",
      "emoji": "🧁",
      "category": "dessert",
      "level": 4,
      "energy": 50,
      "sellPrice": 380,
      "profit": 230,
      "ingredients": [
        {"item": "flour", "quantity": 2},
        {"item": "cream", "quantity": 2},
        {"item": "egg", "quantity": 1},
        {"item": "sugar", "quantity": 1}
      ],
      "description": "Light pastry filled with cream.",
      "unlockMethod": "level_up",
      "cookTime": 45
    },
    {
      "id": "fish-soup",
      "name": "Fish Soup",
      "name_cn": "鱼汤",
      "emoji": "🍲",
      "category": "soup",
      "level": 4,
      "energy": 65,
      "sellPrice": 420,
      "profit": 260,
      "ingredients": [
        {"item": "any_fish", "quantity": 2},
        {"item": "tomato", "quantity": 2},
        {"item": "herb", "quantity": 1}
      ],
      "description": "Light and flavorful fish soup.",
      "unlockMethod": "level_up",
      "cookTime": 40
    },
    {
      "id": "strawberry-shortcake",
      "name": "Strawberry Shortcake",
      "name_cn": "草莓蛋糕",
      "emoji": "🍰",
      "category": "dessert",
      "level": 5,
      "energy": 75,
      "sellPrice": 550,
      "profit": 320,
      "ingredients": [
        {"item": "strawberry", "quantity": 4},
        {"item": "flour", "quantity": 2},
        {"item": "cream", "quantity": 2},
        {"item": "sugar", "quantity": 1}
      ],
      "description": "Light cake topped with fresh strawberries.",
      "unlockMethod": "level_up",
      "cookTime": 55
    },
    {
      "id": "lobster-bisque",
      "name": "Lobster Bisque",
      "name_cn": "龙虾浓汤",
      "emoji": "🦞",
      "category": "soup",
      "level": 5,
      "energy": 80,
      "sellPrice": 800,
      "profit": 480,
      "ingredients": [
        {"item": "lobster", "quantity": 2},
        {"item": "cream", "quantity": 2},
        {"item": "tomato", "quantity": 1},
        {"item": "herb", "quantity": 1}
      ],
      "description": "Luxurious creamy lobster soup.",
      "unlockMethod": "level_up",
      "cookTime": 60
    },
    {
      "id": "spaghetti",
      "name": "Spaghetti Bolognese",
      "name_cn": "意大利肉酱面",
      "emoji": "🍝",
      "category": "main_dish",
      "level": 5,
      "energy": 70,
      "sellPrice": 520,
      "profit": 310,
      "ingredients": [
        {"item": "flour", "quantity": 2},
        {"item": "beef", "quantity": 2},
        {"item": "tomato", "quantity": 3},
        {"item": "herb", "quantity": 1}
      ],
      "description": "Classic Italian pasta with meat sauce.",
      "unlockMethod": "level_up",
      "cookTime": 50
    },
    {
      "id": "curry-rice",
      "name": "Curry Rice",
      "name_cn": "咖喱饭",
      "emoji": "🍛",
      "category": "main_dish",
      "level": 5,
      "energy": 75,
      "sellPrice": 480,
      "profit": 290,
      "ingredients": [
        {"item": "rice", "quantity": 3},
        {"item": "potato", "quantity": 2},
        {"item": "carrot", "quantity": 2},
        {"item": "curry_powder", "quantity": 1}
      ],
      "description": "Japanese style curry with rice.",
      "unlockMethod": "level_up",
      "cookTime": 55
    },
    {
      "id": "cheesecake",
      "name": "Cheesecake",
      "name_cn": "芝士蛋糕",
      "emoji": "🧀",
      "category": "dessert",
      "level": 5,
      "energy": 65,
      "sellPrice": 600,
      "profit": 360,
      "ingredients": [
        {"item": "cheese", "quantity": 3},
        {"item": "cream", "quantity": 2},
        {"item": "flour", "quantity": 1},
        {"item": "sugar", "quantity": 1}
      ],
      "description": "Rich and creamy New York cheesecake.",
      "unlockMethod": "level_up",
      "cookTime": 60
    },
    {
      "id": "grilled-lobster",
      "name": "Grilled Lobster",
      "name_cn": "烤龙虾",
      "emoji": "🦞",
      "category": "main_dish",
      "level": 5,
      "energy": 90,
      "sellPrice": 850,
      "profit": 500,
      "ingredients": [
        {"item": "lobster", "quantity": 2},
        {"item": "butter", "quantity": 2},
        {"item": "herb", "quantity": 1}
      ],
      "description": "Succulent grilled lobster with butter.",
      "unlockMethod": "level_up",
      "cookTime": 45
    },
    {
      "id": "dim-sum",
      "name": "Dim Sum",
      "name_cn": "点心",
      "emoji": "🥟",
      "category": "main_dish",
      "level": 5,
      "energy": 60,
      "sellPrice": 450,
      "profit": 270,
      "ingredients": [
        {"item": "flour", "quantity": 2},
        {"item": "pork", "quantity": 2},
        {"item": "shrimp", "quantity": 1}
      ],
      "description": "Assorted Chinese dumplings.",
      "unlockMethod": "level_up",
      "cookTime": 50
    },
    {
      "id": "tiramisu",
      "name": "Tiramisu",
      "name_cn": "提拉米苏",
      "emoji": "🍰",
      "category": "dessert",
      "level": 6,
      "energy": 70,
      "sellPrice": 650,
      "profit": 390,
      "ingredients": [
        {"item": "coffee", "quantity": 2},
        {"item": "cream", "quantity": 2},
        {"item": "cocoa", "quantity": 1},
        {"item": "egg", "quantity": 2}
      ],
      "description": "Italian coffee-flavored dessert.",
      "unlockMethod": "level_up",
      "cookTime": 55
    },
    {
      "id": "beef-wellington",
      "name": "Beef Wellington",
      "name_cn": "威灵顿牛排",
      "emoji": "🥩",
      "category": "main_dish",
      "level": 6,
      "energy": 100,
      "sellPrice": 900,
      "profit": 520,
      "ingredients": [
        {"item": "beef", "quantity": 3},
        {"item": "mushroom", "quantity": 2},
        {"item": "flour", "quantity": 2},
        {"item": "egg", "quantity": 1}
      ],
      "description": "Premium beef wrapped in pastry.",
      "unlockMethod": "level_up",
      "cookTime": 70
    },
    {
      "id": "crab-cakes",
      "name": "Crab Cakes",
      "name_cn": "蟹饼",
      "emoji": "🦀",
      "category": "main_dish",
      "level": 6,
      "energy": 70,
      "sellPrice": 700,
      "profit": 420,
      "ingredients": [
        {"item": "crab", "quantity": 3},
        {"item": "flour", "quantity": 1},
        {"item": "egg", "quantity": 1},
        {"item": "herb", "quantity": 1}
      ],
      "description": "Crispy crab cakes with fresh herbs.",
      "unlockMethod": "level_up",
      "cookTime": 40
    },
    {
      "id": "french-onion-soup",
      "name": "French Onion Soup",
      "name_cn": "法式洋葱汤",
      "emoji": "🧅",
      "category": "soup",
      "level": 6,
      "energy": 55,
      "sellPrice": 450,
      "profit": 280,
      "ingredients": [
        {"item": "onion", "quantity": 4},
        {"item": "cheese", "quantity": 2},
        {"item": "bread", "quantity": 1}
      ],
      "description": "Classic French soup with melted cheese.",
      "unlockMethod": "level_up",
      "cookTime": 50
    },
    {
      "id": "macaron",
      "name": "Macaron",
      "name_cn": "马卡龙",
      "emoji": "🍬",
      "category": "dessert",
      "level": 6,
      "energy": 45,
      "sellPrice": 550,
      "profit": 340,
      "ingredients": [
        {"item": "almond", "quantity": 2},
        {"item": "egg", "quantity": 2},
        {"item": "sugar", "quantity": 2},
        {"item": "cream", "quantity": 1}
      ],
      "description": "Delicate French sandwich cookies.",
      "unlockMethod": "level_up",
      "cookTime": 45
    },
    {
      "id": "pho",
      "name": "Pho",
      "name_cn": "越南河粉",
      "emoji": "🍜",
      "category": "soup",
      "level": 6,
      "energy": 70,
      "sellPrice": 520,
      "profit": 310,
      "ingredients": [
        {"item": "rice", "quantity": 2},
        {"item": "beef", "quantity": 2},
        {"item": "herb", "quantity": 2},
        {"item": "onion", "quantity": 1}
      ],
      "description": "Vietnamese noodle soup with herbs.",
      "unlockMethod": "level_up",
      "cookTime": 55
    },
    {
      "id": "peking-duck",
      "name": "Peking Duck",
      "name_cn": "北京烤鸭",
      "emoji": "🦆",
      "category": "main_dish",
      "level": 7,
      "energy": 95,
      "sellPrice": 950,
      "profit": 560,
      "ingredients": [
        {"item": "duck", "quantity": 2},
        {"item": "flour", "quantity": 2},
        {"item": "honey", "quantity": 1},
        {"item": "herb", "quantity": 1}
      ],
      "description": "Famous Chinese roasted duck.",
      "unlockMethod": "level_up",
      "cookTime": 80,
      "buff": {"type": "speed_boost", "value": 15}
    },
    {
      "id": "bouillabaisse",
      "name": "Bouillabaisse",
      "name_cn": "马赛鱼汤",
      "emoji": "🍲",
      "category": "soup",
      "level": 7,
      "energy": 85,
      "sellPrice": 850,
      "profit": 500,
      "ingredients": [
        {"item": "any_fish", "quantity": 3},
        {"item": "shrimp", "quantity": 2},
        {"item": "tomato", "quantity": 2},
        {"item": "saffron", "quantity": 1}
      ],
      "description": "French Provençal fish stew.",
      "unlockMethod": "level_up",
      "cookTime": 65
    },
    {
      "id": "creme-brulee",
      "name": "Crème Brûlée",
      "name_cn": "焦糖布丁",
      "emoji": "🍮",
      "category": "dessert",
      "level": 7,
      "energy": 60,
      "sellPrice": 620,
      "profit": 380,
      "ingredients": [
        {"item": "cream", "quantity": 3},
        {"item": "egg", "quantity": 2},
        {"item": "sugar", "quantity": 2},
        {"item": "vanilla", "quantity": 1}
      ],
      "description": "French custard with caramelized sugar.",
      "unlockMethod": "level_up",
      "cookTime": 50
    },
    {
      "id": "lamb-chops",
      "name": "Lamb Chops",
      "name_cn": "羊排",
      "emoji": "🍖",
      "category": "main_dish",
      "level": 7,
      "energy": 90,
      "sellPrice": 800,
      "profit": 470,
      "ingredients": [
        {"item": "lamb", "quantity": 3},
        {"item": "herb", "quantity": 2},
        {"item": "butter", "quantity": 1}
      ],
      "description": "Grilled lamb chops with rosemary.",
      "unlockMethod": "level_up",
      "cookTime": 45
    },
    {
      "id": "bibimbap",
      "name": "Bibimbap",
      "name_cn": "石锅拌饭",
      "emoji": "🍚",
      "category": "main_dish",
      "level": 7,
      "energy": 80,
      "sellPrice": 580,
      "profit": 350,
      "ingredients": [
        {"item": "rice", "quantity": 3},
        {"item": "egg", "quantity": 1},
        {"item": "carrot", "quantity": 2},
        {"item": "mushroom", "quantity": 2},
        {"item": "beef", "quantity": 1}
      ],
      "description": "Korean mixed rice bowl.",
      "unlockMethod": "level_up",
      "cookTime": 40
    },
    {
      "id": "opera-cake",
      "name": "Opera Cake",
      "name_cn": "歌剧院蛋糕",
      "emoji": "🎂",
      "category": "dessert",
      "level": 7,
      "energy": 75,
      "sellPrice": 750,
      "profit": 450,
      "ingredients": [
        {"item": "almond", "quantity": 2},
        {"item": "coffee", "quantity": 2},
        {"item": "cocoa", "quantity": 2},
        {"item": "cream", "quantity": 2}
      ],
      "description": "French layered almond sponge cake.",
      "unlockMethod": "level_up",
      "cookTime": 70
    },
    {
      "id": "wagyu-steak",
      "name": "Wagyu Steak",
      "name_cn": "和牛牛排",
      "emoji": "🥩",
      "category": "main_dish",
      "level": 8,
      "energy": 110,
      "sellPrice": 1100,
      "profit": 650,
      "ingredients": [
        {"item": "wagyu_beef", "quantity": 2},
        {"item": "truffle", "quantity": 1},
        {"item": "butter", "quantity": 1}
      ],
      "description": "Premium Japanese beef steak.",
      "unlockMethod": "level_up",
      "cookTime": 40,
      "buff": {"type": "energy_restore", "value": 30}
    },
    {
      "id": "truffle-risotto",
      "name": "Truffle Risotto",
      "name_cn": "松露烩饭",
      "emoji": "🍚",
      "category": "main_dish",
      "level": 8,
      "energy": 85,
      "sellPrice": 950,
      "profit": 570,
      "ingredients": [
        {"item": "rice", "quantity": 3},
        {"item": "truffle", "quantity": 2},
        {"item": "butter", "quantity": 2},
        {"item": "cheese", "quantity": 1}
      ],
      "description": "Luxurious risotto with black truffle.",
      "unlockMethod": "level_up",
      "cookTime": 55
    },
    {
      "id": "sushi-platter",
      "name": "Sushi Platter",
      "name_cn": "寿司拼盘",
      "emoji": "🍣",
      "category": "main_dish",
      "level": 8,
      "energy": 90,
      "sellPrice": 1000,
      "profit": 600,
      "ingredients": [
        {"item": "salmon", "quantity": 2},
        {"item": "tuna", "quantity": 2},
        {"item": "rice", "quantity": 3},
        {"item": "seaweed", "quantity": 2}
      ],
      "description": "Assorted premium sushi selection.",
      "unlockMethod": "level_up",
      "cookTime": 50
    },
    {
      "id": "mille-feuille",
      "name": "Mille-feuille",
      "name_cn": "拿破仑蛋糕",
      "emoji": "🥧",
      "category": "dessert",
      "level": 8,
      "energy": 65,
      "sellPrice": 720,
      "profit": 440,
      "ingredients": [
        {"item": "flour", "quantity": 3},
        {"item": "butter", "quantity": 3},
        {"item": "cream", "quantity": 2},
        {"item": "vanilla", "quantity": 1}
      ],
      "description": "French layered puff pastry dessert.",
      "unlockMethod": "level_up",
      "cookTime": 65
    },
    {
      "id": "tom-yum",
      "name": "Tom Yum Soup",
      "name_cn": "冬阴功汤",
      "emoji": "🍲",
      "category": "soup",
      "level": 8,
      "energy": 70,
      "sellPrice": 650,
      "profit": 400,
      "ingredients": [
        {"item": "shrimp", "quantity": 3},
        {"item": "mushroom", "quantity": 2},
        {"item": "lime", "quantity": 2},
        {"item": "herb", "quantity": 2}
      ],
      "description": "Thai hot and sour soup.",
      "unlockMethod": "level_up",
      "cookTime": 40
    },
    {
      "id": "foie-gras",
      "name": "Foie Gras",
      "name_cn": "鹅肝",
      "emoji": "🍽️",
      "category": "main_dish",
      "level": 9,
      "energy": 95,
      "sellPrice": 1200,
      "profit": 720,
      "ingredients": [
        {"item": "goose_liver", "quantity": 2},
        {"item": "butter", "quantity": 1},
        {"item": "truffle", "quantity": 1}
      ],
      "description": "French delicacy of fattened goose liver.",
      "unlockMethod": "level_up",
      "cookTime": 35
    },
    {
      "id": "kaiseki",
      "name": "Kaiseki Course",
      "name_cn": "怀石料理",
      "emoji": "🍱",
      "category": "main_dish",
      "level": 9,
      "energy": 120,
      "sellPrice": 1500,
      "profit": 900,
      "ingredients": [
        {"item": "salmon", "quantity": 2},
        {"item": "tuna", "quantity": 2},
        {"item": "tofu", "quantity": 2},
        {"item": "mushroom", "quantity": 2},
        {"item": "seaweed", "quantity": 1}
      ],
      "description": "Traditional Japanese multi-course meal.",
      "unlockMethod": "level_up",
      "cookTime": 90,
      "buff": {"type": "all_stats", "value": 10}
    },
    {
      "id": "souffle",
      "name": "Grand Marnier Soufflé",
      "name_cn": "法式舒芙蕾",
      "emoji": "🍮",
      "category": "dessert",
      "level": 9,
      "energy": 70,
      "sellPrice": 800,
      "profit": 490,
      "ingredients": [
        {"item": "egg", "quantity": 4},
        {"item": "sugar", "quantity": 2},
        {"item": "cream", "quantity": 2},
        {"item": "orange", "quantity": 1}
      ],
      "description": "Light and airy French soufflé.",
      "unlockMethod": "level_up",
      "cookTime": 45
    },
    {
      "id": "caviar-service",
      "name": "Caviar Service",
      "name_cn": "鱼子酱拼盘",
      "emoji": "🥄",
      "category": "side_dish",
      "level": 9,
      "energy": 60,
      "sellPrice": 1100,
      "profit": 680,
      "ingredients": [
        {"item": "caviar", "quantity": 3},
        {"item": "cream", "quantity": 1},
        {"item": "bread", "quantity": 2}
      ],
      "description": "Premium caviar with traditional accompaniments.",
      "unlockMethod": "level_up",
      "cookTime": 20
    },
    {
      "id": "molecular-gastronomy",
      "name": "Molecular Sphere",
      "name_cn": "分子料理球",
      "emoji": "🔮",
      "category": "dessert",
      "level": 9,
      "energy": 50,
      "sellPrice": 900,
      "profit": 560,
      "ingredients": [
        {"item": "any_fruit", "quantity": 3},
        {"item": "alginate", "quantity": 1},
        {"item": "calcium", "quantity": 1}
      ],
      "description": "Modern culinary art using science.",
      "unlockMethod": "special",
      "cookTime": 30
    },
    {
      "id": "gold-leaf-dessert",
      "name": "Gold Leaf Dessert",
      "name_cn": "金箔甜点",
      "emoji": "✨",
      "category": "dessert",
      "level": 10,
      "energy": 80,
      "sellPrice": 1300,
      "profit": 800,
      "ingredients": [
        {"item": "gold_leaf", "quantity": 1},
        {"item": "chocolate", "quantity": 3},
        {"item": "cream", "quantity": 2},
        {"item": "strawberry", "quantity": 2}
      ],
      "description": "Luxurious dessert with edible gold.",
      "unlockMethod": "level_up",
      "cookTime": 50
    },
    {
      "id": "full-course",
      "name": "Full Course Dinner",
      "name_cn": "全套晚餐",
      "emoji": "🍽️",
      "category": "main_dish",
      "level": 10,
      "energy": 150,
      "sellPrice": 2000,
      "profit": 1200,
      "ingredients": [
        {"item": "wagyu_beef", "quantity": 2},
        {"item": "lobster", "quantity": 2},
        {"item": "truffle", "quantity": 2},
        {"item": "caviar", "quantity": 1},
        {"item": "gold_leaf", "quantity": 1}
      ],
      "description": "Ultimate luxury dining experience.",
      "unlockMethod": "special",
      "cookTime": 120,
      "buff": {"type": "all_stats", "value": 20}
    },
    {
      "id": "dragons-breath",
      "name": "Dragon's Breath",
      "name_cn": "龙息料理",
      "emoji": "🐲",
      "category": "main_dish",
      "level": 10,
      "energy": 100,
      "sellPrice": 1600,
      "profit": 980,
      "ingredients": [
        {"item": "dragon_fruit", "quantity": 3},
        {"item": "chili", "quantity": 3},
        {"item": "honey", "quantity": 2}
      ],
      "description": "Legendary spicy dish with fiery presentation.",
      "unlockMethod": "special",
      "cookTime": 60,
      "buff": {"type": "fire_resistance", "value": 30}
    },
    {
      "id": "moonlight-soup",
      "name": "Moonlight Soup",
      "name_cn": "月光汤",
      "emoji": "🌙",
      "category": "soup",
      "level": 11,
      "energy": 100,
      "sellPrice": 1400,
      "profit": 850,
      "ingredients": [
        {"item": "moonflower", "quantity": 2},
        {"item": "starfruit", "quantity": 2},
        {"item": "cream", "quantity": 2},
        {"item": "silver_dust", "quantity": 1}
      ],
      "description": "Mystical soup that glows in darkness.",
      "unlockMethod": "special",
      "cookTime": 70,
      "buff": {"type": "night_vision", "value": 60}
    },
    {
      "id": "rainbow-cake",
      "name": "Rainbow Cake",
      "name_cn": "彩虹蛋糕",
      "emoji": "🌈",
      "category": "dessert",
      "level": 11,
      "energy": 90,
      "sellPrice": 1200,
      "profit": 720,
      "ingredients": [
        {"item": "flour", "quantity": 3},
        {"item": "egg", "quantity": 3},
        {"item": "rainbow_essence", "quantity": 1},
        {"item": "cream", "quantity": 3}
      ],
      "description": "Seven-layered magical cake.",
      "unlockMethod": "special",
      "cookTime": 80
    },
    {
      "id": "phoenix-feast",
      "name": "Phoenix Feast",
      "name_cn": "凤凰宴",
      "emoji": "🔥",
      "category": "main_dish",
      "level": 12,
      "energy": 200,
      "sellPrice": 3000,
      "profit": 1800,
      "ingredients": [
        {"item": "phoenix_feather", "quantity": 1},
        {"item": "dragon_fruit", "quantity": 3},
        {"item": "gold_leaf", "quantity": 2},
        {"item": "starfruit", "quantity": 2},
        {"item": "flame_essence", "quantity": 1}
      ],
      "description": "Legendary feast said to grant rebirth powers.",
      "unlockMethod": "special",
      "cookTime": 180,
      "buff": {"type": "revival", "value": 1}
    },
    {
      "id": "chocolate-sauce",
      "name": "Chocolate Sauce",
      "name_cn": "巧克力酱",
      "emoji": "🍫",
      "category": "side_dish",
      "level": 1,
      "energy": 20,
      "sellPrice": 160,
      "profit": 60,
      "ingredients": [
        {"item": "cocoa_bean", "quantity": 4}
      ],
      "description": "Rich chocolate sauce made from cocoa beans.",
      "unlockMethod": "level_up",
      "cookTime": 15
    },
    {
      "id": "grape-jam",
      "name": "Grape Jam",
      "name_cn": "葡萄酱",
      "emoji": "🍇",
      "category": "side_dish",
      "level": 2,
      "energy": 25,
      "sellPrice": 280,
      "profit": 220,
      "ingredients": [
        {"item": "grape", "quantity": 3},
        {"item": "sugar", "quantity": 1}
      ],
      "description": "Sweet grape jam made from wild grapes. Extremely profitable!",
      "unlockMethod": "default",
      "cookTime": 20
    },
    {
      "id": "apple-jam",
      "name": "Apple Jam",
      "name_cn": "苹果酱",
      "emoji": "🍎",
      "category": "side_dish",
      "level": 2,
      "energy": 25,
      "sellPrice": 240,
      "profit": 180,
      "ingredients": [
        {"item": "apple", "quantity": 3},
        {"item": "sugar", "quantity": 1}
      ],
      "description": "Homemade apple jam from foraged apples. High profit margin!",
      "unlockMethod": "default",
      "cookTime": 20
    },
    {
      "id": "blueberry-jam",
      "name": "Blueberry Jam",
      "name_cn": "蓝莓酱",
      "emoji": "🫐",
      "category": "side_dish",
      "level": 2,
      "energy": 25,
      "sellPrice": 260,
      "profit": 200,
      "ingredients": [
        {"item": "blueberry", "quantity": 3},
        {"item": "sugar", "quantity": 1}
      ],
      "description": "Delicious blueberry jam. Great for selling!",
      "unlockMethod": "default",
      "cookTime": 20
    },
    {
      "id": "rich-red-tea",
      "name": "Rich Red Tea Drink",
      "name_cn": "醇香红茶饮",
      "emoji": "🍵",
      "category": "drink",
      "level": 11,
      "energy": 45,
      "sellPrice": 380,
      "profit": 130,
      "ingredients": [
        {"item": "red_tea", "quantity": 2},
        {"item": "milk", "quantity": 2}
      ],
      "description": "Aromatic red tea drink, recipe purchased from Massimo.",
      "unlockMethod": "purchase",
      "cookTime": 20
    },
    {
      "id": "milkshake",
      "name": "Milkshake",
      "name_cn": "奶昔",
      "emoji": "🥛",
      "category": "drink",
      "level": 11,
      "energy": 50,
      "sellPrice": 350,
      "profit": 150,
      "ingredients": [
        {"item": "milk", "quantity": 2},
        {"item": "any_fruit", "quantity": 2}
      ],
      "description": "Creamy milkshake with various fruit flavors.",
      "unlockMethod": "purchase",
      "cookTime": 15
    },
    {
      "id": "rich-milk-tea",
      "name": "Rich Milk Tea",
      "name_cn": "香浓奶茶",
      "emoji": "🧋",
      "category": "drink",
      "level": 11,
      "energy": 48,
      "sellPrice": 400,
      "profit": 150,
      "ingredients": [
        {"item": "red_tea", "quantity": 2},
        {"item": "milk", "quantity": 2}
      ],
      "description": "Classic milk tea with rich flavor.",
      "unlockMethod": "recipe_expansion",
      "cookTime": 18
    },
    {
      "id": "cocoa-milk-tea",
      "name": "Cocoa Milk Tea",
      "name_cn": "可可奶茶",
      "emoji": "🧋",
      "category": "drink",
      "level": 11,
      "energy": 52,
      "sellPrice": 420,
      "profit": 120,
      "ingredients": [
        {"item": "red_tea", "quantity": 2},
        {"item": "cocoa_bean", "quantity": 2}
      ],
      "description": "Milk tea with chocolate flavor from cocoa beans.",
      "unlockMethod": "recipe_expansion",
      "cookTime": 20
    },
    {
      "id": "fresh-green-tea",
      "name": "Fresh Green Tea Drink",
      "name_cn": "清新绿茶饮",
      "emoji": "🍵",
      "category": "drink",
      "level": 12,
      "energy": 50,
      "sellPrice": 400,
      "profit": 150,
      "ingredients": [
        {"item": "tea_leaves", "quantity": 2},
        {"item": "milk", "quantity": 2}
      ],
      "description": "Refreshing green tea drink, recipe from Massimo.",
      "unlockMethod": "purchase",
      "cookTime": 20
    },
    {
      "id": "fresh-milk-green",
      "name": "Fresh Milk Green",
      "name_cn": "清新奶绿",
      "emoji": "🍵",
      "category": "drink",
      "level": 12,
      "energy": 52,
      "sellPrice": 420,
      "profit": 170,
      "ingredients": [
        {"item": "tea_leaves", "quantity": 2},
        {"item": "milk", "quantity": 2}
      ],
      "description": "Smooth green tea with fresh milk.",
      "unlockMethod": "recipe_expansion",
      "cookTime": 18
    },
    {
      "id": "matcha-milk-green",
      "name": "Matcha Milk Green",
      "name_cn": "抹茶奶绿",
      "emoji": "🍵",
      "category": "drink",
      "level": 12,
      "energy": 55,
      "sellPrice": 480,
      "profit": 180,
      "ingredients": [
        {"item": "tea_leaves", "quantity": 2},
        {"item": "matcha_powder", "quantity": 2}
      ],
      "description": "Premium matcha green tea with milk.",
      "unlockMethod": "recipe_expansion",
      "cookTime": 22
    },
    {
      "id": "rose-tea",
      "name": "Rose Tea",
      "name_cn": "玫瑰花茶",
      "emoji": "🌹",
      "category": "drink",
      "level": 12,
      "energy": 45,
      "sellPrice": 500,
      "profit": 200,
      "ingredients": [
        {"item": "tea_leaves", "quantity": 2},
        {"item": "red_rose", "quantity": 2}
      ],
      "description": "Hidden recipe: Fragrant rose-infused green tea.",
      "unlockMethod": "hidden",
      "cookTime": 25
    },
    {
      "id": "daisy-tea",
      "name": "Daisy Tea",
      "name_cn": "雏菊花茶",
      "emoji": "🌼",
      "category": "drink",
      "level": 12,
      "energy": 45,
      "sellPrice": 500,
      "profit": 200,
      "ingredients": [
        {"item": "tea_leaves", "quantity": 2},
        {"item": "white_daisy", "quantity": 2}
      ],
      "description": "Hidden recipe: Delicate daisy-infused green tea.",
      "unlockMethod": "hidden",
      "cookTime": 25
    },
    {
      "id": "cloud-roll-original",
      "name": "Original Cloud Roll",
      "name_cn": "原味浮云卷",
      "emoji": "☁️",
      "category": "dessert",
      "level": 8,
      "energy": 55,
      "sellPrice": 400,
      "profit": 200,
      "ingredients": [
        {"item": "egg", "quantity": 1},
        {"item": "milk", "quantity": 1},
        {"item": "normal_sugar", "quantity": 2}
      ],
      "description": "Light and fluffy cloud roll. Recipe from Duoduo on rainy/rainbow days.",
      "unlockMethod": "npc_duoduo",
      "cookTime": 35
    },
    {
      "id": "cloud-roll-blue",
      "name": "Blue Cloud Roll",
      "name_cn": "青色浮云卷",
      "emoji": "☁️",
      "category": "dessert",
      "level": 8,
      "energy": 58,
      "sellPrice": 420,
      "profit": 210,
      "ingredients": [
        {"item": "egg", "quantity": 1},
        {"item": "milk", "quantity": 1},
        {"item": "blue_sugar", "quantity": 2}
      ],
      "description": "Cloud roll with a cool blue hue. Recipe from Duoduo.",
      "unlockMethod": "npc_duoduo",
      "cookTime": 35
    },
    {
      "id": "cloud-roll-purple",
      "name": "Purple Cloud Roll",
      "name_cn": "紫色浮云卷",
      "emoji": "☁️",
      "category": "dessert",
      "level": 8,
      "energy": 58,
      "sellPrice": 420,
      "profit": 210,
      "ingredients": [
        {"item": "egg", "quantity": 1},
        {"item": "milk", "quantity": 1},
        {"item": "purple_sugar", "quantity": 2}
      ],
      "description": "Cloud roll with a mystical purple color. Recipe from Duoduo.",
      "unlockMethod": "npc_duoduo",
      "cookTime": 35
    },
    {
      "id": "cloud-roll-orange",
      "name": "Orange Cloud Roll",
      "name_cn": "橙色浮云卷",
      "emoji": "☁️",
      "category": "dessert",
      "level": 8,
      "energy": 58,
      "sellPrice": 420,
      "profit": 210,
      "ingredients": [
        {"item": "egg", "quantity": 1},
        {"item": "milk", "quantity": 1},
        {"item": "orange_sugar", "quantity": 2}
      ],
      "description": "Cloud roll with a warm orange tint. Recipe from Duoduo.",
      "unlockMethod": "npc_duoduo",
      "cookTime": 35
    },
    {
      "id": "cloud-roll-yellow",
      "name": "Yellow Cloud Roll",
      "name_cn": "黄色浮云卷",
      "emoji": "☁️",
      "category": "dessert",
      "level": 8,
      "energy": 58,
      "sellPrice": 420,
      "profit": 210,
      "ingredients": [
        {"item": "egg", "quantity": 1},
        {"item": "milk", "quantity": 1},
        {"item": "yellow_sugar", "quantity": 2}
      ],
      "description": "Cloud roll with a sunny yellow color. Recipe from Duoduo.",
      "unlockMethod": "npc_duoduo",
      "cookTime": 35
    },
    {
      "id": "blueberry-milkshake",
      "name": "Blueberry Milkshake",
      "name_cn": "蓝莓奶昔",
      "emoji": "🥛",
      "category": "drink",
      "level": 11,
      "energy": 52,
      "sellPrice": 360,
      "profit": 160,
      "ingredients": [
        {"item": "milk", "quantity": 2},
        {"item": "blueberry", "quantity": 2}
      ],
      "description": "Creamy milkshake with fresh blueberries.",
      "unlockMethod": "recipe_expansion",
      "cookTime": 15
    },
    {
      "id": "strawberry-milkshake",
      "name": "Strawberry Milkshake",
      "name_cn": "草莓奶昔",
      "emoji": "🥛",
      "category": "drink",
      "level": 11,
      "energy": 52,
      "sellPrice": 360,
      "profit": 160,
      "ingredients": [
        {"item": "milk", "quantity": 2},
        {"item": "strawberry", "quantity": 2}
      ],
      "description": "Sweet and creamy strawberry milkshake.",
      "unlockMethod": "recipe_expansion",
      "cookTime": 15
    },
    {
      "id": "apple-milkshake",
      "name": "Apple Milkshake",
      "name_cn": "苹果奶昔",
      "emoji": "🥛",
      "category": "drink",
      "level": 11,
      "energy": 50,
      "sellPrice": 340,
      "profit": 140,
      "ingredients": [
        {"item": "milk", "quantity": 2},
        {"item": "apple", "quantity": 2}
      ],
      "description": "Fresh apple flavored milkshake.",
      "unlockMethod": "recipe_expansion",
      "cookTime": 15
    },
    {
      "id": "orange-milkshake",
      "name": "Orange Milkshake",
      "name_cn": "橘子奶昔",
      "emoji": "🥛",
      "category": "drink",
      "level": 11,
      "energy": 50,
      "sellPrice": 340,
      "profit": 140,
      "ingredients": [
        {"item": "milk", "quantity": 2},
        {"item": "orange", "quantity": 2}
      ],
      "description": "Citrusy orange milkshake.",
      "unlockMethod": "recipe_expansion",
      "cookTime": 15
    },
    {
      "id": "pineapple-milkshake",
      "name": "Pineapple Milkshake",
      "name_cn": "菠萝奶昔",
      "emoji": "🥛",
      "category": "drink",
      "level": 11,
      "energy": 52,
      "sellPrice": 360,
      "profit": 160,
      "ingredients": [
        {"item": "milk", "quantity": 2},
        {"item": "pineapple", "quantity": 2}
      ],
      "description": "Tropical pineapple milkshake.",
      "unlockMethod": "recipe_expansion",
      "cookTime": 15
    },
    {
      "id": "grape-milkshake",
      "name": "Grape Milkshake",
      "name_cn": "葡萄奶昔",
      "emoji": "🥛",
      "category": "drink",
      "level": 11,
      "energy": 50,
      "sellPrice": 340,
      "profit": 140,
      "ingredients": [
        {"item": "milk", "quantity": 2},
        {"item": "grape", "quantity": 2}
      ],
      "description": "Sweet grape flavored milkshake.",
      "unlockMethod": "recipe_expansion",
      "cookTime": 15
    },
    {
      "id": "raspberry-milkshake",
      "name": "Raspberry Milkshake",
      "name_cn": "树莓奶昔",
      "emoji": "🥛",
      "category": "drink",
      "level": 11,
      "energy": 52,
      "sellPrice": 360,
      "profit": 160,
      "ingredients": [
        {"item": "milk", "quantity": 2},
        {"item": "raspberry", "quantity": 2}
      ],
      "description": "Tangy raspberry milkshake.",
      "unlockMethod": "recipe_expansion",
      "cookTime": 15
    },
    {
      "id": "mooncake",
      "name": "Mooncake",
      "name_cn": "月饼",
      "emoji": "🥮",
      "category": "dessert",
      "level": 6,
      "energy": 55,
      "sellPrice": 380,
      "profit": 220,
      "ingredients": [
        {"item": "flour", "quantity": 2},
        {"item": "egg", "quantity": 1},
        {"item": "lotus_paste", "quantity": 2}
      ],
      "description": "Traditional Mid-Autumn Festival mooncake.",
      "unlockMethod": "event_midautumn",
      "cookTime": 45
    },
    {
      "id": "custard-mooncake",
      "name": "Custard Lava Mooncake",
      "name_cn": "奶黄流心大月饼",
      "emoji": "🥮",
      "category": "dessert",
      "level": 7,
      "energy": 60,
      "sellPrice": 450,
      "profit": 280,
      "ingredients": [
        {"item": "flour", "quantity": 2},
        {"item": "egg", "quantity": 2},
        {"item": "custard", "quantity": 2},
        {"item": "butter", "quantity": 1}
      ],
      "description": "Premium mooncake with flowing custard center.",
      "unlockMethod": "event_midautumn",
      "cookTime": 50
    }
  ],
  "categories": {
    "main_dish": {"name": "Main Dish", "name_cn": "主菜", "icon": "🍽️"},
    "side_dish": {"name": "Side Dish", "name_cn": "配菜", "icon": "🥗"},
    "soup": {"name": "Soup", "name_cn": "汤类", "icon": "🍲"},
    "dessert": {"name": "Dessert", "name_cn": "甜点", "icon": "🍰"},
    "drink": {"name": "Drink", "name_cn": "饮品", "icon": "🥤"}
  },
  "ingredients": {
    "tomato": {"name": "Tomato", "name_cn": "番茄", "buyPrice": 10},
    "lettuce": {"name": "Lettuce", "name_cn": "生菜", "buyPrice": 8},
    "potato": {"name": "Potato", "name_cn": "土豆", "buyPrice": 8},
    "carrot": {"name": "Carrot", "name_cn": "胡萝卜", "buyPrice": 8},
    "onion": {"name": "Onion", "name_cn": "洋葱", "buyPrice": 6},
    "cabbage": {"name": "Cabbage", "name_cn": "卷心菜", "buyPrice": 10},
    "mushroom": {"name": "Mushroom", "name_cn": "蘑菇", "buyPrice": 15},
    "button_mushroom": {"name": "Button Mushroom", "name_cn": "口蘑", "buyPrice": 20},
    "egg": {"name": "Egg", "name_cn": "鸡蛋", "buyPrice": 12},
    "milk": {"name": "Milk", "name_cn": "牛奶", "buyPrice": 15},
    "flour": {"name": "Flour", "name_cn": "面粉", "buyPrice": 10},
    "sugar": {"name": "Sugar", "name_cn": "糖", "buyPrice": 8},
    "butter": {"name": "Butter", "name_cn": "黄油", "buyPrice": 20},
    "cream": {"name": "Cream", "name_cn": "奶油", "buyPrice": 25},
    "cheese": {"name": "Cheese", "name_cn": "奶酪", "buyPrice": 30},
    "honey": {"name": "Honey", "name_cn": "蜂蜜", "buyPrice": 35},
    "herb": {"name": "Herb", "name_cn": "香草", "buyPrice": 15},
    "rice": {"name": "Rice", "name_cn": "大米", "buyPrice": 12},
    "bread": {"name": "Bread", "name_cn": "面包", "buyPrice": 15},
    "any_fish": {"name": "Any Fish", "name_cn": "任意鱼", "buyPrice": 0},
    "salmon": {"name": "Salmon", "name_cn": "三文鱼", "buyPrice": 80},
    "tuna": {"name": "Tuna", "name_cn": "金枪鱼", "buyPrice": 100},
    "shrimp": {"name": "Shrimp", "name_cn": "虾", "buyPrice": 60},
    "lobster": {"name": "Lobster", "name_cn": "龙虾", "buyPrice": 150},
    "crab": {"name": "Crab", "name_cn": "蟹", "buyPrice": 100},
    "clam": {"name": "Clam", "name_cn": "蛤蜊", "buyPrice": 40},
    "seaweed": {"name": "Seaweed", "name_cn": "海苔", "buyPrice": 20},
    "beef": {"name": "Beef", "name_cn": "牛肉", "buyPrice": 80},
    "pork": {"name": "Pork", "name_cn": "猪肉", "buyPrice": 50},
    "lamb": {"name": "Lamb", "name_cn": "羊肉", "buyPrice": 90},
    "duck": {"name": "Duck", "name_cn": "鸭肉", "buyPrice": 70},
    "apple": {"name": "Apple", "name_cn": "苹果", "buyPrice": 12},
    "strawberry": {"name": "Strawberry", "name_cn": "草莓", "buyPrice": 18},
    "blueberry": {"name": "Blueberry", "name_cn": "蓝莓", "buyPrice": 20},
    "lemon": {"name": "Lemon", "name_cn": "柠檬", "buyPrice": 10},
    "lime": {"name": "Lime", "name_cn": "青柠", "buyPrice": 10},
    "orange": {"name": "Orange", "name_cn": "橙子", "buyPrice": 12},
    "cocoa": {"name": "Cocoa", "name_cn": "可可", "buyPrice": 25},
    "coffee": {"name": "Coffee", "name_cn": "咖啡", "buyPrice": 30},
    "tea_leaves": {"name": "Tea Leaves", "name_cn": "茶叶", "buyPrice": 20},
    "yogurt": {"name": "Yogurt", "name_cn": "酸奶", "buyPrice": 25},
    "vanilla": {"name": "Vanilla", "name_cn": "香草精", "buyPrice": 40},
    "saffron": {"name": "Saffron", "name_cn": "藏红花", "buyPrice": 100},
    "curry_powder": {"name": "Curry Powder", "name_cn": "咖喱粉", "buyPrice": 30},
    "almond": {"name": "Almond", "name_cn": "杏仁", "buyPrice": 35},
    "tofu": {"name": "Tofu", "name_cn": "豆腐", "buyPrice": 15},
    "truffle": {"name": "Truffle", "name_cn": "松露", "buyPrice": 200},
    "wagyu_beef": {"name": "Wagyu Beef", "name_cn": "和牛", "buyPrice": 300},
    "goose_liver": {"name": "Goose Liver", "name_cn": "鹅肝", "buyPrice": 250},
    "caviar": {"name": "Caviar", "name_cn": "鱼子酱", "buyPrice": 200},
    "gold_leaf": {"name": "Gold Leaf", "name_cn": "金箔", "buyPrice": 300},
    "dragon_fruit": {"name": "Dragon Fruit", "name_cn": "火龙果", "buyPrice": 50},
    "chili": {"name": "Chili", "name_cn": "辣椒", "buyPrice": 10},
    "moonflower": {"name": "Moonflower", "name_cn": "月光花", "buyPrice": 200},
    "starfruit": {"name": "Starfruit", "name_cn": "杨桃", "buyPrice": 80},
    "silver_dust": {"name": "Silver Dust", "name_cn": "银粉", "buyPrice": 150},
    "rainbow_essence": {"name": "Rainbow Essence", "name_cn": "彩虹精华", "buyPrice": 300},
    "phoenix_feather": {"name": "Phoenix Feather", "name_cn": "凤凰羽毛", "buyPrice": 500},
    "flame_essence": {"name": "Flame Essence", "name_cn": "火焰精华", "buyPrice": 400},
    "alginate": {"name": "Alginate", "name_cn": "海藻酸钠", "buyPrice": 50},
    "calcium": {"name": "Calcium", "name_cn": "钙", "buyPrice": 30},
    "any_fruit": {"name": "Any Fruit", "name_cn": "任意水果", "buyPrice": 0},
    "chocolate": {"name": "Chocolate", "name_cn": "巧克力", "buyPrice": 40},
    "cocoa_bean": {"name": "Cocoa Bean", "name_cn": "可可豆", "buyPrice": 110},
    "red_tea": {"name": "Red Tea", "name_cn": "红茶", "buyPrice": 250},
    "matcha_powder": {"name": "Matcha Powder", "name_cn": "抹茶粉", "buyPrice": 250},
    "red_rose": {"name": "Red Rose", "name_cn": "红玫瑰", "buyPrice": 50},
    "white_daisy": {"name": "White Daisy", "name_cn": "白雏菊", "buyPrice": 50},
    "normal_sugar": {"name": "Normal Sugar", "name_cn": "普通糖", "buyPrice": 10},
    "blue_sugar": {"name": "Blue Sugar", "name_cn": "青色糖", "buyPrice": 15},
    "purple_sugar": {"name": "Purple Sugar", "name_cn": "紫色糖", "buyPrice": 15},
    "orange_sugar": {"name": "Orange Sugar", "name_cn": "橙色糖", "buyPrice": 15},
    "yellow_sugar": {"name": "Yellow Sugar", "name_cn": "黄色糖", "buyPrice": 15},
    "pineapple": {"name": "Pineapple", "name_cn": "菠萝", "buyPrice": 25},
    "grape": {"name": "Grape", "name_cn": "葡萄", "buyPrice": 18},
    "raspberry": {"name": "Raspberry", "name_cn": "树莓", "buyPrice": 22},
    "lotus_paste": {"name": "Lotus Paste", "name_cn": "莲蓉", "buyPrice": 35},
    "custard": {"name": "Custard", "name_cn": "奶黄", "buyPrice": 30}
  }
}
