米斯特利亚Wiki正在建设中,本WIKI编辑权限开放!欢迎参与~!

全站通知:

模块:Items/Data2

来自米斯特利亚WIKI_BWIKI_哔哩哔哩
跳到导航 跳到搜索

此模块的文档可以在模块:Items/Data2/doc创建

return {
    ladder = {
        icon_sprite = "spr_ui_item_object_ladder",
        name = "直梯",
        description = "放置此直梯后, 可以上房屋二楼。 ",
        object = "ladder",
        tags = {
            "furniture",
        },
        value = {
            bin = 500,
            store = 1000,
        },
        name_en = "House Ladder",
        description_en = "When placed, this ladder allows you to climb to your home's second floor.",
        category = "furniture.staircases",
    },
    stairs = {
        icon_sprite = "spr_ui_item_object_stairs",
        name = "楼梯",
        description = "放置此楼梯后, 可以上房屋二楼。 ",
        object = "stairs",
        tags = {
            "furniture",
            "misc_functional",
        },
        crafting_level_requirement = 10,
        recipe = {
            {
                count = 50,
                item = "hard_wood",
            },
            {
                hours = 0,
                minutes = 10,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 1000,
        },
        name_en = "House Stairs",
        description_en = "When placed, these stairs allow you to climb to your home's second floor.",
        category = "furniture.staircases",
    },
    teleportation_pad = {
        icon_sprite = "spr_ui_item_object_teleportation_pad",
        name = "传送法阵",
        description = "放置此魔法阵后, 可传送至房屋二楼。 ",
        object = "teleportation_pad",
        tags = {
            "furniture",
        },
        value = {
            bin = 5000,
            store = 8000,
        },
        name_en = "Teleportation Circle",
        description_en = "When placed, this magic circle allows you to teleport to your home's second floor.",
        category = "furniture.staircases",
    },
    bakery_bread_basket_pastel = {
        description = "装饰性的面包篮, 带有蓝色点缀。 ",
        icon_sprite = "spr_ui_item_decor_bakery_bread_basket_v1",
        name = "烘焙坊面包篮",
        object = "bakery_bread_basket_pastel",
        tags = {
            "furniture",
            "kitchen_decor",
            "bakery_decor_set",
        },
        recipe_key = "bakery_bread_basket",
        crafting_level_requirement = 2,
        recipe = {
            {
                count = 10,
                item = "hay",
            },
            {
                count = 1,
                item = "flour",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 400,
        },
        description_en = "A decorative bread basket with blue fabric.",
        name_en = "Bakery Bread Basket",
        category = "furniture.decor_bakery_set",
    },
    bakery_bread_basket_coffee = {
        description = "装饰性的面包篮, 带有白色点缀。 ",
        icon_sprite = "spr_ui_item_decor_bakery_bread_basket_v2",
        name = "烘焙坊面包篮",
        object = "bakery_bread_basket_coffee",
        tags = {
            "furniture",
            "kitchen_decor",
            "bakery_decor_set",
        },
        recipe_key = "bakery_bread_basket",
        crafting_level_requirement = 2,
        recipe = {
            {
                count = 10,
                item = "hay",
            },
            {
                count = 1,
                item = "flour",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 400,
        },
        description_en = "A decorative bread basket with white fabric.",
        name_en = "Bakery Bread Basket",
        category = "furniture.decor_bakery_set",
    },
    bakery_cake_case_pastel = {
        description = "装饰性的白色甜品展示柜。 ",
        icon_sprite = "spr_ui_item_decor_bakery_cake_case_v1",
        name = "烘焙坊甜品展示柜",
        object = "bakery_cake_case_pastel",
        tags = {
            "furniture",
            "misc_decor",
            "bakery_decor_set",
        },
        recipe_key = "bakery_cake_case",
        crafting_level_requirement = 6,
        recipe = {
            {
                count = 20,
                item = "basic_wood",
            },
            {
                count = 10,
                item = "glass",
            },
            {
                count = 3,
                item = "sugar",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 600,
        },
        description_en = "A decorative white display case of desserts.",
        name_en = "Bakery Dessert Case",
        category = "furniture.decor_bakery_set",
    },
    bakery_cake_case_coffee = {
        description = "装饰性的棕色甜品展示柜。 ",
        icon_sprite = "spr_ui_item_decor_bakery_cake_case_v2",
        name = "烘焙坊甜品展示柜",
        object = "bakery_cake_case_coffee",
        tags = {
            "furniture",
            "misc_decor",
            "bakery_decor_set",
        },
        recipe_key = "bakery_cake_case",
        crafting_level_requirement = 6,
        recipe = {
            {
                count = 20,
                item = "basic_wood",
            },
            {
                count = 10,
                item = "glass",
            },
            {
                count = 3,
                item = "sugar",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 600,
        },
        description_en = "A decorative brown display case of desserts.",
        name_en = "Bakery Dessert Case",
        category = "furniture.decor_bakery_set",
    },
    bakery_cake_slice_pastel = {
        description = "装饰性的草莓蛋糕切片, 看起来很可口! ",
        icon_sprite = "spr_ui_item_decor_bakery_cake_slice_v1",
        name = "烘焙坊展示蛋糕切片",
        object = "bakery_cake_slice_pastel",
        tags = {
            "furniture",
            "kitchen_decor",
            "bakery_decor_set",
        },
        recipe_key = "bakery_cake_slice",
        crafting_level_requirement = 4,
        recipe = {
            {
                count = 3,
                item = "clay",
            },
            {
                count = 1,
                item = "flour",
            },
            {
                count = 1,
                item = "sugar",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 400,
        },
        description_en = "A decorative slice of strawberry cake. Looks yummy!",
        name_en = "Bakery Display Cake Slice",
        category = "furniture.decor_bakery_set",
    },
    bakery_cake_slice_coffee = {
        description = "装饰性的巧克力蛋糕切片, 看起来很美味! ",
        icon_sprite = "spr_ui_item_decor_bakery_cake_slice_v2",
        name = "烘焙坊展示蛋糕切片",
        object = "bakery_cake_slice_coffee",
        tags = {
            "furniture",
            "kitchen_decor",
            "bakery_decor_set",
        },
        recipe_key = "bakery_cake_slice",
        crafting_level_requirement = 4,
        recipe = {
            {
                count = 3,
                item = "clay",
            },
            {
                count = 1,
                item = "flour",
            },
            {
                count = 1,
                item = "sugar",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 400,
        },
        description_en = "A decorative slice of chocolate cake. Looks delicious!",
        name_en = "Bakery Display Cake Slice",
        category = "furniture.decor_bakery_set",
    },
    bakery_cake_pastel = {
        description = "装饰性的草莓蛋糕, 看起来很可口! ",
        icon_sprite = "spr_ui_item_decor_bakery_cake_v1",
        name = "烘焙坊展示蛋糕",
        object = "bakery_cake_pastel",
        tags = {
            "furniture",
            "kitchen_decor",
            "bakery_decor_set",
        },
        recipe_key = "bakery_cake",
        crafting_level_requirement = 4,
        recipe = {
            {
                count = 3,
                item = "clay",
            },
            {
                count = 1,
                item = "flour",
            },
            {
                count = 1,
                item = "sugar",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 400,
        },
        description_en = "A decorative strawberry cake. Looks yummy!",
        name_en = "Bakery Display Cake",
        category = "furniture.decor_bakery_set",
    },
    bakery_cake_coffee = {
        description = "装饰性的巧克力蛋糕, 看起来很美味! ",
        icon_sprite = "spr_ui_item_decor_bakery_cake_v2",
        name = "烘焙坊展示蛋糕",
        object = "bakery_cake_coffee",
        tags = {
            "furniture",
            "kitchen_decor",
            "bakery_decor_set",
        },
        recipe_key = "bakery_cake",
        crafting_level_requirement = 4,
        recipe = {
            {
                count = 3,
                item = "clay",
            },
            {
                count = 1,
                item = "flour",
            },
            {
                count = 1,
                item = "sugar",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 400,
        },
        description_en = "A decorative chocolate cake. Looks delicious!",
        name_en = "Bakery Display Cake",
        category = "furniture.decor_bakery_set",
    },
    bakery_cookie_jar_pastel = {
        description = "装饰性的香草味曲奇罐。 ",
        icon_sprite = "spr_ui_item_decor_bakery_cookie_jar_v1",
        name = "烘焙坊曲奇罐",
        object = "bakery_cookie_jar_pastel",
        crafting_level_requirement = 4,
        tags = {
            "furniture",
            "kitchen_decor",
            "bakery_decor_set",
        },
        recipe_key = "bakery_cookie_jar",
        recipe = {
            {
                count = 5,
                item = "glass",
            },
            {
                count = 1,
                item = "sugar",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 400,
        },
        description_en = "A decorative cookie jar filled with vanilla cookies.",
        name_en = "Bakery Cookie Jar",
        category = "furniture.decor_bakery_set",
    },
    bakery_cookie_jar_coffee = {
        description = "装饰性的巧克力味曲奇罐。 ",
        icon_sprite = "spr_ui_item_decor_bakery_cookie_jar_v2",
        name = "烘焙坊曲奇罐",
        object = "bakery_cookie_jar_coffee",
        tags = {
            "furniture",
            "kitchen_decor",
            "bakery_decor_set",
        },
        recipe_key = "bakery_cookie_jar",
        crafting_level_requirement = 4,
        recipe = {
            {
                count = 5,
                item = "glass",
            },
            {
                count = 1,
                item = "sugar",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 400,
        },
        description_en = "A decorative cookie jar filled with chocolate cookies.",
        name_en = "Bakery Cookie Jar",
        category = "furniture.decor_bakery_set",
    },
    bakery_cutting_board_pastel = {
        description = "面包师的砧板, 放有一块新鲜出炉的白色面包。 ",
        icon_sprite = "spr_ui_item_decor_bakery_cutting_board_v1",
        name = "烘焙坊砧板",
        object = "bakery_cutting_board_pastel",
        tags = {
            "furniture",
            "kitchen_decor",
            "bakery_decor_set",
        },
        recipe_key = "bakery_cutting_board",
        crafting_level_requirement = 4,
        recipe = {
            {
                count = 5,
                item = "basic_wood",
            },
            {
                count = 1,
                item = "flour",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 300,
        },
        description_en = "A baker's cutting board, complete with a fresh white loaf.",
        name_en = "Bakery Cutting Board",
        category = "furniture.decor_bakery_set",
    },
    bakery_cutting_board_coffee = {
        description = "面包师的砧板, 放有一块新鲜出炉的棕色面包。 ",
        icon_sprite = "spr_ui_item_decor_bakery_cutting_board_v2",
        name = "烘焙坊砧板",
        object = "bakery_cutting_board_coffee",
        tags = {
            "furniture",
            "kitchen_decor",
            "bakery_decor_set",
        },
        recipe_key = "bakery_cutting_board",
        crafting_level_requirement = 4,
        recipe = {
            {
                count = 5,
                item = "basic_wood",
            },
            {
                count = 1,
                item = "flour",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 300,
        },
        description_en = "A baker's cutting board, complete with a fresh brown loaf.",
        name_en = "Bakery Cutting Board",
        category = "furniture.decor_bakery_set",
    },
    pink_pet_bed = {
        name = "粉色宠物床",
        description = "装饰性的粉色宠物床, 非常可爱! ",
        icon_sprite = "spr_ui_item_decor_pink_pet_bed",
        object = "pink_pet_bed",
        value = {
            bin = 250,
            store = 500,
        },
        name_en = "Pink Pet Bed",
        description_en = "A decorative pink pet bed. It's very cute!",
        category = "furniture.pet_set",
    },
    blue_pet_bed = {
        name = "蓝色宠物床",
        description = "装饰性的蓝色宠物床, 非常可爱! ",
        icon_sprite = "spr_ui_item_decor_blue_pet_bed",
        object = "blue_pet_bed",
        value = {
            bin = 250,
            store = 500,
        },
        name_en = "Blue Pet Bed",
        description_en = "A decorative blue pet bed. It's very cute!",
        category = "furniture.pet_set",
    },
    cream_pet_bed = {
        name = "奶油色宠物床",
        description = "装饰性的奶油色宠物床, 非常可爱! ",
        icon_sprite = "spr_ui_item_decor_cream_pet_bed",
        object = "cream_pet_bed",
        value = {
            bin = 250,
            store = 500,
        },
        name_en = "Cream Pet Bed",
        description_en = "A decorative cream pet bed. It's very cute!",
        category = "furniture.pet_set",
    },
    cream_pet_dish = {
        name = "奶油色宠物碗",
        description = "装饰性的奶油色宠物碗, 非常可爱! ",
        icon_sprite = "spr_ui_item_decor_cream_pet_dish",
        object = "cream_pet_dish",
        value = {
            bin = 250,
            store = 500,
        },
        name_en = "Cream Pet Dish",
        description_en = "A decorative cream pet dish. It's very cute!",
        category = "furniture.pet_set",
    },
    pink_pet_dish = {
        name = "粉色宠物碗",
        description = "装饰性的粉色宠物碗, 非常可爱! ",
        icon_sprite = "spr_ui_item_decor_pink_pet_dish",
        object = "pink_pet_dish",
        value = {
            bin = 250,
            store = 500,
        },
        name_en = "Pink Pet Dish",
        description_en = "A decorative pink pet dish. It's very cute!",
        category = "furniture.pet_set",
    },
    blue_pet_dish = {
        name = "蓝色宠物碗",
        description = "装饰性的蓝色宠物碗, 非常可爱! ",
        icon_sprite = "spr_ui_item_decor_blue_pet_dish",
        object = "blue_pet_dish",
        value = {
            bin = 250,
            store = 500,
        },
        name_en = "Blue Pet Dish",
        description_en = "A decorative blue pet dish. It's very cute!",
        category = "furniture.pet_set",
    },
    craft_rug_v1 = {
        icon_sprite = "spr_ui_item_decor_craft_rug_v1",
        name = "手工钩针毯",
        description = "蓝红配色的钩针编织毯。 ",
        object = "craft_rug_v1",
        recipe_key = "craft_rug",
        tags = {
            "furniture",
            "medium_rug",
            "craft_set",
        },
        crafting_level_requirement = 46,
        recipe = {
            {
                count = 2,
                item = "golden_alpaca_wool",
            },
            {
                count = 2,
                item = "golden_sheep_wool",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 1800,
        },
        name_en = "Craft Crochet Rug",
        description_en = "A crafty blue and red crochet rug.",
        category = "furniture.craft_set",
    },
    craft_rug_v2 = {
        icon_sprite = "spr_ui_item_decor_craft_rug_v2",
        name = "手工钩针毯",
        description = "粉紫配色的钩针编织毯。 ",
        object = "craft_rug_v2",
        recipe_key = "craft_rug",
        tags = {
            "furniture",
            "medium_rug",
            "craft_set",
        },
        crafting_level_requirement = 46,
        recipe = {
            {
                count = 2,
                item = "golden_alpaca_wool",
            },
            {
                count = 2,
                item = "golden_sheep_wool",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 1800,
        },
        name_en = "Craft Crochet Rug",
        description_en = "A crafty purple and pink crochet rug.",
        category = "furniture.craft_set",
    },
    craft_rug_v3 = {
        icon_sprite = "spr_ui_item_decor_craft_rug_v3",
        name = "手工钩针毯",
        description = "棕绿配色的钩针编织毯。 ",
        object = "craft_rug_v3",
        recipe_key = "craft_rug",
        tags = {
            "furniture",
            "medium_rug",
            "craft_set",
        },
        crafting_level_requirement = 46,
        recipe = {
            {
                count = 2,
                item = "golden_alpaca_wool",
            },
            {
                count = 2,
                item = "golden_sheep_wool",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 1800,
        },
        name_en = "Craft Crochet Rug",
        description_en = "A crafty green and brown crochet rug.",
        category = "furniture.craft_set",
    },
    craft_yarn_basket_v1 = {
        icon_sprite = "spr_ui_item_decor_craft_yarn_basket_v1",
        name = "手工毛线篮",
        description = "装满纱线的浅棕色手工编织篮。 ",
        object = "craft_yarn_basket_v1",
        recipe_key = "craft_yarn_basket",
        tags = {
            "furniture",
            "misc_decor",
            "craft_set",
        },
        crafting_level_requirement = 40,
        recipe = {
            {
                count = 2,
                item = "sheep_wool",
            },
            {
                count = 2,
                item = "hay",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 300,
        },
        name_en = "Craft Yarn Basket",
        description_en = "A crafty light brown basket full of yarn.",
        category = "furniture.craft_set",
    },
    craft_yarn_basket_v2 = {
        icon_sprite = "spr_ui_item_decor_craft_yarn_basket_v2",
        name = "手工毛线篮",
        description = "装满纱线的白色手工编织篮。 ",
        object = "craft_yarn_basket_v2",
        recipe_key = "craft_yarn_basket",
        tags = {
            "furniture",
            "misc_decor",
            "craft_set",
        },
        crafting_level_requirement = 40,
        recipe = {
            {
                count = 2,
                item = "sheep_wool",
            },
            {
                count = 2,
                item = "hay",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 300,
        },
        name_en = "Craft Yarn Basket",
        description_en = "A crafty white basket full of yarn.",
        category = "furniture.craft_set",
    },
    craft_yarn_basket_v3 = {
        icon_sprite = "spr_ui_item_decor_craft_yarn_basket_v3",
        name = "手工毛线篮",
        description = "装满纱线的深棕色手工编织篮。 ",
        object = "craft_yarn_basket_v3",
        recipe_key = "craft_yarn_basket",
        tags = {
            "furniture",
            "misc_decor",
            "craft_set",
        },
        crafting_level_requirement = 40,
        recipe = {
            {
                count = 2,
                item = "sheep_wool",
            },
            {
                count = 2,
                item = "hay",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 300,
        },
        name_en = "Craft Yarn Basket",
        description_en = "A crafty dark brown basket full of yarn.",
        category = "furniture.craft_set",
    },
    craft_fabric_rack_v1 = {
        icon_sprite = "spr_ui_item_decor_craft_fabric_rack_v1",
        name = "手工布料架",
        description = "浅棕色的手工布料架。 ",
        object = "craft_fabric_rack_v1",
        recipe_key = "craft_fabric_rack",
        tags = {
            "furniture",
            "misc_decor",
            "craft_set",
        },
        crafting_level_requirement = 44,
        recipe = {
            {
                count = 10,
                item = "hard_wood",
            },
            {
                count = 3,
                item = "alpaca_wool",
            },
            {
                count = 3,
                item = "sheep_wool",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 1000,
        },
        name_en = "Craft Fabric Rack",
        description_en = "A crafty light brown fabric rack.",
        category = "furniture.craft_set",
    },
    craft_fabric_rack_v2 = {
        icon_sprite = "spr_ui_item_decor_craft_fabric_rack_v2",
        name = "手工布料架",
        description = "白色的手工布料架。 ",
        object = "craft_fabric_rack_v2",
        recipe_key = "craft_fabric_rack",
        tags = {
            "furniture",
            "misc_decor",
            "craft_set",
        },
        crafting_level_requirement = 44,
        recipe = {
            {
                count = 10,
                item = "hard_wood",
            },
            {
                count = 3,
                item = "alpaca_wool",
            },
            {
                count = 3,
                item = "sheep_wool",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 1000,
        },
        name_en = "Craft Fabric Rack",
        description_en = "A crafty white fabric rack.",
        category = "furniture.craft_set",
    },
    craft_fabric_rack_v3 = {
        icon_sprite = "spr_ui_item_decor_craft_fabric_rack_v3",
        name = "手工布料架",
        description = "深棕色的手工布料架。 ",
        object = "craft_fabric_rack_v3",
        recipe_key = "craft_fabric_rack",
        tags = {
            "furniture",
            "misc_decor",
            "craft_set",
        },
        crafting_level_requirement = 44,
        recipe = {
            {
                count = 10,
                item = "hard_wood",
            },
            {
                count = 3,
                item = "alpaca_wool",
            },
            {
                count = 3,
                item = "sheep_wool",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 1000,
        },
        name_en = "Craft Fabric Rack",
        description_en = "A crafty dark brown fabric rack.",
        category = "furniture.craft_set",
    },
    craft_closed_sewing_tin_v1 = {
        icon_sprite = "spr_ui_item_decor_craft_closed_sewing_tin_v1",
        name = "手工针线盒",
        description = "盖好的蓝色针线盒。 ",
        object = "craft_closed_sewing_tin_v1",
        recipe_key = "craft_sewing_tin",
        tags = {
            "furniture",
            "misc_decor",
            "craft_set",
        },
        crafting_level_requirement = 38,
        recipe = {
            {
                count = 1,
                item = "iron_ingot",
            },
            {
                count = 1,
                item = "horse_hair",
            },
            {
                count = 1,
                item = "monster_fang",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 300,
        },
        name_en = "Craft Sewing Tin",
        description_en = "A closed blue sewing tin.",
        category = "furniture.craft_set",
    },
    craft_closed_sewing_tin_v2 = {
        icon_sprite = "spr_ui_item_decor_craft_closed_sewing_tin_v2",
        name = "手工针线盒",
        description = "盖好的粉色针线盒。 ",
        object = "craft_closed_sewing_tin_v2",
        recipe_key = "craft_sewing_tin",
        tags = {
            "furniture",
            "misc_decor",
            "craft_set",
        },
        crafting_level_requirement = 38,
        recipe = {
            {
                count = 1,
                item = "iron_ingot",
            },
            {
                count = 1,
                item = "horse_hair",
            },
            {
                count = 1,
                item = "monster_fang",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 300,
        },
        name_en = "Craft Sewing Tin",
        description_en = "A closed pink sewing tin.",
        category = "furniture.craft_set",
    },
    craft_closed_sewing_tin_v3 = {
        icon_sprite = "spr_ui_item_decor_craft_closed_sewing_tin_v3",
        name = "手工针线盒",
        description = "盖好的绿色针线盒。 ",
        object = "craft_closed_sewing_tin_v3",
        recipe_key = "craft_sewing_tin",
        tags = {
            "furniture",
            "misc_decor",
            "craft_set",
        },
        crafting_level_requirement = 38,
        recipe = {
            {
                count = 1,
                item = "iron_ingot",
            },
            {
                count = 1,
                item = "horse_hair",
            },
            {
                count = 1,
                item = "monster_fang",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 300,
        },
        name_en = "Craft Sewing Tin",
        description_en = "A closed green sewing tin.",
        category = "furniture.craft_set",
    },
    craft_open_sewing_tin_v1 = {
        icon_sprite = "spr_ui_item_decor_craft_open_sewing_tin_v1",
        name = "手工针线盒",
        description = "打开了的蓝色针线盒。 ",
        object = "craft_open_sewing_tin_v1",
        recipe_key = "craft_sewing_tin",
        tags = {
            "furniture",
            "misc_decor",
            "craft_set",
        },
        crafting_level_requirement = 38,
        recipe = {
            {
                count = 1,
                item = "iron_ingot",
            },
            {
                count = 1,
                item = "horse_hair",
            },
            {
                count = 1,
                item = "monster_fang",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 300,
        },
        name_en = "Craft Sewing Tin",
        description_en = "An open blue sewing tin.",
        category = "furniture.craft_set",
    },
    craft_open_sewing_tin_v2 = {
        icon_sprite = "spr_ui_item_decor_craft_open_sewing_tin_v2",
        name = "手工针线盒",
        description = "打开了的粉色针线盒。 ",
        object = "craft_open_sewing_tin_v2",
        recipe_key = "craft_sewing_tin",
        tags = {
            "furniture",
            "misc_decor",
            "craft_set",
        },
        crafting_level_requirement = 38,
        recipe = {
            {
                count = 1,
                item = "iron_ingot",
            },
            {
                count = 1,
                item = "horse_hair",
            },
            {
                count = 1,
                item = "monster_fang",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 300,
        },
        name_en = "Craft Sewing Tin",
        description_en = "An open pink sewing tin.",
        category = "furniture.craft_set",
    },
    craft_open_sewing_tin_v3 = {
        icon_sprite = "spr_ui_item_decor_craft_open_sewing_tin_v3",
        name = "手工针线盒",
        description = "打开了的绿色针线盒。 ",
        object = "craft_open_sewing_tin_v3",
        recipe_key = "craft_sewing_tin",
        tags = {
            "furniture",
            "misc_decor",
            "craft_set",
        },
        crafting_level_requirement = 38,
        recipe = {
            {
                count = 1,
                item = "iron_ingot",
            },
            {
                count = 1,
                item = "horse_hair",
            },
            {
                count = 1,
                item = "monster_fang",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 300,
        },
        name_en = "Craft Sewing Tin",
        description_en = "An open green sewing tin.",
        category = "furniture.craft_set",
    },
    cottage_garden_planter_v1 = {
        name = "田园花园花盆",
        icon_sprite = "spr_ui_item_decor_cottage_garden_planter_v1",
        description = "暖色调的石质花盆。 ",
        object = "cottage_garden_planter_v1",
        crafting_level_requirement = 22,
        recipe_key = "cottage_garden_planter",
        tags = {
            "furniture",
            "garden_decor",
            "cottage_garden",
        },
        recipe = {
            {
                count = 10,
                item = "ore_stone",
            },
            {
                count = 2,
                item = "sod",
            },
            {
                count = 1,
                item = "essence_drop",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Cottage Garden Planter",
        description_en = "A cottage garden planter made with warm-toned stone.",
        category = "furniture.cottage_garden_set",
    },
    cottage_garden_planter_v2 = {
        name = "田园花园花盆",
        icon_sprite = "spr_ui_item_decor_cottage_garden_planter_v2",
        description = "中性色调的石质花盆。 ",
        object = "cottage_garden_planter_v2",
        crafting_level_requirement = 22,
        recipe_key = "cottage_garden_planter",
        tags = {
            "furniture",
            "garden_decor",
            "cottage_garden",
        },
        recipe = {
            {
                count = 10,
                item = "ore_stone",
            },
            {
                count = 2,
                item = "sod",
            },
            {
                count = 1,
                item = "essence_drop",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Cottage Garden Planter",
        description_en = "A cottage garden planter made with neutral-toned stone.",
        category = "furniture.cottage_garden_set",
    },
    cottage_garden_planter_v3 = {
        name = "田园花园花盆",
        icon_sprite = "spr_ui_item_decor_cottage_garden_planter_v3",
        description = "冷色调的石质花盆。 ",
        object = "cottage_garden_planter_v3",
        crafting_level_requirement = 22,
        recipe_key = "cottage_garden_planter",
        tags = {
            "furniture",
            "garden_decor",
            "cottage_garden",
        },
        recipe = {
            {
                count = 10,
                item = "ore_stone",
            },
            {
                count = 2,
                item = "sod",
            },
            {
                count = 1,
                item = "essence_drop",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Cottage Garden Planter",
        description_en = "A cottage garden planter made with cool-toned stone.",
        category = "furniture.cottage_garden_set",
    },
    cottage_garden_trellis_v1 = {
        name = "田园花园爬藤架",
        icon_sprite = "spr_ui_item_decor_cottage_garden_trellis_v1",
        description = "漂亮的象牙花园白爬藤架。 ",
        object = "cottage_garden_trellis_v1",
        crafting_level_requirement = 24,
        recipe_key = "cottage_garden_trellis",
        tags = {
            "furniture",
            "garden_decor",
            "cottage_garden",
        },
        recipe = {
            {
                count = 5,
                item = "hard_wood",
            },
            {
                count = 1,
                item = "basic_wood",
            },
            {
                count = 1,
                item = "essence_drop",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Cottage Garden Trellis",
        description_en = "A pretty off-white garden trellis.",
        category = "furniture.cottage_garden_set",
    },
    cottage_garden_trellis_v2 = {
        name = "田园花园爬藤架",
        icon_sprite = "spr_ui_item_decor_cottage_garden_trellis_v2",
        description = "漂亮的象牙花园白爬藤架, 常春藤花开了满架。 ",
        object = "cottage_garden_trellis_v2",
        crafting_level_requirement = 24,
        recipe_key = "cottage_garden_trellis",
        tags = {
            "furniture",
            "garden_decor",
            "cottage_garden",
        },
        recipe = {
            {
                count = 5,
                item = "hard_wood",
            },
            {
                count = 1,
                item = "small_grass_starter",
            },
            {
                count = 1,
                item = "essence_drop",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Cottage Garden Trellis",
        description_en = "A pretty off-white garden trellis covered in flowering ivy.",
        category = "furniture.cottage_garden_set",
    },
    cottage_garden_trellis_v3 = {
        name = "田园花园爬藤架",
        icon_sprite = "spr_ui_item_decor_cottage_garden_trellis_v3",
        description = "漂亮的象牙白花园爬藤架, 周围摆放着盆栽植物。 ",
        object = "cottage_garden_trellis_v3",
        crafting_level_requirement = 24,
        recipe_key = "cottage_garden_trellis",
        tags = {
            "furniture",
            "garden_decor",
            "cottage_garden",
        },
        recipe = {
            {
                count = 5,
                item = "hard_wood",
            },
            {
                count = 1,
                item = "sod",
            },
            {
                count = 1,
                item = "essence_drop",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Cottage Garden Trellis",
        description_en = "A pretty off-white garden trellis lined with potted plants.",
        category = "furniture.cottage_garden_set",
    },
    cottage_garden_workbench_v1 = {
        name = "田园花园工作台",
        icon_sprite = "spr_ui_item_decor_cottage_garden_workbench_v1",
        description = "干净整洁的花园工作台。 ",
        object = "cottage_garden_workbench_v1",
        crafting_level_requirement = 26,
        recipe_key = "cottage_garden_workbench",
        tags = {
            "furniture",
            "garden_decor",
            "cottage_garden",
        },
        recipe = {
            {
                count = 6,
                item = "hard_wood",
            },
            {
                count = 2,
                item = "basic_wood",
            },
            {
                count = 1,
                item = "essence_drop",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Cottage Garden Workbench",
        description_en = "A clean and tidy garden workbench.",
        category = "furniture.cottage_garden_set",
    },
    cottage_garden_workbench_v2 = {
        name = "田园花园工作台",
        icon_sprite = "spr_ui_item_decor_cottage_garden_workbench_v2",
        description = "略显杂乱但别具风味的花园工作台。 ",
        object = "cottage_garden_workbench_v2",
        crafting_level_requirement = 26,
        recipe_key = "cottage_garden_workbench",
        tags = {
            "furniture",
            "garden_decor",
            "cottage_garden",
        },
        recipe = {
            {
                count = 6,
                item = "hard_wood",
            },
            {
                count = 2,
                item = "sod",
            },
            {
                count = 1,
                item = "essence_drop",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Cottage Garden Workbench",
        description_en = "A charmingly cluttered garden workbench.",
        category = "furniture.cottage_garden_set",
    },
    cottage_garden_arch_v1 = {
        name = "田园花园拱门",
        icon_sprite = "spr_ui_item_decor_cottage_garden_arch_v1",
        description = "漂亮的象牙白拱门。 ",
        object = "cottage_garden_arch_v1",
        crafting_level_requirement = 28,
        recipe_key = "cottage_garden_arch",
        tags = {
            "furniture",
            "garden_decor",
            "cottage_garden",
        },
        recipe = {
            {
                count = 8,
                item = "hard_wood",
            },
            {
                count = 4,
                item = "basic_wood",
            },
            {
                count = 2,
                item = "essence_drop",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Cottage Garden Arch",
        description_en = "A pretty off-white garden arch.",
        category = "furniture.cottage_garden_set",
    },
    cottage_garden_arch_v2 = {
        name = "田园花园拱门",
        icon_sprite = "spr_ui_item_decor_cottage_garden_arch_v2",
        description = "漂亮的象牙白拱门, 上面爬满了常春藤。 ",
        object = "cottage_garden_arch_v2",
        crafting_level_requirement = 28,
        recipe_key = "cottage_garden_arch",
        tags = {
            "furniture",
            "garden_decor",
            "cottage_garden",
        },
        recipe = {
            {
                count = 8,
                item = "hard_wood",
            },
            {
                count = 4,
                item = "small_grass_starter",
            },
            {
                count = 2,
                item = "essence_drop",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Cottage Garden Arch",
        description_en = "A pretty off-white garden arch, covered with ivy.",
        category = "furniture.cottage_garden_set",
    },
    cottage_garden_shed_v1 = {
        name = "田园花园小棚",
        icon_sprite = "spr_ui_item_decor_cottage_garden_shed_v1",
        description = "漂亮的象牙白花园小棚。 ",
        object = "cottage_garden_shed_v1",
        crafting_level_requirement = 30,
        recipe_key = "cottage_garden_shed",
        tags = {
            "furniture",
            "garden_decor",
            "cottage_garden",
        },
        recipe = {
            {
                count = 10,
                item = "hard_wood",
            },
            {
                count = 4,
                item = "basic_wood",
            },
            {
                count = 2,
                item = "essence_drop",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Cottage Garden Shed",
        description_en = "A pretty off-white garden shed.",
        category = "furniture.cottage_garden_set",
    },
    cottage_garden_shed_v2 = {
        name = "田园花园小棚",
        icon_sprite = "spr_ui_item_decor_cottage_garden_shed_v2",
        description = "漂亮的象牙白花园小棚, 棚顶爬有一些常春藤。 ",
        object = "cottage_garden_shed_v2",
        crafting_level_requirement = 30,
        recipe_key = "cottage_garden_shed",
        tags = {
            "furniture",
            "garden_decor",
            "cottage_garden",
        },
        recipe = {
            {
                count = 10,
                item = "hard_wood",
            },
            {
                count = 4,
                item = "small_grass_starter",
            },
            {
                count = 2,
                item = "essence_drop",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Cottage Garden Shed",
        description_en = "A pretty off-white garden shed, covered with ivy.",
        category = "furniture.cottage_garden_set",
    },
    fishing_flooring_blue = {
        icon_sprite = "spr_ui_item_furniture_fishing_floor_blue",
        name = "渔船地板",
        description = "蓝色方格瓷砖地板。 ",
        flooring = "fishing_blue",
        crafting_preview_sprite = "spr_ui_furniture_fishing_floor_blue_preview",
        tags = {
            "furniture",
            "tile_flooring",
            "fishing_set",
        },
        recipe_key = "fishing_flooring",
        crafting_level_requirement = 1,
        recipe = {
            {
                count = 10,
                item = "clay",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Fishing Flooring",
        description_en = "Checkered blue tile flooring.",
        category = "furniture.fishing_set",
    },
    fishing_flooring_red = {
        icon_sprite = "spr_ui_item_furniture_fishing_floor_red",
        name = "渔船地板",
        description = "红色方格瓷砖地板。 ",
        flooring = "fishing_red",
        crafting_preview_sprite = "spr_ui_furniture_fishing_floor_red_preview",
        tags = {
            "furniture",
            "tile_flooring",
            "fishing_set",
        },
        recipe_key = "fishing_flooring",
        crafting_level_requirement = 1,
        recipe = {
            {
                count = 10,
                item = "clay",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Fishing Flooring",
        description_en = "Checkered red tile flooring.",
        category = "furniture.fishing_set",
    },
    fishing_wallpaper_blue = {
        icon_sprite = "spr_ui_item_furniture_fishing_wall_blue",
        name = "渔船墙纸",
        description = "挂着渔网的蓝色木质墙纸。 ",
        wallpaper = "fishing_blue",
        door_mold = "spr_carpenter_house_f2_doorway2_spring",
        crafting_preview_sprite = "spr_ui_furniture_fishing_wall_blue_preview",
        tags = {
            "furniture",
            "wallpaper",
            "fishing_set",
        },
        recipe_key = "fishing_wallpaper",
        crafting_level_requirement = 1,
        recipe = {
            {
                count = 10,
                item = "paper",
            },
            {
                count = 10,
                item = "basic_wood",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Fishing Wallpaper",
        description_en = "A blue wood wallpaper with fishing nets.",
        category = "furniture.fishing_set",
    },
    fishing_wallpaper_red = {
        icon_sprite = "spr_ui_item_furniture_fishing_wall_red",
        name = "渔船墙纸",
        description = "挂着渔网的原木色木质墙纸。 ",
        wallpaper = "fishing_red",
        door_mold = "spr_carpenter_house_f2_doorway2_spring",
        crafting_preview_sprite = "spr_ui_furniture_fishing_wall_red_preview",
        tags = {
            "furniture",
            "wallpaper",
            "fishing_set",
        },
        recipe_key = "fishing_wallpaper",
        crafting_level_requirement = 1,
        recipe = {
            {
                count = 10,
                item = "paper",
            },
            {
                count = 10,
                item = "basic_wood",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Fishing Wallpaper",
        description_en = "A natural wood wallpaper with fishing nets.",
        category = "furniture.fishing_set",
    },
    fishing_bed_blue = {
        icon_sprite = "spr_ui_item_furniture_fishing_bed_blue",
        name = "渔船小床",
        description = "船员的床, 蓝色的被子带有船锚印花。 ",
        object = "fishing_bed_blue",
        tags = {
            "furniture",
            "single_bed",
            "fishing_set",
        },
        recipe_key = "fishing_bed",
        crafting_level_requirement = 6,
        recipe = {
            {
                count = 40,
                item = "basic_wood",
            },
            {
                count = 2,
                item = "blue_conch_shell",
            },
            {
                count = 2,
                item = "feather",
            },
            {
                count = 3,
                item = "sap",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Fishing Bed",
        description_en = "A nautical bed with blue anchor print sheets.",
        category = "furniture.fishing_set",
    },
    fishing_bed_red = {
        icon_sprite = "spr_ui_item_furniture_fishing_bed_red",
        name = "渔船小床",
        description = "船员的床, 红色的被子带有船锚印花。 ",
        object = "fishing_bed_red",
        tags = {
            "furniture",
            "single_bed",
            "fishing_set",
        },
        recipe_key = "fishing_bed",
        crafting_level_requirement = 6,
        recipe = {
            {
                count = 40,
                item = "basic_wood",
            },
            {
                count = 2,
                item = "pink_scallop_shell",
            },
            {
                count = 2,
                item = "feather",
            },
            {
                count = 3,
                item = "sap",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Fishing Bed",
        description_en = "A nautical bed with red anchor print sheets.",
        category = "furniture.fishing_set",
    },
    fishing_double_bed_blue = {
        icon_sprite = "spr_ui_item_furniture_fishing_double_bed_blue",
        name = "渔船双人床",
        description = "船员双人床, 蓝色的被子带有船锚印花。 ",
        object = "fishing_double_bed_blue",
        tags = {
            "furniture",
            "double_bed",
            "fishing_set",
        },
        recipe_key = "fishing_double_bed",
        crafting_level_requirement = 8,
        recipe = {
            {
                count = 60,
                item = "basic_wood",
            },
            {
                count = 4,
                item = "hard_wood",
            },
            {
                count = 2,
                item = "blue_conch_shell",
            },
            {
                count = 2,
                item = "feather",
            },
            {
                count = 6,
                item = "sap",
            },
            {
                hours = 0,
                minutes = 50,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Fishing Double Bed",
        description_en = "An nautical double bed with blue anchor print sheets.",
        category = "furniture.fishing_set",
    },
    fishing_double_bed_red = {
        icon_sprite = "spr_ui_item_furniture_fishing_double_bed_red",
        name = "渔船双人床",
        description = "船员双人床, 红色的被子带有船锚印花。 ",
        object = "fishing_double_bed_red",
        tags = {
            "furniture",
            "double_bed",
            "fishing_set",
        },
        recipe_key = "fishing_double_bed",
        crafting_level_requirement = 8,
        recipe = {
            {
                count = 60,
                item = "basic_wood",
            },
            {
                count = 4,
                item = "hard_wood",
            },
            {
                count = 2,
                item = "pink_scallop_shell",
            },
            {
                count = 2,
                item = "feather",
            },
            {
                count = 6,
                item = "sap",
            },
            {
                hours = 0,
                minutes = 50,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Fishing Double Bed",
        description_en = "An nautical double bed with red anchor print sheets.",
        category = "furniture.fishing_set",
    },
    fishing_table_blue = {
        icon_sprite = "spr_ui_item_furniture_fishing_table_blue",
        name = "渔船桌子",
        description = "窄长的木桌, 铺着一张蓝色的桌旗。 ",
        object = "fishing_table_blue",
        tags = {
            "furniture",
            "dining_table",
            "fishing_set",
        },
        recipe_key = "fishing_table",
        crafting_level_requirement = 2,
        recipe = {
            {
                count = 30,
                item = "basic_wood",
            },
            {
                count = 10,
                item = "ore_stone",
            },
            {
                count = 3,
                item = "sap",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Fishing Table",
        description_en = "A narrow wooden table with a blue runner.",
        category = "furniture.fishing_set",
    },
    fishing_table_red = {
        icon_sprite = "spr_ui_item_furniture_fishing_table_red",
        name = "渔船桌子",
        description = "窄长的木桌, 铺着一张红色的桌旗。 ",
        object = "fishing_table_red",
        tags = {
            "furniture",
            "dining_table",
            "fishing_set",
        },
        recipe_key = "fishing_table",
        crafting_level_requirement = 2,
        recipe = {
            {
                count = 30,
                item = "basic_wood",
            },
            {
                count = 10,
                item = "ore_stone",
            },
            {
                count = 3,
                item = "sap",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Fishing Table",
        description_en = "A narrow wooden table with a red runner.",
        category = "furniture.fishing_set",
    },
    fishing_chair_blue = {
        icon_sprite = "spr_ui_item_furniture_fishing_chair_blue",
        name = "渔船椅子",
        description = "垫着蓝色坐垫的木椅。 ",
        object = "fishing_chair_blue",
        tags = {
            "furniture",
            "dining_chair",
            "fishing_set",
        },
        recipe_key = "fishing_chair",
        crafting_level_requirement = 4,
        recipe = {
            {
                count = 25,
                item = "basic_wood",
            },
            {
                count = 5,
                item = "cattail",
            },
            {
                count = 3,
                item = "sap",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 200,
        },
        name_en = "Fishing Chair",
        description_en = "A wooden chair with a blue cushion.",
        category = "furniture.fishing_set",
    },
    fishing_chair_red = {
        icon_sprite = "spr_ui_item_furniture_fishing_chair_red",
        name = "渔船椅子",
        description = "垫着红色坐垫的木椅。 ",
        object = "fishing_chair_red",
        tags = {
            "furniture",
            "dining_chair",
            "fishing_set",
        },
        recipe_key = "fishing_chair",
        crafting_level_requirement = 4,
        recipe = {
            {
                count = 25,
                item = "basic_wood",
            },
            {
                count = 5,
                item = "cattail",
            },
            {
                count = 3,
                item = "sap",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 200,
        },
        name_en = "Fishing Chair",
        description_en = "A wooden chair with a red cushion.",
        category = "furniture.fishing_set",
    },
    fishing_rug_blue = {
        icon_sprite = "spr_ui_item_furniture_fishing_rug_blue",
        name = "渔船地毯",
        description = "蓝色的地毯, 带有漂亮的鱼群图案。 ",
        object = "fishing_rug_blue",
        tags = {
            "furniture",
            "medium_rug",
            "fishing_set",
        },
        recipe_key = "fishing_rug",
        crafting_level_requirement = 1,
        recipe = {
            {
                count = 10,
                item = "fiber",
            },
            {
                count = 2,
                item = "seaweed",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Fishing Rug",
        description_en = "A blue rug with a pretty fish pattern.",
        category = "furniture.fishing_set",
    },
    fishing_rug_red = {
        icon_sprite = "spr_ui_item_furniture_fishing_rug_red",
        name = "渔船地毯",
        description = "红色的地毯, 带有漂亮的鱼群图案。 ",
        object = "fishing_rug_red",
        tags = {
            "furniture",
            "medium_rug",
            "fishing_set",
        },
        recipe_key = "fishing_rug",
        crafting_level_requirement = 1,
        recipe = {
            {
                count = 10,
                item = "fiber",
            },
            {
                count = 2,
                item = "seaweed",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Fishing Rug",
        description_en = "A red rug with a pretty fish pattern.",
        category = "furniture.fishing_set",
    },
    fishing_lamp_blue = {
        icon_sprite = "spr_ui_item_furniture_fishing_lamp_blue",
        name = "灯塔灯",
        description = "仿蓝色灯塔外形的灯, 非常可爱。 ",
        object = "fishing_lamp_blue",
        tags = {
            "furniture",
            "table_lighting",
            "fishing_set",
        },
        recipe_key = "fishing_lamp",
        crafting_level_requirement = 2,
        recipe = {
            {
                count = 15,
                item = "ore_stone",
            },
            {
                count = 2,
                item = "glass",
            },
            {
                count = 1,
                item = "monster_core",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Lighthouse Lamp",
        description_en = "A cute lamp that looks like a blue lighthouse.",
        category = "furniture.fishing_set",
    },
    fishing_lamp_red = {
        icon_sprite = "spr_ui_item_furniture_fishing_lamp_red",
        name = "灯塔灯",
        description = "仿红色灯塔外形的灯, 非常可爱。 ",
        object = "fishing_lamp_red",
        tags = {
            "furniture",
            "table_lighting",
            "fishing_set",
        },
        recipe_key = "fishing_lamp",
        crafting_level_requirement = 2,
        recipe = {
            {
                count = 15,
                item = "ore_stone",
            },
            {
                count = 2,
                item = "glass",
            },
            {
                count = 1,
                item = "monster_core",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Lighthouse Lamp",
        description_en = "A cute lamp that looks like a red lighthouse.",
        category = "furniture.fishing_set",
    },
    fishing_oar_wall_decor_blue = {
        icon_sprite = "spr_ui_item_furniture_fishing_oars_blue",
        name = "船桨壁饰",
        description = "装饰性的蓝色条纹船桨, 很适合挂在墙上。 ",
        object = "fishing_oar_wall_decor_blue",
        tags = {
            "furniture",
            "wall_shelf",
            "fishing_set",
        },
        recipe_key = "fishing_oar_wall_decor",
        crafting_level_requirement = 2,
        recipe = {
            {
                count = 30,
                item = "basic_wood",
            },
            {
                count = 3,
                item = "clay",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 160,
        },
        name_en = "Oar Wall Decor",
        description_en = "Decorative blue striped oars, perfect for hanging on your wall.",
        category = "furniture.fishing_set",
    },
    fishing_oar_wall_decor_red = {
        icon_sprite = "spr_ui_item_furniture_fishing_oars_red",
        name = "船桨壁饰",
        description = "装饰性的红色条纹船桨, 很适合挂在墙上。 ",
        object = "fishing_oar_wall_decor_red",
        tags = {
            "furniture",
            "wall_shelf",
            "fishing_set",
        },
        recipe_key = "fishing_oar_wall_decor",
        crafting_level_requirement = 2,
        recipe = {
            {
                count = 30,
                item = "basic_wood",
            },
            {
                count = 3,
                item = "clay",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 160,
        },
        name_en = "Oar Wall Decor",
        description_en = "Decorative red striped oars, perfect for hanging on your wall.",
        category = "furniture.fishing_set",
    },
    fishing_window_silver = {
        description = "带有金属饰面的航海舷窗。 ",
        icon_sprite = "spr_ui_item_furniture_fishing_window_silver",
        name = "舷窗",
        object = "fishing_window_silver",
        tags = {
            "furniture",
            "window",
            "fishing_set",
        },
        recipe_key = "fishing_window",
        crafting_level_requirement = 6,
        recipe = {
            {
                count = 15,
                item = "basic_wood",
            },
            {
                count = 1,
                item = "iron_ingot",
            },
            {
                count = 5,
                item = "glass",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 350,
        },
        description_en = "A nautical porthole window with a metallic finish.",
        name_en = "Porthole Window",
        category = "furniture.fishing_set",
    },
    fishing_window_gold = {
        description = "带有木质饰面的航海舷窗。 ",
        icon_sprite = "spr_ui_item_furniture_fishing_window_gold",
        name = "舷窗",
        object = "fishing_window_gold",
        tags = {
            "furniture",
            "window",
            "fishing_set",
        },
        recipe_key = "fishing_window",
        crafting_level_requirement = 6,
        recipe = {
            {
                count = 15,
                item = "basic_wood",
            },
            {
                count = 1,
                item = "hard_wood",
            },
            {
                count = 5,
                item = "glass",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 350,
        },
        description_en = "A nautical porthole window with a wooden finish.",
        name_en = "Porthole Window",
        category = "furniture.fishing_set",
    },
    fishing_plaque_blue = {
        description = "带有蓝绿色仿鱼的墙匾。 ",
        icon_sprite = "spr_ui_item_furniture_fishing_plaque_blue",
        name = "仿鱼墙匾",
        object = "fishing_plaque_blue",
        tags = {
            "furniture",
            "wall_decor",
            "fishing_set",
        },
        recipe_key = "fishing_wall_plaque",
        crafting_level_requirement = 2,
        recipe = {
            {
                count = 20,
                item = "basic_wood",
            },
            {
                count = 1,
                item = "iron_ingot",
            },
            {
                count = 1,
                item = "trout",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 160,
        },
        description_en = "A faux fish wall plaque featuring a blue-green fish.",
        name_en = "Faux Fish Wall Plaque",
        category = "furniture.fishing_set",
    },
    fishing_plaque_red = {
        description = "带有紫红色仿鱼的墙匾。 ",
        icon_sprite = "spr_ui_item_furniture_fishing_plaque_red",
        name = "仿鱼墙匾",
        object = "fishing_plaque_red",
        tags = {
            "furniture",
            "wall_decor",
            "fishing_set",
        },
        recipe_key = "fishing_wall_plaque",
        crafting_level_requirement = 2,
        recipe = {
            {
                count = 20,
                item = "basic_wood",
            },
            {
                count = 1,
                item = "iron_ingot",
            },
            {
                count = 1,
                item = "trout",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 160,
        },
        description_en = "A faux fish wall plaque featuring a red-purple fish.",
        name_en = "Faux Fish Wall Plaque",
        category = "furniture.fishing_set",
    },
    fishing_trophy_shelf_blue = {
        description = "带有蓝色勋章的钓鱼奖杯。 ",
        icon_sprite = "spr_ui_item_furniture_fishing_trophy_shelf_silver",
        name = "钓鱼奖杯墙架",
        object = "fishing_trophy_shelf_blue",
        tags = {
            "furniture",
            "wall_shelf",
            "fishing_set",
        },
        recipe_key = "fishing_trophy_shelf",
        crafting_level_requirement = 2,
        recipe = {
            {
                count = 20,
                item = "basic_wood",
            },
            {
                count = 3,
                item = "clay",
            },
            {
                count = 1,
                item = "iron_ingot",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 160,
        },
        description_en = "A fishing trophy wall shelf with blue ribbons.",
        name_en = "Fishing Trophy Wall Shelf",
        category = "furniture.fishing_set",
    },
    fishing_trophy_shelf_red = {
        description = "带有红色勋章的钓鱼奖杯。 ",
        icon_sprite = "spr_ui_item_furniture_fishing_trophy_shelf_gold",
        name = "钓鱼奖杯墙架",
        object = "fishing_trophy_shelf_red",
        tags = {
            "furniture",
            "wall_shelf",
            "fishing_set",
        },
        recipe_key = "fishing_trophy_shelf",
        crafting_level_requirement = 2,
        recipe = {
            {
                count = 20,
                item = "basic_wood",
            },
            {
                count = 3,
                item = "clay",
            },
            {
                count = 1,
                item = "copper_ingot",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 160,
        },
        description_en = "A fishing trophy wall shelf with red ribbons.",
        name_en = "Fishing Trophy Wall Shelf",
        category = "furniture.fishing_set",
    },
    fishing_tank_silver = {
        icon_sprite = "spr_ui_item_furniture_fishing_tank_silver",
        name = "鱼缸",
        description = "带有金属饰面的漂亮鱼缸。 ",
        object = "fishing_tank_silver",
        tags = {
            "furniture",
            "misc_furniture",
            "fishing_set",
        },
        recipe_key = "fishing_tank",
        crafting_level_requirement = 4,
        recipe = {
            {
                count = 30,
                item = "basic_wood",
            },
            {
                count = 1,
                item = "iron_ingot",
            },
            {
                count = 1,
                item = "tetra",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Fish Tank",
        description_en = "A beautiful fish tank with a metallic finish.",
        category = "furniture.fishing_set",
    },
    fishing_tank_gold = {
        icon_sprite = "spr_ui_item_furniture_fishing_tank_gold",
        name = "鱼缸",
        description = "带有木质饰面的漂亮鱼缸。 ",
        object = "fishing_tank_gold",
        tags = {
            "furniture",
            "misc_furniture",
            "fishing_set",
        },
        recipe_key = "fishing_tank",
        crafting_level_requirement = 4,
        recipe = {
            {
                count = 30,
                item = "basic_wood",
            },
            {
                count = 1,
                item = "iron_ingot",
            },
            {
                count = 1,
                item = "tetra",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Fish Tank",
        description_en = "A beautiful fish tank with a wooden finish.",
        category = "furniture.fishing_set",
    },
    octopus_plushie = {
        name = "章鱼公仔",
        description = "表情很逗的章鱼公仔。 ",
        object = "octopus_plushie",
        icon_sprite = "spr_ui_item_decor_octopus_plushie",
        crafting_level_requirement = 20,
        tags = {
            "furniture",
            "misc_decor",
            "fishing_set",
        },
        recipe = {
            {
                count = 3,
                item = "sheep_wool",
            },
            {
                count = 10,
                item = "cattail",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Octopus Plushie",
        description_en = "An octopus plushie with an enchanting expression.",
        category = "furniture.fishing_set",
    },
    fish_plush_toy = {
        name = "毛绒公仔鱼",
        description = "表情很逗的毛绒公仔鱼。 ",
        crafting_level_requirement = 20,
        object = "fish_plush_toy",
        icon_sprite = "spr_ui_item_decor_fish_plushie",
        tags = {
            "furniture",
            "misc_decor",
            "fishing_set",
        },
        recipe = {
            {
                count = 3,
                item = "sheep_wool",
            },
            {
                count = 10,
                item = "cattail",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Fish Plush Toy",
        description_en = "A plush fish toy with an enchanting expression.",
        category = "furniture.fishing_set",
    },
    chess_scroll_bundle = {
        name = "象棋卷轴全集",
        description = "使用此物品解锁全套棋盘装饰的制作配方! ",
        icon_sprite = "spr_ui_item_setscroll_chesspiece",
        soulbind = "forever",
        set_unlock = "chess_decor_set",
        tags = {
            "scroll",
            "blacklist_popup",
        },
        value = {
            store = 700,
        },
        name_en = "Chess Piece Scroll Bundle",
        description_en = "Use this scroll to unlock the crafting recipes for the Chess Piece Decor set!",
        category = "furniture.chess_set",
    },
    chess_pawn_white = {
        icon_sprite = "spr_ui_item_furniture_chess_pawn_white",
        name = "象棋棋子(兵)",
        object = "chess_pawn_white",
        tags = {
            "furniture",
            "misc_furniture",
            "chess_decor_set",
        },
        recipe_key = "chess_pawn",
        description = "白色的超大型棋子(兵)。 ",
        crafting_level_requirement = 8,
        recipe = {
            {
                count = 50,
                item = "basic_wood",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Chess Pawn Piece",
        description_en = "An oversized white pawn chess piece.",
        category = "furniture.chess_set",
    },
    chess_rook_white = {
        icon_sprite = "spr_ui_item_furniture_chess_rook_white",
        name = "象棋棋子(车)",
        object = "chess_rook_white",
        tags = {
            "furniture",
            "misc_furniture",
            "chess_decor_set",
        },
        recipe_key = "chess_rook",
        description = "白色的超大型棋子(车)。 ",
        crafting_level_requirement = 8,
        recipe = {
            {
                count = 50,
                item = "basic_wood",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Chess Rook Piece",
        description_en = "An oversized white rook chess piece.",
        category = "furniture.chess_set",
    },
    chess_knight_white = {
        icon_sprite = "spr_ui_item_furniture_chess_knight_white",
        name = "象棋棋子(马)",
        object = "chess_knight_white",
        tags = {
            "furniture",
            "misc_furniture",
            "chess_decor_set",
        },
        recipe_key = "chess_knight",
        description = "白色的超大型棋子(马)。 ",
        crafting_level_requirement = 8,
        recipe = {
            {
                count = 50,
                item = "basic_wood",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Chess Knight Piece",
        description_en = "An oversized white knight chess piece.",
        category = "furniture.chess_set",
    },
    chess_bishop_white = {
        icon_sprite = "spr_ui_item_furniture_chess_bishop_white",
        name = "象棋棋子(象)",
        object = "chess_bishop_white",
        tags = {
            "furniture",
            "misc_furniture",
            "chess_decor_set",
        },
        recipe_key = "chess_bishop",
        description = "白色的超大型棋子(象)。 ",
        crafting_level_requirement = 8,
        recipe = {
            {
                count = 50,
                item = "basic_wood",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Chess Bishop Piece",
        description_en = "An oversized white bishop chess piece.",
        category = "furniture.chess_set",
    },
    chess_queen_white = {
        icon_sprite = "spr_ui_item_furniture_chess_queen_white",
        name = "象棋棋子(后)",
        object = "chess_queen_white",
        tags = {
            "furniture",
            "misc_furniture",
            "chess_decor_set",
        },
        recipe_key = "chess_queen",
        description = "白色的超大型棋子(后)。 ",
        crafting_level_requirement = 8,
        recipe = {
            {
                count = 50,
                item = "basic_wood",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Chess Queen Piece",
        description_en = "An oversized white queen chess piece.",
        category = "furniture.chess_set",
    },
    chess_king_white = {
        icon_sprite = "spr_ui_item_furniture_chess_king_white",
        name = "象棋棋子(王)",
        object = "chess_king_white",
        tags = {
            "furniture",
            "misc_furniture",
            "chess_decor_set",
        },
        recipe_key = "chess_king",
        description = "白色的超大型棋子(王)。 ",
        crafting_level_requirement = 8,
        recipe = {
            {
                count = 50,
                item = "basic_wood",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Chess King Piece",
        description_en = "An oversized white king chess piece.",
        category = "furniture.chess_set",
    },
    chess_pawn_black = {
        icon_sprite = "spr_ui_item_furniture_chess_pawn_black",
        name = "象棋棋子(兵)",
        object = "chess_pawn_black",
        tags = {
            "furniture",
            "misc_furniture",
            "chess_decor_set",
        },
        recipe_key = "chess_pawn",
        description = "黑色的超大型棋子(兵)。 ",
        crafting_level_requirement = 8,
        recipe = {
            {
                count = 50,
                item = "basic_wood",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Chess Pawn Piece",
        description_en = "An oversized black pawn chess piece.",
        category = "furniture.chess_set",
    },
    chess_rook_black = {
        icon_sprite = "spr_ui_item_furniture_chess_rook_black",
        name = "象棋棋子(车)",
        object = "chess_rook_black",
        tags = {
            "furniture",
            "misc_furniture",
            "chess_decor_set",
        },
        recipe_key = "chess_rook",
        description = "黑色的超大型棋子(车)。 ",
        crafting_level_requirement = 8,
        recipe = {
            {
                count = 50,
                item = "basic_wood",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Chess Rook Piece",
        description_en = "An oversized black rook chess piece.",
        category = "furniture.chess_set",
    },
    chess_knight_black = {
        icon_sprite = "spr_ui_item_furniture_chess_knight_black",
        name = "象棋棋子(马)",
        object = "chess_knight_black",
        tags = {
            "furniture",
            "misc_furniture",
            "chess_decor_set",
        },
        recipe_key = "chess_knight",
        description = "黑色的超大型棋子(马)。 ",
        crafting_level_requirement = 8,
        recipe = {
            {
                count = 50,
                item = "basic_wood",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Chess Knight Piece",
        description_en = "An oversized black knight chess piece.",
        category = "furniture.chess_set",
    },
    chess_bishop_black = {
        icon_sprite = "spr_ui_item_furniture_chess_bishop_black",
        name = "象棋棋子(象)",
        object = "chess_bishop_black",
        tags = {
            "furniture",
            "misc_furniture",
            "chess_decor_set",
        },
        recipe_key = "chess_bishop",
        description = "黑色的超大型棋子(象)。 ",
        crafting_level_requirement = 8,
        recipe = {
            {
                count = 50,
                item = "basic_wood",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Chess Bishop Piece",
        description_en = "An oversized black bishop chess piece.",
        category = "furniture.chess_set",
    },
    chess_queen_black = {
        icon_sprite = "spr_ui_item_furniture_chess_queen_black",
        name = "象棋棋子(后)",
        object = "chess_queen_black",
        tags = {
            "furniture",
            "misc_furniture",
            "chess_decor_set",
        },
        recipe_key = "chess_queen",
        description = "黑色的超大型棋子(后)。 ",
        crafting_level_requirement = 8,
        recipe = {
            {
                count = 50,
                item = "basic_wood",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Chess Queen Piece",
        description_en = "An oversized black queen chess piece.",
        category = "furniture.chess_set",
    },
    chess_king_black = {
        icon_sprite = "spr_ui_item_furniture_chess_king_black",
        name = "象棋棋子(王)",
        object = "chess_king_black",
        tags = {
            "furniture",
            "misc_furniture",
            "chess_decor_set",
        },
        recipe_key = "chess_king",
        description = "黑色的超大型棋子(王)。 ",
        crafting_level_requirement = 8,
        recipe = {
            {
                count = 50,
                item = "basic_wood",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Chess King Piece",
        description_en = "An oversized black king chess piece.",
        category = "furniture.chess_set",
    },
    chess_pawn_light_wood = {
        icon_sprite = "spr_ui_item_furniture_chess_pawn_light_wood",
        name = "象棋棋子(兵)",
        object = "chess_pawn_light_wood",
        tags = {
            "furniture",
            "misc_furniture",
            "chess_decor_set",
        },
        recipe_key = "chess_pawn",
        description = "原木色的超大型棋子(兵)。 ",
        crafting_level_requirement = 8,
        recipe = {
            {
                count = 50,
                item = "basic_wood",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Chess Pawn Piece",
        description_en = "An oversized wood-toned pawn chess piece.",
        category = "furniture.chess_set",
    },
    chess_rook_light_wood = {
        icon_sprite = "spr_ui_item_furniture_chess_rook_light_wood",
        name = "象棋棋子(车)",
        object = "chess_rook_light_wood",
        tags = {
            "furniture",
            "misc_furniture",
            "chess_decor_set",
        },
        recipe_key = "chess_rook",
        description = "原木色的超大型棋子(车)。 ",
        crafting_level_requirement = 8,
        recipe = {
            {
                count = 50,
                item = "basic_wood",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Chess Rook Piece",
        description_en = "An oversized wood-toned rook chess piece.",
        category = "furniture.chess_set",
    },
    chess_knight_light_wood = {
        icon_sprite = "spr_ui_item_furniture_chess_knight_light_wood",
        name = "象棋棋子(马)",
        object = "chess_knight_light_wood",
        tags = {
            "furniture",
            "misc_furniture",
            "chess_decor_set",
        },
        recipe_key = "chess_knight",
        description = "原木色的超大型棋子(马)。 ",
        crafting_level_requirement = 8,
        recipe = {
            {
                count = 50,
                item = "basic_wood",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Chess Knight Piece",
        description_en = "An oversized wood-toned knight chess piece.",
        category = "furniture.chess_set",
    },
    chess_bishop_light_wood = {
        icon_sprite = "spr_ui_item_furniture_chess_bishop_light_wood",
        name = "象棋棋子(象)",
        object = "chess_bishop_light_wood",
        tags = {
            "furniture",
            "misc_furniture",
            "chess_decor_set",
        },
        recipe_key = "chess_bishop",
        description = "原木色的超大型棋子(象)。 ",
        crafting_level_requirement = 8,
        recipe = {
            {
                count = 50,
                item = "basic_wood",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Chess Bishop Piece",
        description_en = "An oversized wood-toned bishop chess piece.",
        category = "furniture.chess_set",
    },
    chess_queen_light_wood = {
        icon_sprite = "spr_ui_item_furniture_chess_queen_light_wood",
        name = "象棋棋子(后)",
        object = "chess_queen_light_wood",
        tags = {
            "furniture",
            "misc_furniture",
            "chess_decor_set",
        },
        recipe_key = "chess_queen",
        description = "原木色的超大型棋子(后)。 ",
        crafting_level_requirement = 8,
        recipe = {
            {
                count = 50,
                item = "basic_wood",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Chess Queen Piece",
        description_en = "An oversized wood-toned queen chess piece.",
        category = "furniture.chess_set",
    },
    chess_king_light_wood = {
        icon_sprite = "spr_ui_item_furniture_chess_king_light_wood",
        name = "象棋棋子(王)",
        object = "chess_king_light_wood",
        tags = {
            "furniture",
            "misc_furniture",
            "chess_decor_set",
        },
        recipe_key = "chess_king",
        description = "原木色的超大型棋子(王)。 ",
        crafting_level_requirement = 8,
        recipe = {
            {
                count = 50,
                item = "basic_wood",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Chess King Piece",
        description_en = "An oversized wood-toned king chess piece.",
        category = "furniture.chess_set",
    },
    chess_pawn_purple = {
        icon_sprite = "spr_ui_item_furniture_chess_pawn_purple",
        name = "象棋棋子(兵)",
        object = "chess_pawn_purple",
        tags = {
            "furniture",
            "misc_furniture",
            "chess_decor_set",
        },
        recipe_key = "chess_pawn",
        description = "紫色的超大型棋子(兵)。 ",
        crafting_level_requirement = 8,
        recipe = {
            {
                count = 50,
                item = "basic_wood",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Chess Pawn Piece",
        description_en = "An oversized purple pawn chess piece.",
        category = "furniture.chess_set",
    },
    chess_rook_purple = {
        icon_sprite = "spr_ui_item_furniture_chess_rook_purple",
        name = "象棋棋子(车)",
        object = "chess_rook_purple",
        tags = {
            "furniture",
            "misc_furniture",
            "chess_decor_set",
        },
        recipe_key = "chess_rook",
        description = "紫色的超大型棋子(车)。 ",
        crafting_level_requirement = 8,
        recipe = {
            {
                count = 50,
                item = "basic_wood",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Chess Rook Piece",
        description_en = "An oversized purple rook chess piece.",
        category = "furniture.chess_set",
    },
    chess_knight_purple = {
        icon_sprite = "spr_ui_item_furniture_chess_knight_purple",
        name = "象棋棋子(马)",
        object = "chess_knight_purple",
        tags = {
            "furniture",
            "misc_furniture",
            "chess_decor_set",
        },
        recipe_key = "chess_knight",
        description = "紫色的超大型棋子(马)。 ",
        crafting_level_requirement = 8,
        recipe = {
            {
                count = 50,
                item = "basic_wood",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Chess Knight Piece",
        description_en = "An oversized purple knight chess piece.",
        category = "furniture.chess_set",
    },
    chess_bishop_purple = {
        icon_sprite = "spr_ui_item_furniture_chess_bishop_purple",
        name = "象棋棋子(象)",
        object = "chess_bishop_purple",
        tags = {
            "furniture",
            "misc_furniture",
            "chess_decor_set",
        },
        recipe_key = "chess_bishop",
        description = "紫色的超大型棋子(象)。 ",
        crafting_level_requirement = 8,
        recipe = {
            {
                count = 50,
                item = "basic_wood",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Chess Bishop Piece",
        description_en = "An oversized purple bishop chess piece.",
        category = "furniture.chess_set",
    },
    chess_queen_purple = {
        icon_sprite = "spr_ui_item_furniture_chess_queen_purple",
        name = "象棋棋子(后)",
        object = "chess_queen_purple",
        tags = {
            "furniture",
            "misc_furniture",
            "chess_decor_set",
        },
        recipe_key = "chess_queen",
        description = "紫色的超大型棋子(后)。 ",
        crafting_level_requirement = 8,
        recipe = {
            {
                count = 50,
                item = "basic_wood",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Chess Queen Piece",
        description_en = "An oversized purple queen chess piece.",
        category = "furniture.chess_set",
    },
    chess_king_purple = {
        icon_sprite = "spr_ui_item_furniture_chess_king_purple",
        name = "象棋棋子(王)",
        object = "chess_king_purple",
        tags = {
            "furniture",
            "misc_furniture",
            "chess_decor_set",
        },
        recipe_key = "chess_king",
        description = "紫色的超大型棋子(王)。 ",
        crafting_level_requirement = 8,
        recipe = {
            {
                count = 50,
                item = "basic_wood",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Chess King Piece",
        description_en = "An oversized purple king chess piece.",
        category = "furniture.chess_set",
    },
    chess_table_white = {
        icon_sprite = "spr_ui_item_furniture_chess_table_white",
        name = "棋盘桌",
        description = "白色的棋盘桌。 ",
        recipe_key = "chess_table",
        object = "chess_table_white",
        crafting_level_requirement = 8,
        tags = {
            "furniture",
            "chess_decor_set",
            "side_table",
        },
        recipe = {
            {
                count = 50,
                item = "basic_wood",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Chess Table",
        description_en = "A white chess table.",
        category = "furniture.chess_set",
    },
    chess_table_black = {
        icon_sprite = "spr_ui_item_furniture_chess_table_black",
        name = "棋盘桌",
        description = "黑色的棋盘桌。 ",
        recipe_key = "chess_table",
        object = "chess_table_black",
        crafting_level_requirement = 8,
        tags = {
            "furniture",
            "chess_decor_set",
            "side_table",
        },
        recipe = {
            {
                count = 50,
                item = "basic_wood",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Chess Table",
        description_en = "A black chess table.",
        category = "furniture.chess_set",
    },
    chess_table_light_wood = {
        icon_sprite = "spr_ui_item_furniture_chess_table_light_wood",
        name = "棋盘桌",
        description = "原木色的棋盘桌。 ",
        recipe_key = "chess_table",
        object = "chess_table_light_wood",
        crafting_level_requirement = 8,
        tags = {
            "furniture",
            "chess_decor_set",
            "side_table",
        },
        recipe = {
            {
                count = 50,
                item = "basic_wood",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Chess Table",
        description_en = "A wood-toned chess table.",
        category = "furniture.chess_set",
    },
    chess_table_purple = {
        icon_sprite = "spr_ui_item_furniture_chess_table_purple",
        name = "棋盘桌",
        description = "紫色的棋盘桌。 ",
        recipe_key = "chess_table",
        object = "chess_table_purple",
        crafting_level_requirement = 8,
        tags = {
            "furniture",
            "chess_decor_set",
            "side_table",
        },
        recipe = {
            {
                count = 50,
                item = "basic_wood",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Chess Table",
        description_en = "A purple chess table.",
        category = "furniture.chess_set",
    },
    obelisk_beige = {
        description = "米色的大型方尖碑。 ",
        icon_sprite = "spr_ui_item_decor_obelisk_beige",
        name = "方尖碑",
        object = "obelisk_beige",
        recipe_key = "obelisk",
        tags = {
            "furniture",
            "misc_decor",
            "mistrian_history_set",
        },
        crafting_level_requirement = 52,
        recipe = {
            {
                count = 20,
                item = "refined_stone",
            },
            {
                count = 10,
                item = "crystal",
            },
            {
                count = 10,
                item = "obsidian",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        description_en = "A large beige obelisk.",
        name_en = "Obelisk",
        category = "furniture.obelisk_set",
    },
    obelisk_black = {
        description = "黑色的大型方尖碑。 ",
        icon_sprite = "spr_ui_item_decor_obelisk_black",
        name = "方尖碑",
        object = "obelisk_black",
        recipe_key = "obelisk",
        tags = {
            "furniture",
            "misc_decor",
            "mistrian_history_set",
        },
        crafting_level_requirement = 52,
        recipe = {
            {
                count = 20,
                item = "refined_stone",
            },
            {
                count = 10,
                item = "crystal",
            },
            {
                count = 10,
                item = "obsidian",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        description_en = "A large black obelisk.",
        name_en = "Obelisk",
        category = "furniture.obelisk_set",
    },
    obelisk_pink = {
        description = "粉色的大型方尖碑。 ",
        icon_sprite = "spr_ui_item_decor_obelisk_pink",
        name = "方尖碑",
        object = "obelisk_pink",
        recipe_key = "obelisk",
        tags = {
            "furniture",
            "misc_decor",
            "mistrian_history_set",
        },
        crafting_level_requirement = 52,
        recipe = {
            {
                count = 20,
                item = "refined_stone",
            },
            {
                count = 10,
                item = "crystal",
            },
            {
                count = 10,
                item = "obsidian",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        description_en = "A large pink obelisk.",
        name_en = "Obelisk",
        category = "furniture.obelisk_set",
    },
    obelisk_white = {
        description = "白色的大型方尖碑。 ",
        icon_sprite = "spr_ui_item_decor_obelisk_white",
        name = "方尖碑",
        object = "obelisk_white",
        recipe_key = "obelisk",
        tags = {
            "furniture",
            "misc_decor",
            "mistrian_history_set",
        },
        crafting_level_requirement = 52,
        recipe = {
            {
                count = 20,
                item = "refined_stone",
            },
            {
                count = 10,
                item = "crystal",
            },
            {
                count = 10,
                item = "obsidian",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        description_en = "A large white obelisk.",
        name_en = "Obelisk",
        category = "furniture.obelisk_set",
    },
    obelisk_teal = {
        description = "深青色的大型方尖碑。 ",
        icon_sprite = "spr_ui_item_decor_obelisk_teal",
        name = "方尖碑",
        object = "obelisk_teal",
        recipe_key = "obelisk",
        tags = {
            "furniture",
            "misc_decor",
            "mistrian_history_set",
        },
        crafting_level_requirement = 52,
        recipe = {
            {
                count = 20,
                item = "refined_stone",
            },
            {
                count = 10,
                item = "crystal",
            },
            {
                count = 10,
                item = "obsidian",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        description_en = "A large teal obelisk.",
        name_en = "Obelisk",
        category = "furniture.obelisk_set",
    },
    obelisk_plum = {
        description = "紫红色的大型方尖碑。 ",
        icon_sprite = "spr_ui_item_decor_obelisk_plum",
        name = "方尖碑",
        object = "obelisk_plum",
        recipe_key = "obelisk",
        tags = {
            "furniture",
            "misc_decor",
            "mistrian_history_set",
        },
        crafting_level_requirement = 52,
        recipe = {
            {
                count = 20,
                item = "refined_stone",
            },
            {
                count = 10,
                item = "crystal",
            },
            {
                count = 10,
                item = "obsidian",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        description_en = "A large plum obelisk.",
        name_en = "Obelisk",
        category = "furniture.obelisk_set",
    },
    lovely_cottage_scroll_bundle = {
        name = "可爱小屋卷轴合集",
        description = "使用此物品解锁全套可爱小屋家具的制作配方! ",
        icon_sprite = "spr_ui_item_setscroll_lovelycottage",
        soulbind = "forever",
        set_unlock = "lovely_cottage_set",
        tags = {
            "scroll",
            "blacklist_popup",
        },
        value = {
            store = 1000,
        },
        name_en = "Lovely Cottage Scroll Bundle",
        description_en = "Use this scroll to unlock the crafting recipes for the Lovely Cottage furniture set!",
        category = "furniture.lovely_cottage_set",
    },
    cottage_bed_oak = {
        description = "盖着粉色花花被子的可爱单人床。 ",
        icon_sprite = "spr_ui_item_furniture_cottage_bed_v1",
        name = "可爱小屋单人床",
        object = "cottage_bed_white",
        tags = {
            "furniture",
            "single_bed",
            "lovely_cottage_set",
        },
        recipe_key = "cottage_bed",
        crafting_level_requirement = 10,
        recipe = {
            {
                count = 40,
                item = "basic_wood",
            },
            {
                count = 5,
                item = "cattail",
            },
            {
                count = 5,
                item = "feather",
            },
            {
                count = 3,
                item = "sap",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 600,
        },
        description_en = "A lovely single bed with soft pink floral sheets.",
        name_en = "Lovely Cottage Single Bed",
        category = "furniture.lovely_cottage_set",
    },
    cottage_bed_ash = {
        description = "盖着白色花花被子的可爱单人床。 ",
        icon_sprite = "spr_ui_item_furniture_cottage_bed_v2",
        name = "可爱小屋单人床",
        object = "cottage_bed_pink",
        tags = {
            "furniture",
            "single_bed",
            "lovely_cottage_set",
        },
        recipe_key = "cottage_bed",
        crafting_level_requirement = 10,
        recipe = {
            {
                count = 40,
                item = "basic_wood",
            },
            {
                count = 5,
                item = "cattail",
            },
            {
                count = 5,
                item = "feather",
            },
            {
                count = 3,
                item = "sap",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 600,
        },
        description_en = "A lovely single bed with white floral sheets.",
        name_en = "Lovely Cottage Single Bed",
        category = "furniture.lovely_cottage_set",
    },
    cottage_chair_oak = {
        description = "可爱的橡木椅子, 垫着淡粉色的软垫。 ",
        icon_sprite = "spr_ui_item_furniture_cottage_chair_v1",
        name = "可爱小屋椅子",
        object = "cottage_chair_pink",
        tags = {
            "furniture",
            "dining_chair",
            "lovely_cottage_set",
        },
        recipe_key = "cottage_chair",
        crafting_level_requirement = 4,
        recipe = {
            {
                count = 25,
                item = "basic_wood",
            },
            {
                count = 5,
                item = "cattail",
            },
            {
                count = 3,
                item = "sap",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 200,
        },
        description_en = "A lovely oak wood chair with a soft pink cushion.",
        name_en = "Lovely Cottage Chair",
        category = "furniture.lovely_cottage_set",
    },
    cottage_chair_ash = {
        description = "可爱的白蜡木椅子, 垫着鼠尾草色的软垫。 ",
        icon_sprite = "spr_ui_item_furniture_cottage_chair_v2",
        name = "可爱小屋椅子",
        object = "cottage_chair_white",
        tags = {
            "furniture",
            "dining_chair",
            "lovely_cottage_set",
        },
        recipe_key = "cottage_chair",
        crafting_level_requirement = 4,
        recipe = {
            {
                count = 25,
                item = "basic_wood",
            },
            {
                count = 5,
                item = "cattail",
            },
            {
                count = 3,
                item = "sap",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 200,
        },
        description_en = "A lovely ash wood chair with a sage green cushion.",
        name_en = "Lovely Cottage Chair",
        category = "furniture.lovely_cottage_set",
    },
    cottage_bed_double_oak = {
        description = "盖着粉色花花被子的可爱双人床。 ",
        icon_sprite = "spr_ui_item_furniture_cottage_double_bed_v1",
        name = "可爱小屋双人床",
        object = "cottage_double_bed_white",
        tags = {
            "furniture",
            "double_bed",
            "lovely_cottage_set",
        },
        recipe_key = "cottage_bed_double",
        crafting_level_requirement = 12,
        recipe = {
            {
                count = 60,
                item = "basic_wood",
            },
            {
                count = 4,
                item = "hard_wood",
            },
            {
                count = 10,
                item = "cattail",
            },
            {
                count = 5,
                item = "feather",
            },
            {
                count = 6,
                item = "sap",
            },
            {
                hours = 0,
                minutes = 50,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 800,
        },
        description_en = "A lovely double bed with soft pink floral sheets.",
        name_en = "Lovely Cottage Double Bed",
        category = "furniture.lovely_cottage_set",
    },
    cottage_bed_double_ash = {
        description = "盖着白色花花被子的可爱双人床。 ",
        icon_sprite = "spr_ui_item_furniture_cottage_double_bed_v2",
        name = "可爱小屋双人床",
        object = "cottage_double_bed_pink",
        tags = {
            "furniture",
            "double_bed",
            "lovely_cottage_set",
        },
        recipe_key = "cottage_bed_double",
        crafting_level_requirement = 12,
        recipe = {
            {
                count = 60,
                item = "basic_wood",
            },
            {
                count = 4,
                item = "hard_wood",
            },
            {
                count = 10,
                item = "cattail",
            },
            {
                count = 5,
                item = "feather",
            },
            {
                count = 6,
                item = "sap",
            },
            {
                hours = 0,
                minutes = 50,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 800,
        },
        description_en = "A lovely double bed with white floral sheets.",
        name_en = "Lovely Cottage Double Bed",
        category = "furniture.lovely_cottage_set",
    },
    cottage_dresser_oak = {
        description = "可爱的矮衣柜, 古典白和鼠尾草色非常相配。 ",
        icon_sprite = "spr_ui_item_furniture_cottage_dresser_v1",
        name = "可爱小屋矮衣柜",
        object = "cottage_dresser_white",
        tags = {
            "furniture",
            "drawer",
            "lovely_cottage_set",
        },
        recipe_key = "cottage_dresser",
        crafting_level_requirement = 8,
        recipe = {
            {
                count = 30,
                item = "basic_wood",
            },
            {
                count = 5,
                item = "ore_stone",
            },
            {
                count = 5,
                item = "sap",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 200,
        },
        description_en = "A lovely dresser painted antique white and sage green.",
        name_en = "Lovely Cottage Dresser",
        category = "furniture.lovely_cottage_set",
    },
    cottage_dresser_ash = {
        description = "可爱的矮衣柜, 古典白和淡粉色非常相配。 ",
        icon_sprite = "spr_ui_item_furniture_cottage_dresser_v2",
        name = "可爱小屋矮衣柜",
        object = "cottage_dresser_pink",
        tags = {
            "furniture",
            "drawer",
            "lovely_cottage_set",
        },
        recipe_key = "cottage_dresser",
        crafting_level_requirement = 8,
        recipe = {
            {
                count = 30,
                item = "basic_wood",
            },
            {
                count = 5,
                item = "ore_stone",
            },
            {
                count = 5,
                item = "sap",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 200,
        },
        description_en = "A lovely dresser painted antique white and soft pink.",
        name_en = "Lovely Cottage Dresser",
        category = "furniture.lovely_cottage_set",
    },
    cottage_flooring_oak = {
        description = "可爱的橡木地板, 为你梦中的小屋而生。 ",
        icon_sprite = "spr_ui_item_furniture_cottage_flooring_v1",
        name = "可爱小屋地板",
        flooring = "cottage_v1",
        crafting_preview_sprite = "spr_ui_furniture_cottage_floor_v1_preview",
        tags = {
            "furniture",
            "wood_flooring",
            "lovely_cottage_set",
        },
        recipe_key = "cottage_flooring",
        crafting_level_requirement = 2,
        recipe = {
            {
                count = 25,
                item = "basic_wood",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 200,
        },
        description_en = "Lovely oak wood flooring for your dream cottage.",
        name_en = "Lovely Cottage Flooring",
        category = "furniture.lovely_cottage_set",
    },
    cottage_flooring_ash = {
        description = "可爱的白蜡木地板, 为你梦中的小屋而生。 ",
        icon_sprite = "spr_ui_item_furniture_cottage_flooring_v2",
        name = "可爱小屋地板",
        flooring = "cottage_v2",
        crafting_preview_sprite = "spr_ui_furniture_cottage_floor_v2_preview",
        tags = {
            "furniture",
            "wood_flooring",
            "lovely_cottage_set",
        },
        recipe_key = "cottage_flooring",
        crafting_level_requirement = 2,
        recipe = {
            {
                count = 25,
                item = "basic_wood",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 200,
        },
        description_en = "Lovely ash wood flooring for your dream cottage.",
        name_en = "Lovely Cottage Flooring",
        category = "furniture.lovely_cottage_set",
    },
    cottage_nightstand_oak = {
        description = "可爱的床头柜, 古典白和鼠尾草色非常相配。 ",
        icon_sprite = "spr_ui_item_furniture_cottage_nightstand_v1",
        name = "可爱小屋床头柜",
        object = "cottage_nightstand_green",
        tags = {
            "furniture",
            "nightstand",
            "lovely_cottage_set",
        },
        recipe_key = "cottage_nightstand",
        crafting_level_requirement = 4,
        recipe = {
            {
                count = 30,
                item = "basic_wood",
            },
            {
                count = 5,
                item = "ore_stone",
            },
            {
                count = 5,
                item = "sap",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 200,
        },
        description_en = "A lovely nightstand painted antique white and sage green.",
        name_en = "Lovely Cottage Nightstand",
        category = "furniture.lovely_cottage_set",
    },
    cottage_nightstand_ash = {
        description = "可爱的床头柜, 古典白和淡粉色非常相配。 ",
        icon_sprite = "spr_ui_item_furniture_cottage_nightstand_v2",
        name = "可爱小屋床头柜",
        object = "cottage_nightstand_pink",
        tags = {
            "furniture",
            "nightstand",
            "lovely_cottage_set",
        },
        recipe_key = "cottage_nightstand",
        crafting_level_requirement = 4,
        recipe = {
            {
                count = 30,
                item = "basic_wood",
            },
            {
                count = 5,
                item = "ore_stone",
            },
            {
                count = 5,
                item = "sap",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 200,
        },
        description_en = "A lovely nightstand painted antique white and soft pink.",
        name_en = "Lovely Cottage Nightstand",
        category = "furniture.lovely_cottage_set",
    },
    cottage_plant_shelf_oak = {
        description = "可爱的植物架, 橡木与古典白非常相配。 ",
        icon_sprite = "spr_ui_item_furniture_cottage_plant_shelf_v1",
        name = "可爱小屋植物架",
        object = "cottage_plant_shelf_tall",
        tags = {
            "furniture",
            "misc_plant",
            "lovely_cottage_set",
        },
        recipe_key = "cottage_plant_shelf",
        crafting_level_requirement = 4,
        recipe = {
            {
                count = 30,
                item = "basic_wood",
            },
            {
                count = 4,
                item = "clay",
            },
            {
                count = 4,
                item = "sod",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 400,
        },
        description_en = "A lovely oak wood & antique white plant shelf.",
        name_en = "Lovely Cottage Plant Shelf",
        category = "furniture.lovely_cottage_set",
    },
    cottage_plant_shelf_ash = {
        description = "可爱的植物架, 白蜡木与古典白非常相配。 ",
        icon_sprite = "spr_ui_item_furniture_cottage_plant_shelf_v2",
        name = "可爱小屋植物架",
        object = "cottage_plant_shelf_wide",
        tags = {
            "furniture",
            "misc_plant",
            "lovely_cottage_set",
        },
        recipe_key = "cottage_plant_shelf",
        crafting_level_requirement = 4,
        recipe = {
            {
                count = 30,
                item = "basic_wood",
            },
            {
                count = 4,
                item = "clay",
            },
            {
                count = 4,
                item = "sod",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 400,
        },
        description_en = "A lovely ash wood & antique white plant shelf.",
        name_en = "Lovely Cottage Plant Shelf",
        category = "furniture.lovely_cottage_set",
    },
    cottage_potted_fig_oak = {
        description = "可爱的无花盆栽, 橡木底座托着古典白的花盆。 ",
        icon_sprite = "spr_ui_item_furniture_cottage_potted_fig_v1",
        name = "可爱小屋无花果盆栽",
        object = "cottage_potted_fig",
        tags = {
            "furniture",
            "potted_tree",
            "lovely_cottage_set",
        },
        recipe_key = "cottage_potted_fig",
        crafting_level_requirement = 4,
        recipe = {
            {
                count = 10,
                item = "basic_wood",
            },
            {
                count = 2,
                item = "clay",
            },
            {
                count = 2,
                item = "sod",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 300,
        },
        description_en = "A lovely fig tree in an antique white & oak wood base.",
        name_en = "Lovely Cottage Potted Fig",
        category = "furniture.lovely_cottage_set",
    },
    cottage_potted_fig_ash = {
        description = "可爱的无花盆栽, 白蜡木底座托着棕色的花盆。 ",
        icon_sprite = "spr_ui_item_furniture_cottage_potted_fig_v2",
        name = "可爱小屋无花果盆栽",
        object = "cottage_potted_fiddle_leaf",
        tags = {
            "furniture",
            "potted_tree",
            "lovely_cottage_set",
        },
        recipe_key = "cottage_potted_fig",
        crafting_level_requirement = 4,
        recipe = {
            {
                count = 10,
                item = "basic_wood",
            },
            {
                count = 2,
                item = "clay",
            },
            {
                count = 2,
                item = "sod",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 300,
        },
        description_en = "A lovely fig tree in a brown & ash wood base.",
        name_en = "Lovely Cottage Potted Fig",
        category = "furniture.lovely_cottage_set",
    },
    cottage_rug_oak = {
        description = "一块可爱的古典白地毯, 带有绿色和粉色的点缀。 ",
        icon_sprite = "spr_ui_item_furniture_cottage_rug_v1",
        name = "可爱小屋地毯",
        object = "cottage_rug_green",
        tags = {
            "furniture",
            "medium_rug",
            "lovely_cottage_set",
        },
        recipe_key = "cottage_rug",
        crafting_level_requirement = 2,
        recipe = {
            {
                count = 10,
                item = "fiber",
            },
            {
                count = 10,
                item = "cattail",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 200,
        },
        description_en = "A lovely antique white rug with green and pink accents.",
        name_en = "Lovely Cottage Rug",
        category = "furniture.lovely_cottage_set",
    },
    cottage_rug_ash = {
        description = "一块可爱的粉色地毯, 带有绿色和白色的点缀。 ",
        icon_sprite = "spr_ui_item_furniture_cottage_rug_v2",
        name = "可爱小屋地毯",
        object = "cottage_rug_pink",
        tags = {
            "furniture",
            "medium_rug",
            "lovely_cottage_set",
        },
        recipe_key = "cottage_rug",
        crafting_level_requirement = 2,
        recipe = {
            {
                count = 10,
                item = "fiber",
            },
            {
                count = 10,
                item = "cattail",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 200,
        },
        description_en = "A lovely pink rug with green and white accents.",
        name_en = "Lovely Cottage Rug",
        category = "furniture.lovely_cottage_set",
    },
    cottage_table_oak = {
        description = "可爱的橡木桌子, 边缘是荷叶边设计。 ",
        icon_sprite = "spr_ui_item_furniture_cottage_table_v1",
        name = "可爱小屋桌子",
        object = "cottage_table_wood",
        tags = {
            "furniture",
            "dining_table",
            "lovely_cottage_set",
        },
        recipe_key = "cottage_table",
        crafting_level_requirement = 8,
        recipe = {
            {
                count = 40,
                item = "basic_wood",
            },
            {
                count = 10,
                item = "ore_stone",
            },
            {
                count = 1,
                item = "copper_ingot",
            },
            {
                count = 10,
                item = "sap",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 500,
        },
        description_en = "A lovely oak wood table with a scalloped edge.",
        name_en = "Lovely Cottage Table",
        category = "furniture.lovely_cottage_set",
    },
    cottage_table_ash = {
        description = "可爱的田园桌子, 铺着古典白和绿色的桌布。 ",
        icon_sprite = "spr_ui_item_furniture_cottage_table_v2",
        name = "可爱小屋桌子",
        object = "cottage_table_white",
        tags = {
            "furniture",
            "dining_table",
            "lovely_cottage_set",
        },
        recipe_key = "cottage_table",
        crafting_level_requirement = 8,
        recipe = {
            {
                count = 40,
                item = "basic_wood",
            },
            {
                count = 10,
                item = "ore_stone",
            },
            {
                count = 1,
                item = "copper_ingot",
            },
            {
                count = 10,
                item = "sap",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 500,
        },
        description_en = "A lovely table with an antique white & sage green tablecloth.",
        name_en = "Lovely Cottage Table",
        category = "furniture.lovely_cottage_set",
    },
    cottage_wall_flowers_oak = {
        description = "可爱的黄色干花壁挂花束。 ",
        icon_sprite = "spr_ui_item_furniture_cottage_wall_flowers_v1",
        name = "可爱小屋壁挂花束",
        object = "cottage_wall_flowers_green",
        tags = {
            "furniture",
            "wall_hanging",
            "lovely_cottage_set",
        },
        recipe_key = "cottage_wall_flowers",
        crafting_level_requirement = 4,
        recipe = {
            {
                count = 10,
                item = "fiber",
            },
            {
                count = 2,
                item = "hay",
            },
            {
                count = 2,
                item = "small_grass_starter",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 300,
        },
        description_en = "A lovely bouquet of dried yellow flowers to hang on your wall.",
        name_en = "Lovely Cottage Wall Flowers",
        category = "furniture.lovely_cottage_set",
    },
    cottage_wall_flowers_ash = {
        description = "可爱的粉色干花壁挂花束。 ",
        icon_sprite = "spr_ui_item_furniture_cottage_wall_flowers_v2",
        name = "可爱小屋壁挂花束",
        object = "cottage_wall_flowers_pink",
        tags = {
            "furniture",
            "wall_hanging",
            "lovely_cottage_set",
        },
        recipe_key = "cottage_wall_flowers",
        crafting_level_requirement = 4,
        recipe = {
            {
                count = 10,
                item = "fiber",
            },
            {
                count = 2,
                item = "hay",
            },
            {
                count = 2,
                item = "small_grass_starter",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 300,
        },
        description_en = "A lovely bouquet of dried pink flowers to hang on your wall.",
        name_en = "Lovely Cottage Wall Flowers",
        category = "furniture.lovely_cottage_set",
    },
    cottage_wall_window_oak = {
        description = "可爱的橡木窗户, 粉色锁边的白色窗帘十分漂亮。 ",
        icon_sprite = "spr_ui_item_furniture_cottage_wall_window_v1",
        name = "可爱小屋窗户",
        object = "cottage_wall_window_white",
        tags = {
            "furniture",
            "window",
            "lovely_cottage_set",
        },
        recipe_key = "cottage_wall_window",
        crafting_level_requirement = 6,
        recipe = {
            {
                count = 15,
                item = "basic_wood",
            },
            {
                count = 1,
                item = "copper_ingot",
            },
            {
                count = 5,
                item = "glass",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 350,
        },
        description_en = "A lovely oak wood window dressed in white curtains with a pink trim.",
        name_en = "Lovely Cottage Window",
        category = "furniture.lovely_cottage_set",
    },
    cottage_wall_window_ash = {
        description = "可爱的白蜡木窗户, 白色锁边的粉色窗帘十分漂亮。 ",
        icon_sprite = "spr_ui_item_furniture_cottage_wall_window_v2",
        name = "可爱小屋窗户",
        object = "cottage_wall_window_pink",
        tags = {
            "furniture",
            "window",
            "lovely_cottage_set",
        },
        recipe_key = "cottage_wall_window",
        crafting_level_requirement = 6,
        recipe = {
            {
                count = 15,
                item = "basic_wood",
            },
            {
                count = 1,
                item = "copper_ingot",
            },
            {
                count = 5,
                item = "glass",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 350,
        },
        description_en = "A lovely ash wood window dressed in pink curtains with a white trim.",
        name_en = "Lovely Cottage Window",
        category = "furniture.lovely_cottage_set",
    },
    cottage_wallpaper_oak = {
        description = "可爱的古典白墙纸, 护墙板由橡木制成, 为你梦中的小屋而生。 ",
        icon_sprite = "spr_ui_item_furniture_cottage_wallpaper_v1",
        name = "可爱小屋墙纸",
        wallpaper = "cottage_v1",
        door_mold = "spr_carpenter_house_f2_doorway2_spring",
        crafting_preview_sprite = "spr_ui_furniture_cottage_wall_v1_preview",
        tags = {
            "furniture",
            "wallpaper",
            "lovely_cottage_set",
        },
        recipe_key = "cottage_wallpaper",
        crafting_level_requirement = 4,
        recipe = {
            {
                count = 5,
                item = "paper",
            },
            {
                count = 15,
                item = "basic_wood",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 200,
        },
        description_en = "Lovely antique white and oak panel wallpaper for your dream cottage.",
        name_en = "Lovely Cottage Wallpaper",
        category = "furniture.lovely_cottage_set",
    },
    cottage_wallpaper_ash = {
        description = "可爱的鼠尾草色墙纸, 护墙板由白蜡木制成, 为你梦中的小屋而生。 ",
        icon_sprite = "spr_ui_item_furniture_cottage_wallpaper_v2",
        name = "可爱小屋墙纸",
        wallpaper = "cottage_v2",
        door_mold = "spr_carpenter_house_f2_doorway2_spring",
        crafting_preview_sprite = "spr_ui_furniture_cottage_wall_v2_preview",
        tags = {
            "furniture",
            "wallpaper",
            "lovely_cottage_set",
        },
        recipe_key = "cottage_wallpaper",
        crafting_level_requirement = 4,
        recipe = {
            {
                count = 5,
                item = "paper",
            },
            {
                count = 15,
                item = "basic_wood",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 200,
        },
        description_en = "Lovely sage green and ash panel wallpaper for your dream cottage.",
        name_en = "Lovely Cottage Wallpaper",
        category = "furniture.lovely_cottage_set",
    },
    cottage_fridge_oak = {
        description = "可爱的白色冰箱, 储物空间大。 ",
        icon_sprite = "spr_ui_item_furniture_cottage_fridge_v1",
        name = "可爱小屋冰箱",
        object = "cottage_fridge_v1",
        tags = {
            "furniture",
            "chest_and_storage",
            "lovely_cottage_set",
        },
        recipe_key = "cottage_fridge",
        crafting_level_requirement = 10,
        recipe = {
            {
                count = 2,
                item = "iron_ingot",
            },
            {
                count = 2,
                item = "ice_block",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 1000,
        },
        description_en = "A lovely white icebox with a large storage capacity.",
        name_en = "Lovely Cottage Icebox",
        category = "furniture.lovely_cottage_set",
    },
    cottage_fridge_ash = {
        description = "可爱的淡粉色冰箱, 储物空间大。 ",
        icon_sprite = "spr_ui_item_furniture_cottage_fridge_v2",
        name = "可爱小屋冰箱",
        object = "cottage_fridge_v2",
        tags = {
            "furniture",
            "chest_and_storage",
            "lovely_cottage_set",
        },
        recipe_key = "cottage_fridge",
        crafting_level_requirement = 10,
        recipe = {
            {
                count = 2,
                item = "iron_ingot",
            },
            {
                count = 2,
                item = "ice_block",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 1000,
        },
        description_en = "A lovely soft pink icebox with a large storage capacity.",
        name_en = "Lovely Cottage Icebox",
        category = "furniture.lovely_cottage_set",
    },
    cottage_potted_flowers_oak = {
        description = "一盆可爱的白色花朵。 ",
        icon_sprite = "spr_ui_item_furniture_cottage_potted_flowers_v1",
        name = "可爱小屋花盆",
        object = "cottage_potted_flowers_v1",
        tags = {
            "furniture",
            "tabletop_plant",
            "lovely_cottage_set",
        },
        recipe_key = "cottage_potted_flowers",
        crafting_level_requirement = 4,
        recipe = {
            {
                count = 5,
                item = "clay",
            },
            {
                count = 1,
                item = "small_grass_starter",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 200,
        },
        description_en = "A lovely pot of white flowers.",
        name_en = "Lovely Cottage Potted Flowers",
        category = "furniture.lovely_cottage_set",
    },
    cottage_potted_flowers_ash = {
        description = "一盆可爱的淡粉色花朵。 ",
        icon_sprite = "spr_ui_item_furniture_cottage_potted_flowers_v2",
        name = "可爱小屋花盆",
        object = "cottage_potted_flowers_v2",
        tags = {
            "furniture",
            "tabletop_plant",
            "lovely_cottage_set",
        },
        recipe_key = "cottage_potted_flowers",
        crafting_level_requirement = 4,
        recipe = {
            {
                count = 5,
                item = "clay",
            },
            {
                count = 1,
                item = "small_grass_starter",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 200,
        },
        description_en = "A lovely pot of soft pink flowers.",
        name_en = "Lovely Cottage Potted Flowers",
        category = "furniture.lovely_cottage_set",
    },
    deluxe_storage_chest_red = {
        description = "红色的奢华储物箱, 拥有超大储物空间。 ",
        icon_sprite = "spr_ui_item_furniture_deluxe_storage_chest_red",
        name = "奢华储物箱",
        object = "deluxe_storage_chest_red",
        tags = {
            "furniture",
            "deluxe_chest_set",
        },
        value = {
            store = 10000,
            bin = 9000,
        },
        description_en = "A red deluxe storage chest with an extra-large storage capacity.",
        name_en = "Deluxe Storage Chest",
        category = "furniture.deluxe_chest_set",
    },
    deluxe_storage_chest_orange = {
        description = "橙色的奢华储物箱, 拥有超大储物空间。 ",
        icon_sprite = "spr_ui_item_furniture_deluxe_storage_chest_orange",
        name = "奢华储物箱",
        object = "deluxe_storage_chest_orange",
        tags = {
            "furniture",
            "deluxe_chest_set",
        },
        value = {
            store = 10000,
            bin = 9000,
        },
        description_en = "An orange deluxe storage chest with an extra-large storage capacity.",
        name_en = "Deluxe Storage Chest",
        category = "furniture.deluxe_chest_set",
    },
    deluxe_storage_chest_gold = {
        description = "金色的奢华储物箱, 拥有超大储物空间。 ",
        icon_sprite = "spr_ui_item_furniture_deluxe_storage_chest_gold",
        name = "奢华储物箱",
        object = "deluxe_storage_chest_gold",
        tags = {
            "furniture",
            "deluxe_chest_set",
        },
        value = {
            store = 10000,
            bin = 9000,
        },
        description_en = "A gold deluxe storage chest with an extra-large storage capacity.",
        name_en = "Deluxe Storage Chest",
        category = "furniture.deluxe_chest_set",
    },
    deluxe_storage_chest_green = {
        description = "绿色的奢华储物箱, 拥有超大储物空间。 ",
        icon_sprite = "spr_ui_item_furniture_deluxe_storage_chest_green",
        name = "奢华储物箱",
        object = "deluxe_storage_chest_green",
        tags = {
            "furniture",
            "deluxe_chest_set",
        },
        value = {
            store = 10000,
            bin = 9000,
        },
        description_en = "A green deluxe storage chest with an extra-large storage capacity.",
        name_en = "Deluxe Storage Chest",
        category = "furniture.deluxe_chest_set",
    },
    deluxe_storage_chest_aqua = {
        description = "水蓝色的奢华储物箱, 拥有超大储物空间。 ",
        icon_sprite = "spr_ui_item_furniture_deluxe_storage_chest_aqua",
        name = "奢华储物箱",
        object = "deluxe_storage_chest_aqua",
        tags = {
            "furniture",
            "deluxe_chest_set",
        },
        value = {
            store = 10000,
            bin = 9000,
        },
        description_en = "An aqua deluxe storage chest with an extra-large storage capacity.",
        name_en = "Deluxe Storage Chest",
        category = "furniture.deluxe_chest_set",
    },
    deluxe_storage_chest_blue = {
        description = "蓝色的奢华储物箱, 拥有超大储物空间。 ",
        icon_sprite = "spr_ui_item_furniture_deluxe_storage_chest_blue",
        name = "奢华储物箱",
        object = "deluxe_storage_chest_blue",
        tags = {
            "furniture",
            "deluxe_chest_set",
        },
        value = {
            store = 10000,
            bin = 9000,
        },
        description_en = "A blue deluxe storage chest with an extra-large storage capacity.",
        name_en = "Deluxe Storage Chest",
        category = "furniture.deluxe_chest_set",
    },
    deluxe_storage_chest_purple = {
        description = "紫色的奢华储物箱, 拥有超大储物空间。 ",
        icon_sprite = "spr_ui_item_furniture_deluxe_storage_chest_purple",
        name = "奢华储物箱",
        object = "deluxe_storage_chest_purple",
        tags = {
            "furniture",
            "deluxe_chest_set",
        },
        value = {
            store = 10000,
            bin = 9000,
        },
        description_en = "A purple deluxe storage chest with an extra-large storage capacity.",
        name_en = "Deluxe Storage Chest",
        category = "furniture.deluxe_chest_set",
    },
    deluxe_storage_chest_pink = {
        description = "粉色的奢华储物箱, 拥有超大储物空间。 ",
        icon_sprite = "spr_ui_item_furniture_deluxe_storage_chest_pink",
        name = "奢华储物箱",
        object = "deluxe_storage_chest_pink",
        tags = {
            "furniture",
            "deluxe_chest_set",
        },
        value = {
            store = 10000,
            bin = 9000,
        },
        description_en = "A pink deluxe storage chest with an extra-large storage capacity.",
        name_en = "Deluxe Storage Chest",
        category = "furniture.deluxe_chest_set",
    },
    deluxe_storage_chest_black = {
        description = "黑色的奢华储物箱, 拥有超大储物空间。 ",
        icon_sprite = "spr_ui_item_furniture_deluxe_storage_chest_black",
        name = "奢华储物箱",
        object = "deluxe_storage_chest_black",
        tags = {
            "furniture",
            "deluxe_chest_set",
        },
        value = {
            store = 10000,
            bin = 9000,
        },
        description_en = "A black deluxe storage chest with an extra-large storage capacity.",
        name_en = "Deluxe Storage Chest",
        category = "furniture.deluxe_chest_set",
    },
    deluxe_storage_chest_gray = {
        description = "灰色的奢华储物箱, 拥有超大储物空间。 ",
        icon_sprite = "spr_ui_item_furniture_deluxe_storage_chest_gray",
        name = "奢华储物箱",
        object = "deluxe_storage_chest_gray",
        tags = {
            "furniture",
            "deluxe_chest_set",
        },
        value = {
            store = 10000,
            bin = 9000,
        },
        description_en = "A gray deluxe storage chest with an extra-large storage capacity.",
        name_en = "Deluxe Storage Chest",
        category = "furniture.deluxe_chest_set",
    },
    deluxe_storage_chest_white = {
        description = "白色的奢华储物箱, 拥有超大储物空间。 ",
        icon_sprite = "spr_ui_item_furniture_deluxe_storage_chest_white",
        name = "奢华储物箱",
        object = "deluxe_storage_chest_white",
        tags = {
            "furniture",
            "deluxe_chest_set",
        },
        value = {
            store = 10000,
            bin = 9000,
        },
        description_en = "A white deluxe storage chest with an extra-large storage capacity.",
        name_en = "Deluxe Storage Chest",
        category = "furniture.deluxe_chest_set",
    },
    deluxe_storage_chest_light_brown = {
        description = "浅棕色的奢华储物箱, 拥有超大储物空间。 ",
        icon_sprite = "spr_ui_item_furniture_deluxe_storage_chest_light_brown",
        name = "奢华储物箱",
        object = "deluxe_storage_chest_light_brown",
        tags = {
            "furniture",
            "deluxe_chest_set",
        },
        value = {
            store = 10000,
            bin = 9000,
        },
        description_en = "A light brown deluxe storage chest with an extra-large storage capacity.",
        name_en = "Deluxe Storage Chest",
        category = "furniture.deluxe_chest_set",
    },
    deluxe_storage_chest_dark_brown = {
        description = "深棕色的奢华储物箱, 拥有超大储物空间。 ",
        icon_sprite = "spr_ui_item_furniture_deluxe_storage_chest_dark_brown",
        name = "奢华储物箱",
        object = "deluxe_storage_chest_dark_brown",
        tags = {
            "furniture",
            "deluxe_chest_set",
        },
        value = {
            store = 10000,
            bin = 9000,
        },
        description_en = "A dark brown deluxe storage chest with an extra-large storage capacity.",
        name_en = "Deluxe Storage Chest",
        category = "furniture.deluxe_chest_set",
    },
    deluxe_icebox_white = {
        description = "超大容量的白色豪华冰箱。 ",
        icon_sprite = "spr_ui_item_furniture_deluxe_icebox_white",
        name = "豪华冰箱",
        object = "deluxe_icebox_white",
        tags = {
            "furniture",
            "deluxe_chest_set",
        },
        value = {
            store = 12000,
            bin = 10000,
        },
        description_en = "A white deluxe icebox with an extra-large storage capacity.",
        name_en = "Deluxe Icebox",
        category = "furniture.deluxe_chest_set",
    },
    deluxe_icebox_pink = {
        description = "超大容量的粉色豪华冰箱。 ",
        icon_sprite = "spr_ui_item_furniture_deluxe_icebox_pink",
        name = "豪华冰箱",
        object = "deluxe_icebox_pink",
        tags = {
            "furniture",
            "deluxe_chest_set",
        },
        value = {
            store = 12000,
            bin = 10000,
        },
        description_en = "A pink deluxe icebox with an extra-large storage capacity.",
        name_en = "Deluxe Icebox",
        category = "furniture.deluxe_chest_set",
    },
    deluxe_icebox_blue = {
        description = "超大容量的蓝色豪华冰箱。 ",
        icon_sprite = "spr_ui_item_furniture_deluxe_icebox_blue",
        name = "豪华冰箱",
        object = "deluxe_icebox_blue",
        tags = {
            "furniture",
            "deluxe_chest_set",
        },
        value = {
            store = 12000,
            bin = 10000,
        },
        description_en = "A blue deluxe icebox with an extra-large storage capacity.",
        name_en = "Deluxe Icebox",
        category = "furniture.deluxe_chest_set",
    },
    deluxe_icebox_yellow = {
        description = "超大容量的黄色豪华冰箱。 ",
        icon_sprite = "spr_ui_item_furniture_deluxe_icebox_yellow",
        name = "豪华冰箱",
        object = "deluxe_icebox_yellow",
        tags = {
            "furniture",
            "deluxe_chest_set",
        },
        value = {
            store = 12000,
            bin = 10000,
        },
        description_en = "A yellow deluxe icebox with an extra-large storage capacity.",
        name_en = "Deluxe Icebox",
        category = "furniture.deluxe_chest_set",
    },
    deluxe_icebox_green = {
        description = "超大容量的绿色豪华冰箱。 ",
        icon_sprite = "spr_ui_item_furniture_deluxe_icebox_green",
        name = "豪华冰箱",
        object = "deluxe_icebox_green",
        tags = {
            "furniture",
            "deluxe_chest_set",
        },
        value = {
            store = 12000,
            bin = 10000,
        },
        description_en = "A green deluxe icebox with an extra-large storage capacity.",
        name_en = "Deluxe Icebox",
        category = "furniture.deluxe_chest_set",
    },
    inn_stool = {
        icon_sprite = "spr_ui_item_furniture_inn_stool",
        name = "旅馆凳子",
        description = "旅馆同款软垫凳子。 ",
        object = "inn_stool",
        tags = {
            "furniture",
        },
        value = {
            store = 500,
        },
        name_en = "Inn Stool",
        description_en = "An upholstered stool, matching the design used at the Inn.",
        category = "furniture.inn_set",
    },
    inn_candle = {
        icon_sprite = "spr_ui_item_furniture_inn_candle",
        name = "旅馆蜡烛",
        description = "旅馆同款单支蜡烛。 ",
        object = "inn_candle",
        tags = {
            "furniture",
        },
        value = {
            store = 300,
        },
        name_en = "Inn Candle",
        description_en = "A single candle, matching the design used at the Inn.",
        category = "furniture.inn_set",
    },
    inn_cross_stitch = {
        icon_sprite = "spr_ui_item_furniture_inn_cross_stitch",
        name = "旅馆十字绣",
        description = "旅馆同款十字绣画框。 ",
        object = "inn_cross_stitch",
        tags = {
            "furniture",
        },
        value = {
            store = 1000,
        },
        name_en = "Inn Cross Stitch",
        description_en = "Framed cross stitch wall art, matching the design used at the Inn.",
        category = "furniture.inn_set",
    },
    inn_kitchen_shelves = {
        icon_sprite = "spr_ui_item_furniture_inn_kitchen_shelves",
        name = "旅馆厨房架子",
        description = "旅馆同款厨房壁架。 ",
        object = "inn_kitchen_shelves",
        tags = {
            "furniture",
        },
        value = {
            store = 800,
        },
        name_en = "Inn Kitchen Shelves",
        description_en = "Wall mounted kitchen shelves, matching the design used at the Inn.",
        category = "furniture.inn_set",
    },
    inn_counter = {
        icon_sprite = "spr_ui_item_furniture_inn_counter",
        name = "旅馆柜台",
        description = "旅馆同款橱柜。 ",
        object = "inn_counter",
        tags = {
            "furniture",
        },
        value = {
            store = 1000,
        },
        name_en = "Inn Counter",
        description_en = "A kitchen counter, matching the design used at the Inn.",
        category = "furniture.inn_set",
    },
    inn_tile_flooring = {
        icon_sprite = "spr_ui_item_furniture_inn_tile_flooring",
        flooring = "inn_tile",
        name = "旅馆瓷砖地板",
        description = "旅馆同款石头瓷砖地板。 ",
        tags = {
            "furniture",
        },
        value = {
            store = 500,
        },
        name_en = "Inn Tile Flooring",
        description_en = "Stone tile flooring, matching the design used at the Inn.",
        category = "furniture.inn_set",
    },
    inn_wooden_flooring = {
        icon_sprite = "spr_ui_item_furniture_inn_wooden_flooring",
        flooring = "inn_wooden",
        name = "旅馆木地板",
        description = "旅馆同款人字形木质地板。 ",
        tags = {
            "furniture",
        },
        value = {
            store = 500,
        },
        name_en = "Inn Wooden Flooring",
        description_en = "Herringbone wood flooring, matching the design used at the Inn.",
        category = "furniture.inn_set",
    },
    mermaid_bed_v1 = {
        description = "紫色与薄荷绿融合的人鱼卧榻, 点缀着贝壳造型床头与金色镶边。 ",
        icon_sprite = "spr_ui_item_furniture_mermaid_bed_v1",
        name = "人鱼单人床",
        object = "mermaid_bed_v1",
        tags = {
            "furniture",
            "single_bed",
            "mermaid_set",
        },
        recipe_key = "mermaid_bed",
        crafting_level_requirement = 20,
        recipe = {
            {
                count = 10,
                item = "hard_wood",
            },
            {
                count = 3,
                item = "gold_ingot",
            },
            {
                count = 4,
                item = "pink_scallop_shell",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        description_en = "A purple & mint mermaid bed with a shell headboard and gold trim.",
        name_en = "Mermaid Single Bed",
        category = "furniture.mermaid_set",
    },
    mermaid_bed_v2 = {
        description = "粉色与紫色融合的人鱼卧榻, 点缀着贝壳造型床头与金色镶边。 ",
        icon_sprite = "spr_ui_item_furniture_mermaid_bed_v2",
        name = "人鱼单人床",
        object = "mermaid_bed_v2",
        tags = {
            "furniture",
            "single_bed",
            "mermaid_set",
        },
        recipe_key = "mermaid_bed",
        crafting_level_requirement = 20,
        recipe = {
            {
                count = 10,
                item = "hard_wood",
            },
            {
                count = 3,
                item = "gold_ingot",
            },
            {
                count = 4,
                item = "pink_scallop_shell",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        description_en = "A pink & purple mermaid bed with a shell headboard and gold trim.",
        name_en = "Mermaid Single Bed",
        category = "furniture.mermaid_set",
    },
    mermaid_bed_v3 = {
        description = "粉色与薄荷绿融合的人鱼卧榻, 点缀着贝壳造型床头与金色镶边。 ",
        icon_sprite = "spr_ui_item_furniture_mermaid_bed_v3",
        name = "人鱼单人床",
        object = "mermaid_bed_v3",
        tags = {
            "furniture",
            "single_bed",
            "mermaid_set",
        },
        recipe_key = "mermaid_bed",
        crafting_level_requirement = 20,
        recipe = {
            {
                count = 10,
                item = "hard_wood",
            },
            {
                count = 3,
                item = "gold_ingot",
            },
            {
                count = 4,
                item = "pink_scallop_shell",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        description_en = "A pink & mint mermaid bed with a shell headboard and gold trim.",
        name_en = "Mermaid Single Bed",
        category = "furniture.mermaid_set",
    },
    mermaid_double_bed_v1 = {
        description = "紫色与薄荷绿融合的人鱼双人卧榻, 点缀着贝壳造型床头与金色镶边。 ",
        icon_sprite = "spr_ui_item_furniture_mermaid_double_bed_v1",
        name = "人鱼双人床",
        object = "mermaid_double_bed_v1",
        tags = {
            "furniture",
            "double_bed",
            "mermaid_set",
        },
        recipe_key = "mermaid_bed",
        crafting_level_requirement = 20,
        recipe = {
            {
                count = 20,
                item = "hard_wood",
            },
            {
                count = 6,
                item = "gold_ingot",
            },
            {
                count = 4,
                item = "pink_scallop_shell",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        description_en = "A purple & mint mermaid double bed with a shell headboard and gold trim.",
        name_en = "Mermaid Double Bed",
        category = "furniture.mermaid_set",
    },
    mermaid_double_bed_v2 = {
        description = "粉色与紫色融合的人鱼双人卧榻, 点缀着贝壳造型床头与金色镶边。 ",
        icon_sprite = "spr_ui_item_furniture_mermaid_double_bed_v2",
        name = "人鱼双人床",
        object = "mermaid_double_bed_v2",
        tags = {
            "furniture",
            "double_bed",
            "mermaid_set",
        },
        recipe_key = "mermaid_bed",
        crafting_level_requirement = 20,
        recipe = {
            {
                count = 20,
                item = "hard_wood",
            },
            {
                count = 6,
                item = "gold_ingot",
            },
            {
                count = 4,
                item = "pink_scallop_shell",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        description_en = "A pink & purple mermaid double bed with a shell headboard and gold trim.",
        name_en = "Mermaid Double Bed",
        category = "furniture.mermaid_set",
    },
    mermaid_double_bed_v3 = {
        description = "粉色与薄荷绿融合的人鱼双人卧榻, 点缀着贝壳造型床头与金色镶边。 ",
        icon_sprite = "spr_ui_item_furniture_mermaid_double_bed_v3",
        name = "人鱼双人床",
        object = "mermaid_double_bed_v3",
        tags = {
            "furniture",
            "double_bed",
            "mermaid_set",
        },
        recipe_key = "mermaid_bed",
        crafting_level_requirement = 20,
        recipe = {
            {
                count = 20,
                item = "hard_wood",
            },
            {
                count = 6,
                item = "gold_ingot",
            },
            {
                count = 4,
                item = "pink_scallop_shell",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        description_en = "A pink & mint mermaid double bed with a shell headboard and gold trim.",
        name_en = "Mermaid Double Bed",
        category = "furniture.mermaid_set",
    },
    spring_festival_planter = {
        name = "春息花花瓶",
        description = "可爱的白粉色花瓶, 插满了春息花。 ",
        icon_sprite = "spr_ui_item_decor_spring_festival_planter",
        object = "spring_festival_planter",
        tags = {
            "furniture",
        },
        value = {
            bin = 250,
            store = 500,
        },
        name_en = "Breath of Spring Planter",
        description_en = "A cute white and pink planter vase full of breath of spring flowers.",
        category = "furniture.spring_festival_set",
    },
    spring_festival_large_planter = {
        name = "春息花大花盆",
        description = "种满了春息花的大花盆。 ",
        icon_sprite = "spr_ui_item_decor_spring_festival_large_planter",
        object = "spring_festival_large_planter",
        tags = {
            "furniture",
        },
        value = {
            bin = 350,
            store = 700,
        },
        name_en = "Breath of Spring Large Planter",
        description_en = "A large white and pink planter full of breath of spring flowers.",
        category = "furniture.spring_festival_set",
    },
    spring_festival_basket = {
        name = "春息花花篮",
        description = "可爱的白粉色花篮, 装满了春息花。 ",
        icon_sprite = "spr_ui_item_decor_spring_festival_basket",
        object = "spring_festival_basket",
        tags = {
            "furniture",
        },
        value = {
            bin = 250,
            store = 500,
        },
        name_en = "Breath of Spring Basket",
        description_en = "A cute white and pink basket full of breath of spring flowers.",
        category = "furniture.spring_festival_set",
    },
    spring_festival_flower_chest = {
        name = "春息花储物箱",
        description = "可爱的粉花储物箱, 储物空间大。 ",
        icon_sprite = "spr_ui_item_decor_spring_festival_flower_chest",
        object = "spring_festival_flower_chest",
        tags = {
            "furniture",
        },
        value = {
            bin = 250,
            store = 1000,
        },
        name_en = "Breath of Spring Storage Chest",
        description_en = "A cute pink floral storage chest with a large storage capacity.",
        category = "furniture.spring_festival_set",
    },
    spring_festival_wreath = {
        name = "春息花花圈",
        description = "春息花和大大的粉色蝴蝶结点缀着这个可爱的花圈。 ",
        icon_sprite = "spr_ui_item_decor_spring_festival_wreath",
        object = "spring_festival_wreath",
        tags = {
            "furniture",
        },
        value = {
            bin = 100,
            store = 200,
        },
        name_en = "Breath of Spring Wreath",
        description_en = "A lovely wreath featuring breath of spring flowers and a large pink bow.",
        category = "furniture.spring_festival_set",
    },
    spring_festival_breath_of_spring_wreath = {
        name = "豪华春息花花圈",
        description = "由许多大朵春息花编织而成的豪华花圈。 ",
        icon_sprite = "spr_ui_item_decor_spring_festival_breath_of_spring_wreath",
        object = "spring_festival_breath_of_spring_wreath",
        tags = {
            "furniture",
        },
        value = {
            bin = 150,
            store = 300,
        },
        name_en = "Deluxe Breath of Spring Wreath",
        description_en = "A deluxe wreath made of large breath of spring flowers woven together.",
        category = "furniture.spring_festival_set",
    },
    rustic_cabin_scroll_bundle = {
        name = "乡村小屋卷轴全集",
        description = "使用此物品解锁全套乡村小屋家具的制作配方! ",
        icon_sprite = "spr_ui_item_setscroll_rusticcabin",
        soulbind = "forever",
        set_unlock = "rustic_cabin_set",
        tags = {
            "scroll",
            "blacklist_popup",
        },
        items = {
            "cosmetic",
        },
        value = {
            store = 1000,
        },
        name_en = "Rustic Cabin Scroll Bundle",
        description_en = "Use this scroll to unlock the crafting recipes for the Rustic Cabin furniture set!",
        category = "furniture.rustic_cabin_set",
    },
    cabin_bed_cherry = {
        description = "盖着红色格纹被子的质朴小床。 ",
        icon_sprite = "spr_ui_item_furniture_cabin_bed_v1",
        name = "乡村小屋床",
        object = "cabin_bed_cherry",
        tags = {
            "furniture",
            "single_bed",
            "rustic_cabin_set",
        },
        recipe_key = "cabin_bed",
        crafting_level_requirement = 10,
        recipe = {
            {
                count = 40,
                item = "basic_wood",
            },
            {
                count = 5,
                item = "cattail",
            },
            {
                count = 2,
                item = "feather",
            },
            {
                count = 3,
                item = "sap",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 600,
        },
        description_en = "A rustic single bed with red plaid sheets.",
        name_en = "Rustic Cabin Bed",
        category = "furniture.rustic_cabin_set",
    },
    cabin_bed_walnut = {
        description = "盖着蓝色格纹被子的质朴小床。 ",
        icon_sprite = "spr_ui_item_furniture_cabin_bed_v2",
        name = "乡村小屋床",
        object = "cabin_bed_walnut",
        tags = {
            "furniture",
            "single_bed",
            "rustic_cabin_set",
        },
        recipe_key = "cabin_bed",
        crafting_level_requirement = 10,
        recipe = {
            {
                count = 40,
                item = "basic_wood",
            },
            {
                count = 5,
                item = "cattail",
            },
            {
                count = 2,
                item = "feather",
            },
            {
                count = 3,
                item = "sap",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 600,
        },
        description_en = "A rustic single bed with blue plaid sheets.",
        name_en = "Rustic Cabin Bed",
        category = "furniture.rustic_cabin_set",
    },
    cabin_bed_oak = {
        description = "盖着黄色格纹被子的质朴小床。 ",
        icon_sprite = "spr_ui_item_furniture_cabin_bed_v3",
        name = "乡村小屋床",
        object = "cabin_bed_oak",
        tags = {
            "furniture",
            "single_bed",
            "rustic_cabin_set",
        },
        recipe_key = "cabin_bed",
        crafting_level_requirement = 10,
        recipe = {
            {
                count = 40,
                item = "basic_wood",
            },
            {
                count = 5,
                item = "cattail",
            },
            {
                count = 2,
                item = "feather",
            },
            {
                count = 3,
                item = "sap",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 600,
        },
        description_en = "A rustic single bed with yellow plaid sheets.",
        name_en = "Rustic Cabin Bed",
        category = "furniture.rustic_cabin_set",
    },
    cabin_bookshelf_cherry = {
        description = "质朴的樱桃木书架。 ",
        icon_sprite = "spr_ui_item_furniture_cabin_bookshelf_v1",
        name = "乡村小屋书架",
        object = "cabin_bookshelf_red",
        tags = {
            "furniture",
            "bookshelf",
            "rustic_cabin_set",
        },
        recipe_key = "cabin_bookshelf",
        crafting_level_requirement = 4,
        recipe = {
            {
                count = 35,
                item = "basic_wood",
            },
            {
                count = 5,
                item = "paper",
            },
            {
                count = 1,
                item = "sap",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 350,
        },
        description_en = "A rustic cherry bookshelf.",
        name_en = "Rustic Cabin Bookshelf",
        category = "furniture.rustic_cabin_set",
    },
    cabin_bookshelf_walnut = {
        description = "质朴的胡桃木书架。 ",
        icon_sprite = "spr_ui_item_furniture_cabin_bookshelf_v2",
        name = "乡村小屋书架",
        object = "cabin_bookshelf_dark",
        tags = {
            "furniture",
            "bookshelf",
            "rustic_cabin_set",
        },
        recipe_key = "cabin_bookshelf",
        crafting_level_requirement = 4,
        recipe = {
            {
                count = 35,
                item = "basic_wood",
            },
            {
                count = 5,
                item = "paper",
            },
            {
                count = 1,
                item = "sap",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 350,
        },
        description_en = "A rustic walnut bookshelf.",
        name_en = "Rustic Cabin Bookshelf",
        category = "furniture.rustic_cabin_set",
    },
    cabin_bookshelf_oak = {
        description = "质朴的橡木书架。 ",
        icon_sprite = "spr_ui_item_furniture_cabin_bookshelf_v3",
        name = "乡村小屋书架",
        object = "cabin_bookshelf_light",
        tags = {
            "furniture",
            "bookshelf",
            "rustic_cabin_set",
        },
        recipe_key = "cabin_bookshelf",
        crafting_level_requirement = 4,
        recipe = {
            {
                count = 35,
                item = "basic_wood",
            },
            {
                count = 5,
                item = "paper",
            },
            {
                count = 1,
                item = "sap",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 350,
        },
        description_en = "A rustic oak bookshelf.",
        name_en = "Rustic Cabin Bookshelf",
        category = "furniture.rustic_cabin_set",
    },
    cabin_chair_cherry = {
        description = "质朴的樱桃木椅子。 ",
        icon_sprite = "spr_ui_item_furniture_cabin_chair_v1",
        name = "乡村小屋椅子",
        object = "cabin_chair_cherry",
        tags = {
            "furniture",
            "stool",
            "rustic_cabin_set",
        },
        recipe_key = "cabin_chair",
        crafting_level_requirement = 4,
        recipe = {
            {
                count = 25,
                item = "basic_wood",
            },
            {
                count = 5,
                item = "cattail",
            },
            {
                count = 3,
                item = "sap",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 200,
        },
        description_en = "A rustic cherry chair.",
        name_en = "Rustic Cabin Chair",
        category = "furniture.rustic_cabin_set",
    },
    cabin_chair_walnut = {
        description = "质朴的胡桃木椅子。 ",
        icon_sprite = "spr_ui_item_furniture_cabin_chair_v2",
        name = "乡村小屋椅子",
        object = "cabin_chair_walnut",
        tags = {
            "furniture",
            "stool",
            "rustic_cabin_set",
        },
        recipe_key = "cabin_chair",
        crafting_level_requirement = 4,
        recipe = {
            {
                count = 25,
                item = "basic_wood",
            },
            {
                count = 5,
                item = "cattail",
            },
            {
                count = 3,
                item = "sap",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 200,
        },
        description_en = "A rustic walnut chair.",
        name_en = "Rustic Cabin Chair",
        category = "furniture.rustic_cabin_set",
    },
    cabin_chair_oak = {
        description = "质朴的橡木椅子。 ",
        icon_sprite = "spr_ui_item_furniture_cabin_chair_v3",
        name = "乡村小屋椅子",
        object = "cabin_chair_oak",
        tags = {
            "furniture",
            "stool",
            "rustic_cabin_set",
        },
        recipe_key = "cabin_chair",
        crafting_level_requirement = 4,
        recipe = {
            {
                count = 25,
                item = "basic_wood",
            },
            {
                count = 5,
                item = "cattail",
            },
            {
                count = 3,
                item = "sap",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 200,
        },
        description_en = "A rustic oak chair.",
        name_en = "Rustic Cabin Chair",
        category = "furniture.rustic_cabin_set",
    },
    cabin_bed_double_cherry = {
        description = "盖着红色格纹被子的质朴双人床。 ",
        icon_sprite = "spr_ui_item_furniture_cabin_double_bed_v1",
        name = "乡村小屋双人床",
        object = "cabin_double_bed_cherry",
        tags = {
            "furniture",
            "double_bed",
            "rustic_cabin_set",
        },
        recipe_key = "cabin_bed_double",
        crafting_level_requirement = 12,
        recipe = {
            {
                count = 60,
                item = "basic_wood",
            },
            {
                count = 4,
                item = "hard_wood",
            },
            {
                count = 5,
                item = "cattail",
            },
            {
                count = 5,
                item = "feather",
            },
            {
                count = 6,
                item = "sap",
            },
            {
                hours = 0,
                minutes = 50,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 800,
        },
        description_en = "A rustic double bed with red plaid sheets.",
        name_en = "Rustic Cabin Double Bed",
        category = "furniture.rustic_cabin_set",
    },
    cabin_bed_double_walnut = {
        description = "盖着蓝色格纹被子的质朴双人床。 ",
        icon_sprite = "spr_ui_item_furniture_cabin_double_bed_v2",
        name = "乡村小屋双人床",
        object = "cabin_double_bed_walnut",
        tags = {
            "furniture",
            "double_bed",
            "rustic_cabin_set",
        },
        recipe_key = "cabin_bed_double",
        crafting_level_requirement = 12,
        recipe = {
            {
                count = 60,
                item = "basic_wood",
            },
            {
                count = 4,
                item = "hard_wood",
            },
            {
                count = 5,
                item = "cattail",
            },
            {
                count = 5,
                item = "feather",
            },
            {
                count = 6,
                item = "sap",
            },
            {
                hours = 0,
                minutes = 50,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 800,
        },
        description_en = "A rustic double bed with blue plaid sheets.",
        name_en = "Rustic Cabin Double Bed",
        category = "furniture.rustic_cabin_set",
    },
    cabin_bed_double_oak = {
        description = "盖着黄色格纹被子的质朴双人床。 ",
        icon_sprite = "spr_ui_item_furniture_cabin_double_bed_v3",
        name = "乡村小屋双人床",
        object = "cabin_double_bed_oak",
        tags = {
            "furniture",
            "double_bed",
            "rustic_cabin_set",
        },
        recipe_key = "cabin_bed_double",
        crafting_level_requirement = 12,
        recipe = {
            {
                count = 60,
                item = "basic_wood",
            },
            {
                count = 4,
                item = "hard_wood",
            },
            {
                count = 5,
                item = "cattail",
            },
            {
                count = 5,
                item = "feather",
            },
            {
                count = 6,
                item = "sap",
            },
            {
                hours = 0,
                minutes = 50,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 800,
        },
        description_en = "A rustic double bed with yellow plaid sheets.",
        name_en = "Rustic Cabin Double Bed",
        category = "furniture.rustic_cabin_set",
    },
    cabin_dresser_cherry = {
        description = "质朴的樱桃木矮衣柜。 ",
        icon_sprite = "spr_ui_item_furniture_cabin_dresser_v1",
        name = "乡村小屋矮衣柜",
        object = "cabin_dresser_cherry",
        tags = {
            "furniture",
            "drawer",
            "rustic_cabin_set",
        },
        recipe_key = "cabin_dresser",
        crafting_level_requirement = 8,
        recipe = {
            {
                count = 30,
                item = "basic_wood",
            },
            {
                count = 5,
                item = "ore_stone",
            },
            {
                count = 5,
                item = "sap",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 200,
        },
        description_en = "A rustic cherry dresser.",
        name_en = "Rustic Cabin Dresser",
        category = "furniture.rustic_cabin_set",
    },
    cabin_dresser_walnut = {
        description = "质朴的胡桃木矮衣柜。 ",
        icon_sprite = "spr_ui_item_furniture_cabin_dresser_v2",
        name = "乡村小屋矮衣柜",
        object = "cabin_dresser_walnut",
        tags = {
            "furniture",
            "drawer",
            "rustic_cabin_set",
        },
        recipe_key = "cabin_dresser",
        crafting_level_requirement = 8,
        recipe = {
            {
                count = 30,
                item = "basic_wood",
            },
            {
                count = 5,
                item = "ore_stone",
            },
            {
                count = 5,
                item = "sap",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 200,
        },
        description_en = "A rustic walnut dresser.",
        name_en = "Rustic Cabin Dresser",
        category = "furniture.rustic_cabin_set",
    },
    cabin_dresser_oak = {
        description = "质朴的橡木矮衣柜。 ",
        icon_sprite = "spr_ui_item_furniture_cabin_dresser_v3",
        name = "乡村小屋矮衣柜",
        object = "cabin_dresser_oak",
        tags = {
            "furniture",
            "drawer",
            "rustic_cabin_set",
        },
        recipe_key = "cabin_dresser",
        crafting_level_requirement = 8,
        recipe = {
            {
                count = 30,
                item = "basic_wood",
            },
            {
                count = 5,
                item = "ore_stone",
            },
            {
                count = 5,
                item = "sap",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 200,
        },
        description_en = "A rustic oak dresser.",
        name_en = "Rustic Cabin Dresser",
        category = "furniture.rustic_cabin_set",
    },
    cabin_firewood_cherry = {
        description = "一堆整齐的樱桃柴。 ",
        icon_sprite = "spr_ui_item_furniture_cabin_firewood_v1",
        name = "乡村小屋柴堆",
        object = "cabin_firewood_cherry",
        tags = {
            "furniture",
            "misc_furniture",
            "rustic_cabin_set",
        },
        recipe_key = "cabin_firewood",
        crafting_level_requirement = 4,
        recipe = {
            {
                count = 30,
                item = "basic_wood",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 150,
        },
        description_en = "A neat stack of cherry firewood.",
        name_en = "Rustic Cabin Firewood",
        category = "furniture.rustic_cabin_set",
    },
    cabin_firewood_walnut = {
        description = "一堆整齐的胡桃木柴。 ",
        icon_sprite = "spr_ui_item_furniture_cabin_firewood_v2",
        name = "乡村小屋柴堆",
        object = "cabin_firewood_walnut",
        tags = {
            "furniture",
            "misc_furniture",
            "rustic_cabin_set",
        },
        recipe_key = "cabin_firewood",
        crafting_level_requirement = 4,
        recipe = {
            {
                count = 30,
                item = "basic_wood",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 150,
        },
        description_en = "A neat stack of walnut firewood.",
        name_en = "Rustic Cabin Firewood",
        category = "furniture.rustic_cabin_set",
    },
    cabin_firewood_oak = {
        description = "一堆整齐的橡木柴。 ",
        icon_sprite = "spr_ui_item_furniture_cabin_firewood_v3",
        name = "乡村小屋柴堆",
        object = "cabin_firewood_oak",
        tags = {
            "furniture",
            "misc_furniture",
            "rustic_cabin_set",
        },
        recipe_key = "cabin_firewood",
        crafting_level_requirement = 4,
        recipe = {
            {
                count = 30,
                item = "basic_wood",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 150,
        },
        description_en = "A neat stack of oak firewood.",
        name_en = "Rustic Cabin Firewood",
        category = "furniture.rustic_cabin_set",
    },
    cabin_flooring_cherry = {
        description = "质朴的家用樱桃木地板。 ",
        icon_sprite = "spr_ui_item_furniture_cabin_flooring_v1",
        name = "乡村小屋地板",
        flooring = "cabin_v1",
        crafting_preview_sprite = "spr_ui_furniture_cabin_floor_v1_preview",
        tags = {
            "furniture",
            "wood_flooring",
            "rustic_cabin_set",
        },
        recipe_key = "cabin_flooring",
        crafting_level_requirement = 2,
        recipe = {
            {
                count = 25,
                item = "basic_wood",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 100,
        },
        description_en = "Rustic cherry flooring for your home.",
        name_en = "Rustic Cabin Flooring",
        category = "furniture.rustic_cabin_set",
    },
    cabin_flooring_walnut = {
        description = "质朴的家用胡桃木地板。 ",
        icon_sprite = "spr_ui_item_furniture_cabin_flooring_v2",
        name = "乡村小屋地板",
        flooring = "cabin_v2",
        crafting_preview_sprite = "spr_ui_furniture_cabin_floor_v2_preview",
        tags = {
            "furniture",
            "wood_flooring",
            "rustic_cabin_set",
        },
        recipe_key = "cabin_flooring",
        crafting_level_requirement = 2,
        recipe = {
            {
                count = 25,
                item = "basic_wood",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 100,
        },
        description_en = "Rustic walnut flooring for your home.",
        name_en = "Rustic Cabin Flooring",
        category = "furniture.rustic_cabin_set",
    },
    cabin_flooring_oak = {
        description = "质朴的家用橡木地板。 ",
        icon_sprite = "spr_ui_item_furniture_cabin_flooring_v3",
        name = "乡村小屋地板",
        flooring = "cabin_v3",
        crafting_preview_sprite = "spr_ui_furniture_cabin_floor_v3_preview",
        tags = {
            "furniture",
            "wood_flooring",
            "rustic_cabin_set",
        },
        recipe_key = "cabin_flooring",
        crafting_level_requirement = 2,
        recipe = {
            {
                count = 25,
                item = "basic_wood",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 100,
        },
        description_en = "Rustic oak flooring for your home.",
        name_en = "Rustic Cabin Flooring",
        category = "furniture.rustic_cabin_set",
    },
    cabin_lamp_cherry = {
        description = "红色的质朴桌灯。 ",
        icon_sprite = "spr_ui_item_furniture_cabin_lamp_v1",
        name = "乡村小屋桌灯",
        object = "cabin_lamp_red",
        tags = {
            "furniture",
            "table_lighting",
            "rustic_cabin_set",
        },
        recipe_key = "cabin_lamp",
        crafting_level_requirement = 2,
        recipe = {
            {
                count = 15,
                item = "basic_wood",
            },
            {
                count = 1,
                item = "copper_ingot",
            },
            {
                count = 1,
                item = "monster_core",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 400,
        },
        description_en = "A rustic lamp with a red lampshade.",
        name_en = "Rustic Cabin Lamp",
        category = "furniture.rustic_cabin_set",
    },
    cabin_lamp_walnut = {
        description = "蓝色的质朴桌灯。 ",
        icon_sprite = "spr_ui_item_furniture_cabin_lamp_v2",
        name = "乡村小屋桌灯",
        object = "cabin_lamp_blue",
        tags = {
            "furniture",
            "table_lighting",
            "rustic_cabin_set",
        },
        recipe_key = "cabin_lamp",
        crafting_level_requirement = 2,
        recipe = {
            {
                count = 15,
                item = "basic_wood",
            },
            {
                count = 1,
                item = "copper_ingot",
            },
            {
                count = 1,
                item = "monster_core",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 400,
        },
        description_en = "A rustic lamp with a blue lampshade.",
        name_en = "Rustic Cabin Lamp",
        category = "furniture.rustic_cabin_set",
    },
    cabin_lamp_oak = {
        description = "黄色的质朴桌灯。 ",
        icon_sprite = "spr_ui_item_furniture_cabin_lamp_v3",
        name = "乡村小屋桌灯",
        object = "cabin_lamp_yellow",
        tags = {
            "furniture",
            "table_lighting",
            "rustic_cabin_set",
        },
        recipe_key = "cabin_lamp",
        crafting_level_requirement = 2,
        recipe = {
            {
                count = 15,
                item = "basic_wood",
            },
            {
                count = 1,
                item = "copper_ingot",
            },
            {
                count = 1,
                item = "monster_core",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 400,
        },
        description_en = "A rustic lamp with a yellow lampshade.",
        name_en = "Rustic Cabin Lamp",
        category = "furniture.rustic_cabin_set",
    },
    cabin_nightstand_cherry = {
        description = "质朴的樱桃木床头柜。 ",
        icon_sprite = "spr_ui_item_furniture_cabin_nightstand_v1",
        name = "乡村小屋床头柜",
        object = "cabin_nightstand_cherry",
        tags = {
            "furniture",
            "nightstand",
            "rustic_cabin_set",
        },
        recipe_key = "cabin_nightstand",
        crafting_level_requirement = 4,
        recipe = {
            {
                count = 30,
                item = "basic_wood",
            },
            {
                count = 5,
                item = "ore_stone",
            },
            {
                count = 5,
                item = "sap",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 200,
        },
        description_en = "A rustic cherry nightstand.",
        name_en = "Rustic Cabin Nightstand",
        category = "furniture.rustic_cabin_set",
    },
    cabin_nightstand_walnut = {
        description = "质朴的胡桃木床头柜。 ",
        icon_sprite = "spr_ui_item_furniture_cabin_nightstand_v2",
        name = "乡村小屋床头柜",
        object = "cabin_nightstand_walnut",
        tags = {
            "furniture",
            "nightstand",
            "rustic_cabin_set",
        },
        recipe_key = "cabin_nightstand",
        crafting_level_requirement = 4,
        recipe = {
            {
                count = 30,
                item = "basic_wood",
            },
            {
                count = 5,
                item = "ore_stone",
            },
            {
                count = 5,
                item = "sap",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 200,
        },
        description_en = "A rustic walnut nightstand.",
        name_en = "Rustic Cabin Nightstand",
        category = "furniture.rustic_cabin_set",
    },
    cabin_nightstand_oak = {
        description = "质朴的橡木床头柜。 ",
        icon_sprite = "spr_ui_item_furniture_cabin_nightstand_v3",
        name = "乡村小屋床头柜",
        object = "cabin_nightstand_oak",
        tags = {
            "furniture",
            "nightstand",
            "rustic_cabin_set",
        },
        recipe_key = "cabin_nightstand",
        crafting_level_requirement = 4,
        recipe = {
            {
                count = 30,
                item = "basic_wood",
            },
            {
                count = 5,
                item = "ore_stone",
            },
            {
                count = 5,
                item = "sap",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 200,
        },
        description_en = "A rustic oak nightstand.",
        name_en = "Rustic Cabin Nightstand",
        category = "furniture.rustic_cabin_set",
    },
    cabin_stove_cherry = {
        description = "高大质朴的柴火炉。 ",
        icon_sprite = "spr_ui_item_furniture_cabin_stove_v1",
        name = "乡村小屋火炉",
        object = "cabin_stove_tall",
        tags = {
            "furniture",
            "misc_furniture",
            "rustic_cabin_set",
        },
        recipe_key = "cabin_stove",
        crafting_level_requirement = 4,
        recipe = {
            {
                count = 1,
                item = "iron_ingot",
            },
            {
                count = 30,
                item = "ore_stone",
            },
            {
                count = 5,
                item = "peat",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 600,
        },
        description_en = "A tall rustic wood burning stove.",
        name_en = "Rustic Cabin Stove",
        category = "furniture.rustic_cabin_set",
    },
    cabin_stove_walnut = {
        description = "低矮质朴的柴火炉。 ",
        icon_sprite = "spr_ui_item_furniture_cabin_stove_v2",
        name = "乡村小屋火炉",
        object = "cabin_stove_short",
        tags = {
            "furniture",
            "misc_furniture",
            "rustic_cabin_set",
        },
        recipe_key = "cabin_stove",
        crafting_level_requirement = 4,
        recipe = {
            {
                count = 1,
                item = "iron_ingot",
            },
            {
                count = 30,
                item = "ore_stone",
            },
            {
                count = 5,
                item = "peat",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 600,
        },
        description_en = "A short rustic wood burning stove.",
        name_en = "Rustic Cabin Stove",
        category = "furniture.rustic_cabin_set",
    },
    cabin_table_cherry = {
        description = "质朴的樱桃木桌。 ",
        icon_sprite = "spr_ui_item_furniture_cabin_table_v1",
        name = "乡村小屋桌子",
        object = "cabin_table_cherry",
        tags = {
            "furniture",
            "dining_table",
            "rustic_cabin_set",
        },
        recipe_key = "cabin_table",
        crafting_level_requirement = 8,
        recipe = {
            {
                count = 30,
                item = "basic_wood",
            },
            {
                count = 10,
                item = "ore_stone",
            },
            {
                count = 3,
                item = "sap",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 450,
        },
        description_en = "A rustic cherry wooden table.",
        name_en = "Rustic Cabin Table",
        category = "furniture.rustic_cabin_set",
    },
    cabin_table_walnut = {
        description = "质朴的胡桃木桌。 ",
        icon_sprite = "spr_ui_item_furniture_cabin_table_v2",
        name = "乡村小屋桌子",
        object = "cabin_table_walnut",
        tags = {
            "furniture",
            "dining_table",
            "rustic_cabin_set",
        },
        recipe_key = "cabin_table",
        crafting_level_requirement = 8,
        recipe = {
            {
                count = 30,
                item = "basic_wood",
            },
            {
                count = 10,
                item = "ore_stone",
            },
            {
                count = 3,
                item = "sap",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 450,
        },
        description_en = "A rustic walnut wooden table.",
        name_en = "Rustic Cabin Table",
        category = "furniture.rustic_cabin_set",
    },
    cabin_table_oak = {
        description = "质朴的橡木桌。 ",
        icon_sprite = "spr_ui_item_furniture_cabin_table_v3",
        name = "乡村小屋桌子",
        object = "cabin_table_oak",
        tags = {
            "furniture",
            "dining_table",
            "rustic_cabin_set",
        },
        recipe_key = "cabin_table",
        crafting_level_requirement = 8,
        recipe = {
            {
                count = 30,
                item = "basic_wood",
            },
            {
                count = 10,
                item = "ore_stone",
            },
            {
                count = 3,
                item = "sap",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 450,
        },
        description_en = "A rustic oak wooden table.",
        name_en = "Rustic Cabin Table",
        category = "furniture.rustic_cabin_set",
    },
    cabin_wall_shelf_cherry = {
        description = "放着红色小罐的质朴木壁架。 ",
        icon_sprite = "spr_ui_item_furniture_cabin_wall_shelf_v1",
        name = "乡村小屋壁架",
        object = "cabin_wall_shelf_red",
        tags = {
            "furniture",
            "wall_shelf",
            "rustic_cabin_set",
        },
        recipe_key = "cabin_wall_shelf",
        crafting_level_requirement = 2,
        recipe = {
            {
                count = 20,
                item = "basic_wood",
            },
            {
                count = 3,
                item = "clay",
            },
            {
                count = 3,
                item = "sod",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 160,
        },
        description_en = "A rustic wooden wall shelf with a small red pot.",
        name_en = "Rustic Cabin Wall Shelf",
        category = "furniture.rustic_cabin_set",
    },
    cabin_wall_shelf_walnut = {
        description = "放着蓝色小罐的质朴木壁架。 ",
        icon_sprite = "spr_ui_item_furniture_cabin_wall_shelf_v2",
        name = "乡村小屋壁架",
        object = "cabin_wall_shelf_blue",
        tags = {
            "furniture",
            "wall_shelf",
            "rustic_cabin_set",
        },
        recipe_key = "cabin_wall_shelf",
        crafting_level_requirement = 2,
        recipe = {
            {
                count = 20,
                item = "basic_wood",
            },
            {
                count = 3,
                item = "clay",
            },
            {
                count = 3,
                item = "sod",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 160,
        },
        description_en = "A rustic wooden wall shelf with a small blue pot.",
        name_en = "Rustic Cabin Wall Shelf",
        category = "furniture.rustic_cabin_set",
    },
    cabin_wall_shelf_oak = {
        description = "放着黄色小罐的质朴木壁架。 ",
        icon_sprite = "spr_ui_item_furniture_cabin_wall_shelf_v3",
        name = "乡村小屋壁架",
        object = "cabin_wall_shelf_yellow",
        tags = {
            "furniture",
            "wall_shelf",
            "rustic_cabin_set",
        },
        recipe_key = "cabin_wall_shelf",
        crafting_level_requirement = 2,
        recipe = {
            {
                count = 20,
                item = "basic_wood",
            },
            {
                count = 3,
                item = "clay",
            },
            {
                count = 3,
                item = "sod",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 160,
        },
        description_en = "A rustic wooden wall shelf with a small yellow pot.",
        name_en = "Rustic Cabin Wall Shelf",
        category = "furniture.rustic_cabin_set",
    },
    cabin_wall_window_cherry = {
        description = "质朴的樱桃木窗户。 ",
        icon_sprite = "spr_ui_item_furniture_cabin_wall_window_v1",
        name = "乡村小屋窗户",
        object = "cabin_wall_window_cherry",
        tags = {
            "furniture",
            "window",
            "rustic_cabin_set",
        },
        recipe_key = "cabin_wall_window",
        crafting_level_requirement = 6,
        recipe = {
            {
                count = 15,
                item = "basic_wood",
            },
            {
                count = 1,
                item = "copper_ingot",
            },
            {
                count = 5,
                item = "glass",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 350,
        },
        description_en = "A rustic cherry window.",
        name_en = "Rustic Cabin Window",
        category = "furniture.rustic_cabin_set",
    },
    cabin_wall_window_walnut = {
        description = "质朴的胡桃木窗户。 ",
        icon_sprite = "spr_ui_item_furniture_cabin_wall_window_v2",
        name = "乡村小屋窗户",
        object = "cabin_wall_window_walnut",
        tags = {
            "furniture",
            "window",
            "rustic_cabin_set",
        },
        recipe_key = "cabin_wall_window",
        crafting_level_requirement = 6,
        recipe = {
            {
                count = 15,
                item = "basic_wood",
            },
            {
                count = 1,
                item = "copper_ingot",
            },
            {
                count = 5,
                item = "glass",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 350,
        },
        description_en = "A rustic walnut window.",
        name_en = "Rustic Cabin Window",
        category = "furniture.rustic_cabin_set",
    },
    cabin_wall_window_oak = {
        description = "质朴的橡木窗户。 ",
        icon_sprite = "spr_ui_item_furniture_cabin_wall_window_v3",
        name = "乡村小屋窗户",
        object = "cabin_wall_window_oak",
        tags = {
            "furniture",
            "window",
            "rustic_cabin_set",
        },
        recipe_key = "cabin_wall_window",
        crafting_level_requirement = 6,
        recipe = {
            {
                count = 15,
                item = "basic_wood",
            },
            {
                count = 1,
                item = "copper_ingot",
            },
            {
                count = 5,
                item = "glass",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 350,
        },
        description_en = "A rustic oak window.",
        name_en = "Rustic Cabin Window",
        category = "furniture.rustic_cabin_set",
    },
    cabin_wallpaper_cherry = {
        description = "质朴的家用樱桃木墙纸。 ",
        icon_sprite = "spr_ui_item_furniture_cabin_wallpaper_v1",
        name = "乡村小屋墙纸",
        wallpaper = "cabin_v1",
        door_mold = "spr_carpenter_house_f2_doorway2_spring",
        crafting_preview_sprite = "spr_ui_furniture_cabin_wall_v1_preview",
        tags = {
            "furniture",
            "wallpaper",
            "rustic_cabin_set",
        },
        recipe_key = "cabin_wallpaper",
        crafting_level_requirement = 4,
        recipe = {
            {
                count = 5,
                item = "paper",
            },
            {
                count = 15,
                item = "basic_wood",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 240,
        },
        description_en = "Rustic cherry wallpaper for your home.",
        name_en = "Rustic Cabin Wallpaper",
        category = "furniture.rustic_cabin_set",
    },
    cabin_wallpaper_walnut = {
        description = "质朴的家用胡桃木墙纸。 ",
        icon_sprite = "spr_ui_item_furniture_cabin_wallpaper_v2",
        name = "乡村小屋墙纸",
        wallpaper = "cabin_v2",
        door_mold = "spr_carpenter_house_f2_doorway2_spring",
        crafting_preview_sprite = "spr_ui_furniture_cabin_wall_v2_preview",
        tags = {
            "furniture",
            "wallpaper",
            "rustic_cabin_set",
        },
        recipe_key = "cabin_wallpaper",
        crafting_level_requirement = 4,
        recipe = {
            {
                count = 5,
                item = "paper",
            },
            {
                count = 15,
                item = "basic_wood",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 240,
        },
        description_en = "Rustic walnut wallpaper for your home.",
        name_en = "Rustic Cabin Wallpaper",
        category = "furniture.rustic_cabin_set",
    },
    cabin_wallpaper_oak = {
        description = "质朴的家用橡木墙纸。 ",
        icon_sprite = "spr_ui_item_furniture_cabin_wallpaper_v3",
        name = "乡村小屋墙纸",
        wallpaper = "cabin_v3",
        door_mold = "spr_carpenter_house_f2_doorway2_spring",
        crafting_preview_sprite = "spr_ui_furniture_cabin_wall_v3_preview",
        tags = {
            "furniture",
            "wallpaper",
            "rustic_cabin_set",
        },
        recipe_key = "cabin_wallpaper",
        crafting_level_requirement = 4,
        recipe = {
            {
                count = 5,
                item = "paper",
            },
            {
                count = 15,
                item = "basic_wood",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 240,
        },
        description_en = "Rustic oak wallpaper for your home.",
        name_en = "Rustic Cabin Wallpaper",
        category = "furniture.rustic_cabin_set",
    },
    spring_bed_orange = {
        icon_sprite = "spr_ui_item_furniture_spring_bed_orange",
        name = "春日小床",
        description = "以春天为主题的床, 盖着黄色的花瓣图案被子。 ",
        object = "spring_bed_orange",
        tags = {
            "furniture",
            "single_bed",
            "spring_set",
        },
        recipe_key = "spring_bed",
        crafting_level_requirement = 6,
        recipe = {
            {
                count = 40,
                item = "basic_wood",
            },
            {
                count = 5,
                item = "cattail",
            },
            {
                count = 1,
                item = "daffodil",
            },
            {
                count = 3,
                item = "sap",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Spring Bed",
        description_en = "A spring themed bed with yellow petal patterned sheets.",
        category = "furniture.spring_set",
    },
    spring_double_bed_orange = {
        icon_sprite = "spr_ui_item_furniture_spring_double_bed_orange",
        name = "春日双人床",
        description = "以春天为主题的双人床, 盖着黄色的花瓣图案被子。 ",
        object = "spring_double_bed_orange",
        tags = {
            "furniture",
            "double_bed",
            "spring_set",
        },
        recipe_key = "spring_double_bed",
        crafting_level_requirement = 8,
        recipe = {
            {
                count = 60,
                item = "basic_wood",
            },
            {
                count = 4,
                item = "hard_wood",
            },
            {
                count = 5,
                item = "cattail",
            },
            {
                count = 2,
                item = "daffodil",
            },
            {
                count = 6,
                item = "sap",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Spring Double Bed",
        description_en = "A spring themed double bed with yellow petal patterned sheets.",
        category = "furniture.spring_set",
    },
    spring_flooring_orange = {
        icon_sprite = "spr_ui_item_furniture_spring_flooring_orange",
        name = "春日地板",
        description = "浅浅的黄橙色木地板。 ",
        flooring = "spring_orange",
        crafting_preview_sprite = "spr_ui_furniture_spring_floor_orange_preview",
        tags = {
            "furniture",
            "wood_flooring",
            "spring_set",
        },
        recipe_key = "spring_flooring",
        crafting_level_requirement = 1,
        recipe = {
            {
                count = 20,
                item = "basic_wood",
            },
            {
                count = 1,
                item = "ore_copper",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Spring Flooring",
        description_en = "Light yellow-orange wood flooring.",
        category = "furniture.spring_set",
    },
    spring_lamp_orange = {
        icon_sprite = "spr_ui_item_furniture_spring_lamp_orange",
        name = "春日桌灯",
        description = "黄色花瓶模样的桌灯。 ",
        object = "spring_lamp_orange",
        tags = {
            "furniture",
            "table_lighting",
            "spring_set",
        },
        recipe_key = "spring_lamp",
        crafting_level_requirement = 2,
        recipe = {
            {
                count = 3,
                item = "clay",
            },
            {
                count = 3,
                item = "glass",
            },
            {
                count = 1,
                item = "monster_core",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Spring Lamp",
        description_en = "A yellow lamp in the shape of a vase of flowers.",
        category = "furniture.spring_set",
    },
    spring_potted_tree_orange = {
        icon_sprite = "spr_ui_item_furniture_spring_potted_tree_orange",
        name = "春日盆栽树",
        description = "橙黄色的花盆中, 树枝开满了花。 ",
        object = "spring_potted_tree_orange",
        tags = {
            "furniture",
            "potted_tree",
            "spring_set",
        },
        recipe_key = "spring_potted_tree",
        crafting_level_requirement = 4,
        recipe = {
            {
                count = 2,
                item = "clay",
            },
            {
                count = 2,
                item = "sod",
            },
            {
                count = 2,
                item = "small_grass_starter",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Spring Potted Tree",
        description_en = "A flowering tree in a yellow-orange pot.",
        category = "furniture.spring_set",
    },
    spring_rug_orange = {
        icon_sprite = "spr_ui_item_furniture_spring_rug_orange",
        name = "春日花朵地毯",
        description = "黄色的花朵形状地毯。 ",
        object = "spring_rug_orange",
        tags = {
            "furniture",
            "medium_rug",
            "spring_set",
        },
        recipe_key = "spring_rug",
        crafting_level_requirement = 1,
        recipe = {
            {
                count = 10,
                item = "fiber",
            },
            {
                count = 2,
                item = "feather",
            },
            {
                count = 1,
                item = "daffodil",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Spring Flower Rug",
        description_en = "A yellow rug in the shape of a flower.",
        category = "furniture.spring_set",
    },
    spring_sofa_orange = {
        icon_sprite = "spr_ui_item_furniture_spring_sofa_orange",
        name = "春日沙发",
        description = "漂亮的黄色沙发。 ",
        object = "spring_sofa_orange",
        tags = {
            "furniture",
            "sofa",
            "spring_set",
        },
        recipe_key = "spring_sofa",
        crafting_level_requirement = 6,
        recipe = {
            {
                count = 30,
                item = "basic_wood",
            },
            {
                count = 5,
                item = "cattail",
            },
            {
                count = 1,
                item = "daffodil",
            },
            {
                count = 3,
                item = "sap",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Spring Sofa",
        description_en = "A pretty yellow sofa.",
        category = "furniture.spring_set",
    },
    spring_wallpaper_orange = {
        icon_sprite = "spr_ui_item_furniture_spring_wallpaper_orange",
        name = "春日墙纸",
        description = "飘着浅黄橙色花瓣的墙纸。 ",
        wallpaper = "spring_orange",
        door_mold = "spr_carpenter_house_f2_doorway2_spring",
        crafting_preview_sprite = "spr_ui_furniture_spring_wall_orange_preview",
        tags = {
            "furniture",
            "wallpaper",
            "spring_set",
        },
        recipe_key = "spring_wallpaper",
        crafting_level_requirement = 2,
        recipe = {
            {
                count = 5,
                item = "paper",
            },
            {
                count = 3,
                item = "daffodil",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Spring Wallpaper",
        description_en = "A light yellow-orange petal patterned wallpaper.",
        category = "furniture.spring_set",
    },
    spring_bed_pink = {
        icon_sprite = "spr_ui_item_furniture_spring_bed_pink",
        name = "春日小床",
        description = "以春天为主题的床, 盖着粉色的花瓣图案被子。 ",
        object = "spring_bed_pink",
        tags = {
            "furniture",
            "single_bed",
            "spring_set",
        },
        recipe_key = "spring_bed",
        crafting_level_requirement = 6,
        recipe = {
            {
                count = 40,
                item = "basic_wood",
            },
            {
                count = 5,
                item = "cattail",
            },
            {
                count = 1,
                item = "tulip",
            },
            {
                count = 3,
                item = "sap",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Spring Bed",
        description_en = "A spring themed bed with pink petal patterned sheets.",
        category = "furniture.spring_set",
    },
    spring_double_bed_pink = {
        icon_sprite = "spr_ui_item_furniture_spring_double_bed_pink",
        name = "春日双人床",
        description = "以春天为主题的双人床, 盖着粉色的花瓣图案被子。 ",
        object = "spring_double_bed_pink",
        tags = {
            "furniture",
            "double_bed",
            "spring_set",
        },
        recipe_key = "spring_double_bed",
        crafting_level_requirement = 8,
        recipe = {
            {
                count = 60,
                item = "basic_wood",
            },
            {
                count = 4,
                item = "hard_wood",
            },
            {
                count = 5,
                item = "cattail",
            },
            {
                count = 2,
                item = "tulip",
            },
            {
                count = 6,
                item = "sap",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Spring Double Bed",
        description_en = "A spring themed double bed with pink petal patterned sheets.",
        category = "furniture.spring_set",
    },
    spring_flooring_pink = {
        icon_sprite = "spr_ui_item_furniture_spring_flooring_pink",
        name = "春日地板",
        description = "粉色木地板。 ",
        flooring = "spring_pink",
        crafting_preview_sprite = "spr_ui_furniture_spring_floor_pink_preview",
        tags = {
            "furniture",
            "wood_flooring",
            "spring_set",
        },
        recipe_key = "spring_flooring",
        crafting_level_requirement = 1,
        recipe = {
            {
                count = 20,
                item = "basic_wood",
            },
            {
                count = 1,
                item = "ore_ruby",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Spring Flooring",
        description_en = "Pink wood flooring.",
        category = "furniture.spring_set",
    },
    spring_lamp_pink = {
        icon_sprite = "spr_ui_item_furniture_spring_lamp_pink",
        name = "春日桌灯",
        description = "粉色花瓶模样的桌灯。 ",
        object = "spring_lamp_pink",
        tags = {
            "furniture",
            "table_lighting",
            "spring_set",
        },
        recipe_key = "spring_lamp",
        crafting_level_requirement = 2,
        recipe = {
            {
                count = 3,
                item = "clay",
            },
            {
                count = 3,
                item = "glass",
            },
            {
                count = 1,
                item = "monster_core",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Spring Lamp",
        description_en = "A pink lamp in the shape of a vase of flowers.",
        category = "furniture.spring_set",
    },
    spring_potted_tree_pink = {
        icon_sprite = "spr_ui_item_furniture_spring_potted_tree_pink",
        name = "春日盆栽树",
        description = "粉色的花盆中, 树枝开满了花。 ",
        object = "spring_potted_tree_pink",
        tags = {
            "furniture",
            "potted_tree",
            "spring_set",
        },
        recipe_key = "spring_potted_tree",
        crafting_level_requirement = 4,
        recipe = {
            {
                count = 2,
                item = "clay",
            },
            {
                count = 2,
                item = "sod",
            },
            {
                count = 2,
                item = "small_grass_starter",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Spring Potted Tree",
        description_en = "A flowering tree in a pink pot.",
        category = "furniture.spring_set",
    },
    spring_rug_pink = {
        icon_sprite = "spr_ui_item_furniture_spring_rug_pink",
        name = "春日花朵地毯",
        description = "浅粉色的花朵形状地毯。 ",
        object = "spring_rug_pink",
        tags = {
            "furniture",
            "medium_rug",
            "spring_set",
        },
        recipe_key = "spring_rug",
        crafting_level_requirement = 1,
        recipe = {
            {
                count = 10,
                item = "fiber",
            },
            {
                count = 2,
                item = "feather",
            },
            {
                count = 1,
                item = "tulip",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Spring Flower Rug",
        description_en = "A light pink rug in the shape of a flower.",
        category = "furniture.spring_set",
    },
    spring_sofa_pink = {
        icon_sprite = "spr_ui_item_furniture_spring_sofa_pink",
        name = "春日沙发",
        description = "漂亮的粉色沙发。 ",
        object = "spring_sofa_pink",
        tags = {
            "furniture",
            "sofa",
            "spring_set",
        },
        recipe_key = "spring_sofa",
        crafting_level_requirement = 6,
        recipe = {
            {
                count = 30,
                item = "basic_wood",
            },
            {
                count = 5,
                item = "cattail",
            },
            {
                count = 1,
                item = "lilac",
            },
            {
                count = 3,
                item = "sap",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Spring Sofa",
        description_en = "A pretty pink sofa.",
        category = "furniture.spring_set",
    },
    spring_wallpaper_pink = {
        icon_sprite = "spr_ui_item_furniture_spring_wallpaper_pink",
        name = "春日墙纸",
        description = "飘着粉色花瓣的墙纸。 ",
        wallpaper = "spring_pink",
        door_mold = "spr_carpenter_house_f2_doorway2_spring",
        crafting_preview_sprite = "spr_ui_furniture_spring_wall_pink_preview",
        tags = {
            "furniture",
            "wallpaper",
            "spring_set",
        },
        recipe_key = "spring_wallpaper",
        crafting_level_requirement = 2,
        recipe = {
            {
                count = 5,
                item = "paper",
            },
            {
                count = 3,
                item = "tulip",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Spring Wallpaper",
        description_en = "A pink petal patterned wallpaper.",
        category = "furniture.spring_set",
    },
    spring_bed_purple = {
        icon_sprite = "spr_ui_item_furniture_spring_bed_purple",
        name = "春日小床",
        description = "以春天为主题的床, 盖着紫色的花瓣图案被子。 ",
        object = "spring_bed_purple",
        tags = {
            "furniture",
            "single_bed",
            "spring_set",
        },
        recipe_key = "spring_bed",
        crafting_level_requirement = 6,
        recipe = {
            {
                count = 40,
                item = "basic_wood",
            },
            {
                count = 5,
                item = "cattail",
            },
            {
                count = 1,
                item = "lilac",
            },
            {
                count = 3,
                item = "sap",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Spring Bed",
        description_en = "A spring themed bed with purple petal patterned sheets.",
        category = "furniture.spring_set",
    },
    spring_double_bed_purple = {
        icon_sprite = "spr_ui_item_furniture_spring_double_bed_purple",
        name = "春日双人床",
        description = "以春天为主题的双人床, 盖着紫色的花瓣图案被子。 ",
        object = "spring_double_bed_purple",
        tags = {
            "furniture",
            "double_bed",
            "spring_set",
        },
        recipe_key = "spring_double_bed",
        crafting_level_requirement = 8,
        recipe = {
            {
                count = 60,
                item = "basic_wood",
            },
            {
                count = 4,
                item = "hard_wood",
            },
            {
                count = 5,
                item = "cattail",
            },
            {
                count = 2,
                item = "lilac",
            },
            {
                count = 6,
                item = "sap",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Spring Double Bed",
        description_en = "A spring themed double bed with purple petal patterned sheets.",
        category = "furniture.spring_set",
    },
    spring_flooring_purple = {
        icon_sprite = "spr_ui_item_furniture_spring_flooring_purple",
        name = "春日地板",
        description = "紫色木地板。 ",
        flooring = "spring_purple",
        crafting_preview_sprite = "spr_ui_furniture_spring_floor_purple_preview",
        tags = {
            "furniture",
            "wood_flooring",
            "spring_set",
        },
        recipe_key = "spring_flooring",
        crafting_level_requirement = 1,
        recipe = {
            {
                count = 20,
                item = "basic_wood",
            },
            {
                count = 1,
                item = "ore_sapphire",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Spring Flooring",
        description_en = "Purple wood flooring.",
        category = "furniture.spring_set",
    },
    spring_lamp_purple = {
        icon_sprite = "spr_ui_item_furniture_spring_lamp_purple",
        name = "春日桌灯",
        description = "紫色花瓶模样的桌灯。 ",
        object = "spring_lamp_purple",
        tags = {
            "furniture",
            "table_lighting",
            "spring_set",
        },
        recipe_key = "spring_lamp",
        crafting_level_requirement = 2,
        recipe = {
            {
                count = 3,
                item = "clay",
            },
            {
                count = 3,
                item = "glass",
            },
            {
                count = 1,
                item = "monster_core",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Spring Lamp",
        description_en = "A purple lamp in the shape of a vase of flowers.",
        category = "furniture.spring_set",
    },
    spring_potted_tree_purple = {
        icon_sprite = "spr_ui_item_furniture_spring_potted_tree_purple",
        name = "春日盆栽树",
        description = "紫色的花盆中, 树枝开满了花。 ",
        object = "spring_potted_tree_purple",
        tags = {
            "furniture",
            "potted_tree",
            "spring_set",
        },
        recipe_key = "spring_potted_tree",
        crafting_level_requirement = 4,
        recipe = {
            {
                count = 2,
                item = "clay",
            },
            {
                count = 2,
                item = "sod",
            },
            {
                count = 2,
                item = "small_grass_starter",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Spring Potted Tree",
        description_en = "A flowering tree in a purple pot.",
        category = "furniture.spring_set",
    },
    spring_rug_purple = {
        icon_sprite = "spr_ui_item_furniture_spring_rug_purple",
        name = "春日花朵地毯",
        description = "紫色的花朵形状地毯。 ",
        object = "spring_rug_purple",
        tags = {
            "furniture",
            "medium_rug",
            "spring_set",
        },
        recipe_key = "spring_rug",
        crafting_level_requirement = 1,
        recipe = {
            {
                count = 10,
                item = "fiber",
            },
            {
                count = 2,
                item = "feather",
            },
            {
                count = 1,
                item = "lilac",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Spring Flower Rug",
        description_en = "A purple rug in the shape of a flower.",
        category = "furniture.spring_set",
    },
    spring_sofa_purple = {
        icon_sprite = "spr_ui_item_furniture_spring_sofa_purple",
        name = "春日沙发",
        description = "漂亮的紫色沙发。 ",
        object = "spring_sofa_purple",
        tags = {
            "furniture",
            "sofa",
            "spring_set",
        },
        recipe_key = "spring_sofa",
        crafting_level_requirement = 6,
        recipe = {
            {
                count = 30,
                item = "basic_wood",
            },
            {
                count = 5,
                item = "cattail",
            },
            {
                count = 1,
                item = "lilac",
            },
            {
                count = 3,
                item = "sap",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Spring Sofa",
        description_en = "A pretty purple sofa.",
        category = "furniture.spring_set",
    },
    spring_wallpaper_purple = {
        icon_sprite = "spr_ui_item_furniture_spring_wallpaper_purple",
        name = "春日墙纸",
        description = "飘着浅紫色花瓣的墙纸。 ",
        wallpaper = "spring_purple",
        door_mold = "spr_carpenter_house_f2_doorway2_spring",
        crafting_preview_sprite = "spr_ui_furniture_spring_wall_purple_preview",
        tags = {
            "furniture",
            "wallpaper",
            "spring_set",
        },
        recipe_key = "spring_wallpaper",
        crafting_level_requirement = 2,
        recipe = {
            {
                count = 5,
                item = "paper",
            },
            {
                count = 3,
                item = "lilac",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Spring Wallpaper",
        description_en = "A light purple petal patterned wallpaper.",
        category = "furniture.spring_set",
    },
    journal = {
        icon_sprite = "spr_ui_item_object_journal",
        name = "日记本",
        object = "journal",
        description = "一本简单的日记本, 用于记录旅程。 ",
        tags = {
            "furniture",
            "journal",
            "default_set",
        },
        recipe_is_default = true,
        crafting_level_requirement = 1,
        recipe = {
            {
                count = 5,
                item = "paper",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Diary",
        description_en = "A simple diary used for recording your journey.",
        category = "furniture.default_worn_set",
    },
    worn_bed = {
        icon_sprite = "spr_ui_item_furniture_default_bed_v1",
        name = "破旧的床",
        description = "破旧的床, 盖着老旧但舒适的被子。 ",
        object = "worn_bed",
        tags = {
            "furniture",
            "single_bed",
            "default_set",
        },
        recipe_is_default = true,
        crafting_level_requirement = 1,
        recipe = {
            {
                count = 35,
                item = "basic_wood",
            },
            {
                count = 3,
                item = "cattail",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 180,
        },
        name_en = "Worn Bed",
        description_en = "A worn bed with a cozy old quilt.",
        category = "furniture.default_worn_set",
    },
    worn_chair = {
        icon_sprite = "spr_ui_item_furniture_default_chair_v1",
        name = "破旧的椅子",
        description = "破旧的木椅。 ",
        object = "worn_chair",
        tags = {
            "furniture",
            "dining_chair",
            "default_set",
        },
        recipe_is_default = true,
        crafting_level_requirement = 1,
        recipe = {
            {
                count = 20,
                item = "basic_wood",
            },
            {
                hours = 0,
                minutes = 10,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 100,
        },
        name_en = "Worn Chair",
        description_en = "A worn wooden chair.",
        category = "furniture.default_worn_set",
    },
    worn_fireplace = {
        icon_sprite = "spr_ui_item_furniture_default_fireplace_v1",
        name = "破旧的壁炉",
        description = "破旧的石质壁炉。 ",
        object = "worn_fireplace",
        tags = {
            "furniture",
            "misc_furniture",
            "default_set",
        },
        recipe_is_default = true,
        crafting_level_requirement = 1,
        recipe = {
            {
                count = 10,
                item = "basic_wood",
            },
            {
                count = 30,
                item = "ore_stone",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 180,
        },
        name_en = "Worn Fireplace",
        description_en = "A worn stone fireplace.",
        category = "furniture.default_worn_set",
    },
    worn_nightstand = {
        icon_sprite = "spr_ui_item_furniture_default_nightstand_v1",
        name = "破旧的床头柜",
        description = "破旧的木质床头柜。 ",
        object = "worn_nightstand",
        tags = {
            "furniture",
            "nightstand",
            "default_set",
        },
        recipe_is_default = true,
        crafting_level_requirement = 1,
        recipe = {
            {
                count = 15,
                item = "basic_wood",
            },
            {
                hours = 0,
                minutes = 10,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 80,
        },
        name_en = "Worn Nightstand",
        description_en = "A worn wooden nightstand.",
        category = "furniture.default_worn_set",
    },
    worn_table = {
        icon_sprite = "spr_ui_item_furniture_default_table_v1",
        name = "破旧的桌子",
        description = "破旧的木桌。 ",
        object = "worn_table",
        tags = {
            "furniture",
            "dining_table",
            "default_set",
        },
        recipe_is_default = true,
        crafting_level_requirement = 1,
        recipe = {
            {
                count = 20,
                item = "basic_wood",
            },
            {
                hours = 0,
                minutes = 10,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 90,
        },
        name_en = "Worn Table",
        description_en = "A worn wooden table.",
        category = "furniture.default_worn_set",
    },
    worn_window = {
        icon_sprite = "spr_ui_item_furniture_default_wall_window_v1",
        name = "破旧的窗户",
        description = "破旧的木质窗户。 ",
        object = "worn_window",
        tags = {
            "furniture",
            "window",
            "default_set",
        },
        recipe_is_default = true,
        crafting_level_requirement = 1,
        recipe = {
            {
                count = 10,
                item = "basic_wood",
            },
            {
                count = 3,
                item = "glass",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 80,
        },
        name_en = "Worn Window",
        description_en = "A worn wooden window.",
        category = "furniture.default_worn_set",
    },
    worn_wallpaper = {
        icon_sprite = "spr_ui_item_furniture_default_wallpaper_v1",
        wallpaper = "default_v1",
        door_mold = "spr_carpenter_house_f2_doorway2_spring",
        name = "破旧的墙纸",
        description = "破旧的石墙墙纸。 ",
        tags = {
            "furniture",
            "wallpaper",
            "default_set",
        },
        recipe_is_default = true,
        crafting_preview_sprite = "spr_ui_furniture_default_wall_v1_preview",
        crafting_level_requirement = 1,
        recipe = {
            {
                count = 3,
                item = "paper",
            },
            {
                hours = 0,
                minutes = 10,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 130,
        },
        name_en = "Worn Wallpaper",
        description_en = "Worn stone wallpaper.",
        category = "furniture.default_worn_set",
    },
    worn_flooring = {
        name = "破旧的地板",
        description = "破旧的木地板。 ",
        icon_sprite = "spr_ui_item_furniture_default_flooring_v1",
        flooring = "default_v1",
        tags = {
            "furniture",
            "wood_flooring",
            "default_set",
        },
        recipe_is_default = true,
        crafting_preview_sprite = "spr_ui_furniture_default_floor_v1_preview",
        crafting_level_requirement = 1,
        recipe = {
            {
                count = 10,
                item = "basic_wood",
            },
            {
                hours = 0,
                minutes = 10,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 50,
        },
        name_en = "Worn Flooring",
        description_en = "Worn wood flooring.",
        category = "furniture.default_worn_set",
    },
    worn_well = {
        description = "破旧的水井。 ",
        icon_sprite = "spr_ui_item_furniture_worn_well",
        name = "破旧的井",
        object = "worn_well",
        tags = {
            "furniture",
            "farm_decor",
            "default_set",
        },
        recipe_is_default = true,
        crafting_level_requirement = 1,
        recipe = {
            {
                count = 20,
                item = "ore_stone",
            },
            {
                count = 10,
                item = "basic_wood",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 60,
        },
        description_en = "A worn-down well.",
        name_en = "Worn Well",
        category = "furniture.default_worn_set",
    },
    worn_garden_lamp = {
        description = "破旧的花园灯。 ",
        icon_sprite = "spr_ui_item_furniture_default_worn_garden_light",
        object = "worn_garden_lamp",
        recipe_is_default = true,
        name = "破旧的花园灯",
        crafting_level_requirement = 1,
        tags = {
            "furniture",
            "default_set",
            "floor_lighting",
        },
        recipe = {
            {
                count = 10,
                item = "ore_stone",
            },
            {
                count = 3,
                item = "glass",
            },
            {
                count = 1,
                item = "monster_core",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        description_en = "A worn garden lamp.",
        name_en = "Worn Garden Lamp",
        category = "furniture.default_worn_set",
    },
    worn_rug = {
        description = "破旧的绿色地毯。 ",
        icon_sprite = "spr_ui_item_furniture_default_worn_rug",
        name = "破旧的地毯",
        object = "worn_rug",
        tags = {
            "furniture",
            "medium_rug",
            "default_set",
        },
        recipe_is_default = true,
        crafting_level_requirement = 1,
        recipe = {
            {
                count = 10,
                item = "fiber",
            },
            {
                count = 5,
                item = "cattail",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 100,
        },
        description_en = "A worn green rug.",
        name_en = "Worn Rug",
        category = "furniture.default_worn_set",
    },
    fall_bed_red = {
        description = "附储物架的温馨单人床, 盖着红色格纹被。 ",
        icon_sprite = "spr_ui_item_furniture_fall_bed_red",
        name = "秋日单人床",
        object = "fall_bed_red",
        tags = {
            "furniture",
            "single_bed",
            "fall_set",
        },
        recipe_key = "fall_single_bed",
        crafting_level_requirement = 26,
        recipe = {
            {
                count = 20,
                item = "hard_wood",
            },
            {
                count = 3,
                item = "alpaca_wool",
            },
            {
                count = 3,
                item = "sheep_wool",
            },
            {
                count = 3,
                item = "essence_drop",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        description_en = "A cozy single bed with red gingham blankets and a built-in shelf.",
        name_en = "Fall Single Bed",
        category = "furniture.fall_set",
    },
    fall_bed_orange = {
        description = "附储物架的温馨单人床, 盖着橙色格纹被。 ",
        icon_sprite = "spr_ui_item_furniture_fall_bed_orange",
        name = "秋日单人床",
        object = "fall_bed_orange",
        tags = {
            "furniture",
            "single_bed",
            "fall_set",
        },
        recipe_key = "fall_single_bed",
        crafting_level_requirement = 26,
        recipe = {
            {
                count = 20,
                item = "hard_wood",
            },
            {
                count = 3,
                item = "alpaca_wool",
            },
            {
                count = 3,
                item = "sheep_wool",
            },
            {
                count = 3,
                item = "essence_drop",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        description_en = "A cozy single bed with orange gingham blankets and a built-in shelf.",
        name_en = "Fall Single Bed",
        category = "furniture.fall_set",
    },
    fall_bed_yellow = {
        description = "附储物架的温馨单人床, 盖着黄色格纹被。 ",
        icon_sprite = "spr_ui_item_furniture_fall_bed_yellow",
        name = "秋日单人床",
        object = "fall_bed_yellow",
        tags = {
            "furniture",
            "single_bed",
            "fall_set",
        },
        recipe_key = "fall_single_bed",
        crafting_level_requirement = 26,
        recipe = {
            {
                count = 20,
                item = "hard_wood",
            },
            {
                count = 3,
                item = "alpaca_wool",
            },
            {
                count = 3,
                item = "sheep_wool",
            },
            {
                count = 3,
                item = "essence_drop",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        description_en = "A cozy single bed with yellow gingham blankets and a built-in shelf.",
        name_en = "Fall Single Bed",
        category = "furniture.fall_set",
    },
    fall_bed_cream = {
        description = "附储物架的温馨单人床, 盖着奶油色格纹被。 ",
        icon_sprite = "spr_ui_item_furniture_fall_bed_cream",
        name = "秋日单人床",
        object = "fall_bed_cream",
        tags = {
            "furniture",
            "single_bed",
            "fall_set",
        },
        recipe_key = "fall_single_bed",
        crafting_level_requirement = 26,
        recipe = {
            {
                count = 20,
                item = "hard_wood",
            },
            {
                count = 3,
                item = "alpaca_wool",
            },
            {
                count = 3,
                item = "sheep_wool",
            },
            {
                count = 3,
                item = "essence_drop",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        description_en = "A cozy single bed with cream gingham blankets and a built-in shelf.",
        name_en = "Fall Single Bed",
        category = "furniture.fall_set",
    },
    fall_double_bed_red = {
        description = "附储物架的温馨双人床, 盖着红色格纹被。 ",
        icon_sprite = "spr_ui_item_furniture_fall_double_bed_red",
        name = "秋日双人床",
        object = "fall_double_bed_red",
        tags = {
            "furniture",
            "double_bed",
            "fall_set",
        },
        recipe_key = "fall_double_bed",
        crafting_level_requirement = 26,
        recipe = {
            {
                count = 30,
                item = "hard_wood",
            },
            {
                count = 5,
                item = "alpaca_wool",
            },
            {
                count = 5,
                item = "sheep_wool",
            },
            {
                count = 5,
                item = "essence_drop",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        description_en = "A cozy double bed with red gingham blankets and a built-in shelf.",
        name_en = "Fall Double Bed",
        category = "furniture.fall_set",
    },
    fall_double_bed_orange = {
        description = "附储物架的温馨双人床, 盖着橙色格纹被。 ",
        icon_sprite = "spr_ui_item_furniture_fall_double_bed_orange",
        name = "秋日双人床",
        object = "fall_double_bed_orange",
        tags = {
            "furniture",
            "double_bed",
            "fall_set",
        },
        recipe_key = "fall_double_bed",
        crafting_level_requirement = 26,
        recipe = {
            {
                count = 30,
                item = "hard_wood",
            },
            {
                count = 5,
                item = "alpaca_wool",
            },
            {
                count = 5,
                item = "sheep_wool",
            },
            {
                count = 5,
                item = "essence_drop",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        description_en = "A cozy double bed with orange gingham blankets and a built-in shelf.",
        name_en = "Fall Double Bed",
        category = "furniture.fall_set",
    },
    fall_double_bed_yellow = {
        description = "附储物架的温馨双人床, 盖着黄色格纹被。 ",
        icon_sprite = "spr_ui_item_furniture_fall_double_bed_yellow",
        name = "秋日双人床",
        object = "fall_double_bed_yellow",
        tags = {
            "furniture",
            "double_bed",
            "fall_set",
        },
        recipe_key = "fall_double_bed",
        crafting_level_requirement = 26,
        recipe = {
            {
                count = 30,
                item = "hard_wood",
            },
            {
                count = 5,
                item = "alpaca_wool",
            },
            {
                count = 5,
                item = "sheep_wool",
            },
            {
                count = 5,
                item = "essence_drop",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        description_en = "A cozy double bed with yellow gingham blankets and a built-in shelf.",
        name_en = "Fall Double Bed",
        category = "furniture.fall_set",
    },
    fall_double_bed_cream = {
        description = "附储物架的温馨双人床, 盖着奶油色格纹被。 ",
        icon_sprite = "spr_ui_item_furniture_fall_double_bed_cream",
        name = "秋日双人床",
        object = "fall_double_bed_cream",
        tags = {
            "furniture",
            "double_bed",
            "fall_set",
        },
        recipe_key = "fall_double_bed",
        crafting_level_requirement = 26,
        recipe = {
            {
                count = 30,
                item = "hard_wood",
            },
            {
                count = 5,
                item = "alpaca_wool",
            },
            {
                count = 5,
                item = "sheep_wool",
            },
            {
                count = 5,
                item = "essence_drop",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        description_en = "A cozy double bed with cream gingham blankets and a built-in shelf.",
        name_en = "Fall Double Bed",
        category = "furniture.fall_set",
    },
    fall_table_orange = {
        description = "温馨的餐桌, 铺着橙色格纹桌布。 ",
        icon_sprite = "spr_ui_item_furniture_fall_table_orange",
        name = "秋日餐桌",
        object = "fall_table_orange",
        tags = {
            "furniture",
            "dining_table",
            "fall_set",
        },
        recipe_key = "fall_table",
        crafting_level_requirement = 24,
        recipe = {
            {
                count = 20,
                item = "hard_wood",
            },
            {
                count = 3,
                item = "rabbit_wool",
            },
            {
                count = 2,
                item = "essence_drop",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        description_en = "A cozy dining table with an orange gingham tablecloth.",
        name_en = "Fall Dining Table",
        category = "furniture.fall_set",
    },
    fall_table_red = {
        description = "温馨的餐桌, 铺着红色格纹桌布。 ",
        icon_sprite = "spr_ui_item_furniture_fall_table_red",
        name = "秋日餐桌",
        object = "fall_table_red",
        tags = {
            "furniture",
            "dining_table",
            "fall_set",
        },
        recipe_key = "fall_table",
        crafting_level_requirement = 24,
        recipe = {
            {
                count = 20,
                item = "hard_wood",
            },
            {
                count = 3,
                item = "rabbit_wool",
            },
            {
                count = 2,
                item = "essence_drop",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        description_en = "A cozy dining table with a red gingham tablecloth.",
        name_en = "Fall Dining Table",
        category = "furniture.fall_set",
    },
    fall_table_yellow = {
        description = "温馨的餐桌, 铺着黄色格纹桌布。 ",
        icon_sprite = "spr_ui_item_furniture_fall_table_yellow",
        name = "秋日餐桌",
        object = "fall_table_yellow",
        tags = {
            "furniture",
            "dining_table",
            "fall_set",
        },
        recipe_key = "fall_table",
        crafting_level_requirement = 24,
        recipe = {
            {
                count = 20,
                item = "hard_wood",
            },
            {
                count = 3,
                item = "rabbit_wool",
            },
            {
                count = 2,
                item = "essence_drop",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        description_en = "A cozy dining table with a yellow gingham tablecloth.",
        name_en = "Fall Dining Table",
        category = "furniture.fall_set",
    },
    fall_table_cream = {
        description = "温馨的餐桌, 铺着奶油色格纹桌布。 ",
        icon_sprite = "spr_ui_item_furniture_fall_table_cream",
        name = "秋日餐桌",
        object = "fall_table_cream",
        tags = {
            "furniture",
            "dining_table",
            "fall_set",
        },
        recipe_key = "fall_table",
        crafting_level_requirement = 24,
        recipe = {
            {
                count = 20,
                item = "hard_wood",
            },
            {
                count = 3,
                item = "rabbit_wool",
            },
            {
                count = 2,
                item = "essence_drop",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        description_en = "A cozy dining table with a cream gingham tablecloth.",
        name_en = "Fall Dining Table",
        category = "furniture.fall_set",
    },
    dragon_altar_water = {
        name = "龙爪祭坛",
        description = "水封之室样式的龙爪祭坛复制品。 ",
        crafting_level_requirement = 30,
        object = "dragon_altar_water",
        recipe_key = "dragon_altar",
        icon_sprite = "spr_ui_item_decor_water_seal_altar",
        tags = {
            "furniture",
            "dragon_altar_set",
            "misc_decor",
        },
        recipe = {
            {
                count = 10,
                item = "ore_silver",
            },
            {
                count = 5,
                item = "crystal",
            },
            {
                count = 3,
                item = "monster_wing",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Dragon Claw Altar",
        description_en = "A replica dragon claw altar, matching the water seal room.",
        category = "furniture.dragon_altar_set",
    },
    dragon_altar_earth = {
        name = "龙爪祭坛",
        description = "地封之室样式的龙爪祭坛复制品。 ",
        crafting_level_requirement = 30,
        object = "dragon_altar_earth",
        recipe_key = "dragon_altar",
        icon_sprite = "spr_ui_item_decor_earth_seal_altar",
        tags = {
            "furniture",
            "dragon_altar_set",
            "misc_decor",
        },
        recipe = {
            {
                count = 10,
                item = "ore_silver",
            },
            {
                count = 5,
                item = "crystal",
            },
            {
                count = 3,
                item = "monster_wing",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Dragon Claw Altar",
        description_en = "A replica dragon claw altar, matching the earth seal room.",
        category = "furniture.dragon_altar_set",
    },
    dragon_altar_fire = {
        name = "龙爪祭坛",
        description = "火封之室样式的龙爪祭坛复制品。 ",
        crafting_level_requirement = 30,
        object = "dragon_altar_fire",
        recipe_key = "dragon_altar",
        icon_sprite = "spr_ui_item_decor_fire_seal_altar",
        tags = {
            "furniture",
            "dragon_altar_set",
            "misc_decor",
        },
        recipe = {
            {
                count = 10,
                item = "ore_silver",
            },
            {
                count = 5,
                item = "crystal",
            },
            {
                count = 3,
                item = "monster_wing",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Dragon Claw Altar",
        description_en = "A replica dragon claw altar, matching the fire seal room.",
        category = "furniture.dragon_altar_set",
    },
    dragon_altar_ruins = {
        name = "龙爪祭坛",
        description = "遗封之室样式的龙爪祭坛复制品。 ",
        crafting_level_requirement = 30,
        object = "dragon_altar_ruins",
        recipe_key = "dragon_altar",
        icon_sprite = "spr_ui_item_decor_ruins_seal_altar",
        tags = {
            "furniture",
            "dragon_altar_set",
            "misc_decor",
        },
        recipe = {
            {
                count = 10,
                item = "ore_silver",
            },
            {
                count = 5,
                item = "crystal",
            },
            {
                count = 3,
                item = "monster_wing",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Dragon Claw Altar",
        description_en = "A replica dragon claw altar, matching the ruins seal room.",
        category = "furniture.dragon_altar_set",
    },
    lava_caves_diamond_rock = {
        icon_sprite = "spr_ui_item_furniture_diamond_rock",
        name = "观赏用钻石岩",
        description = "装饰性的钻石岩。 ",
        object = "lava_caves_diamond_rock",
        crafting_level_requirement = 18,
        tags = {
            "furniture",
            "lava_set",
            "misc_furniture",
        },
        recipe = {
            {
                count = 3,
                item = "ore_diamond",
            },
            {
                count = 3,
                item = "refined_stone",
            },
            {
                count = 2,
                item = "glass",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Ornamental Diamond Rock",
        description_en = "A decorative diamond rock.",
        category = "furniture.lava_cave_set",
    },
    lava_caves_gold_node = {
        icon_sprite = "spr_ui_item_furniture_gold_node",
        name = "观赏用金矿脉",
        description = "装饰性的金矿脉。 ",
        object = "lava_caves_gold_node",
        crafting_level_requirement = 18,
        tags = {
            "furniture",
            "lava_set",
            "misc_furniture",
        },
        recipe = {
            {
                count = 10,
                item = "ore_gold",
            },
            {
                count = 5,
                item = "refined_stone",
            },
            {
                count = 2,
                item = "purple_mushroom",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Ornamental Gold Node",
        description_en = "A decorative gold node.",
        category = "furniture.lava_cave_set",
    },
    lava_caves_stone_arch = {
        icon_sprite = "spr_ui_item_furniture_lava_caves_stone_beam",
        name = "熔岩拱门",
        description = "熔岩洞穴的石头拱门。 ",
        object = "lava_caves_stone_arch",
        crafting_level_requirement = 18,
        tags = {
            "furniture",
            "lava_set",
            "misc_outdoor_decor",
        },
        recipe = {
            {
                count = 20,
                item = "refined_stone",
            },
            {
                count = 10,
                item = "obsidian",
            },
            {
                count = 3,
                item = "monster_horn",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Lava Rock Arch",
        description_en = "A stone arch from the Lava Caves.",
        category = "furniture.lava_cave_set",
    },
    lava_caves_wallpaper = {
        icon_sprite = "spr_ui_item_furniture_lava_caves_wallpaper",
        name = "熔岩墙纸",
        description = "模仿了深域洞穴外观的墙纸。 ",
        wallpaper = "lava",
        door_mold = "spr_carpenter_house_f2_doorway2_spring",
        crafting_preview_sprite = "spr_ui_furniture_wallpaper_lava_caves_preview",
        crafting_level_requirement = 20,
        tags = {
            "furniture",
            "lava_set",
            "wallpaper",
        },
        recipe = {
            {
                count = 5,
                item = "refined_stone",
            },
            {
                count = 2,
                item = "purple_mushroom",
            },
            {
                count = 5,
                item = "paper",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Lava Rock Wall",
        description_en = "A wallpaper that mimics the look of the Lava Caves.",
        category = "furniture.lava_cave_set",
    },
    lava_caves_flooring = {
        icon_sprite = "spr_ui_item_furniture_lava_caves_flooring",
        name = "熔岩地板",
        description = "模仿了熔岩洞穴外观的石头地板。 ",
        flooring = "lava",
        crafting_preview_sprite = "spr_ui_furniture_flooring_lava_caves_preview",
        crafting_level_requirement = 18,
        tags = {
            "furniture",
            "lava_set",
            "novelty_flooring",
        },
        recipe = {
            {
                count = 10,
                item = "obsidian",
            },
            {
                count = 2,
                item = "refined_stone",
            },
            {
                count = 2,
                item = "purple_mushroom",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Lava Rock Floor",
        description_en = "A rock floor that mimics the look of the Lava Caves.",
        category = "furniture.lava_cave_set",
    },
    lava_caves_obsidian_fence_purple = {
        icon_sprite = "spr_ui_item_furniture_lava_caves_obsidian_fence_purple",
        name = "黑曜石栅栏",
        description = "一块紫黑色黑曜石栅栏。 ",
        object = "lava_caves_obsidian_fence_purple",
        crafting_preview_sprite = "spr_ui_furniture_lava_caves_obsidian_fence_preview_purple",
        crafting_level_requirement = 20,
        recipe_key = "lava_caves_fence",
        tags = {
            "furniture",
            "lava_set",
            "fencing",
        },
        recipe = {
            {
                count = 2,
                item = "obsidian",
            },
            {
                count = 1,
                item = "sap",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Obsidian Fence",
        description_en = "A piece of purple-black obsidian fencing.",
        category = "furniture.lava_cave_set",
    },
    lava_caves_obsidian_fence_blue = {
        icon_sprite = "spr_ui_item_furniture_lava_caves_obsidian_fence_blue",
        name = "黑曜石栅栏",
        description = "一块蓝黑色黑曜石栅栏。 ",
        object = "lava_caves_obsidian_fence_blue",
        crafting_preview_sprite = "spr_ui_furniture_lava_caves_obsidian_fence_preview_blue",
        crafting_level_requirement = 20,
        recipe_key = "lava_caves_fence",
        tags = {
            "furniture",
            "lava_set",
            "fencing",
        },
        recipe = {
            {
                count = 2,
                item = "obsidian",
            },
            {
                count = 1,
                item = "sap",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Obsidian Fence",
        description_en = "A piece of blue-black obsidian fencing.",
        category = "furniture.lava_cave_set",
    },
    lava_caves_obsidian_bed_blue = {
        description = "豪华的黑曜石床, 盖着蓝黑色被子, 床头装饰着黑曜石。 ",
        icon_sprite = "spr_ui_item_furniture_lava_caves_obsidian_bed_blue",
        name = "黑曜石床",
        object = "lava_caves_obsidian_bed_blue",
        tags = {
            "furniture",
            "single_bed",
            "lava_set",
        },
        recipe_key = "lava_caves_bed",
        crafting_level_requirement = 30,
        recipe = {
            {
                count = 25,
                item = "obsidian",
            },
            {
                count = 15,
                item = "hard_wood",
            },
            {
                count = 10,
                item = "refined_stone",
            },
            {
                count = 4,
                item = "alpaca_wool",
            },
            {
                count = 4,
                item = "purple_mushroom",
            },
            {
                hours = 0,
                minutes = 50,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        description_en = "A luxurious bed with an obsidian headboard and blue-black quilted blankets.",
        name_en = "Obsidian Bed",
        category = "furniture.lava_cave_set",
    },
    lava_caves_obsidian_bed_purple = {
        description = "豪华的黑曜石床, 盖着紫黑色被子, 床头装饰着黑曜石。 ",
        icon_sprite = "spr_ui_item_furniture_lava_caves_obsidian_bed_purple",
        name = "黑曜石床",
        object = "lava_caves_obsidian_bed_purple",
        tags = {
            "furniture",
            "single_bed",
            "lava_set",
        },
        recipe_key = "lava_caves_bed",
        crafting_level_requirement = 30,
        recipe = {
            {
                count = 25,
                item = "obsidian",
            },
            {
                count = 15,
                item = "hard_wood",
            },
            {
                count = 10,
                item = "refined_stone",
            },
            {
                count = 4,
                item = "alpaca_wool",
            },
            {
                count = 4,
                item = "purple_mushroom",
            },
            {
                hours = 0,
                minutes = 50,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        description_en = "A luxurious bed with an obsidian headboard and purple-black quilted blankets.",
        name_en = "Obsidian Bed",
        category = "furniture.lava_cave_set",
    },
    lava_caves_obsidian_double_bed_blue = {
        description = "豪华的黑曜石床, 盖着蓝黑色被子, 床头装饰着黑曜石。 ",
        icon_sprite = "spr_ui_item_furniture_lava_caves_obsidian_double_bed_blue",
        name = "黑曜石双人床",
        object = "lava_caves_obsidian_double_bed_blue",
        tags = {
            "furniture",
            "double_bed",
            "lava_set",
        },
        recipe_key = "lava_caves_bed",
        crafting_level_requirement = 30,
        recipe = {
            {
                count = 30,
                item = "obsidian",
            },
            {
                count = 25,
                item = "hard_wood",
            },
            {
                count = 15,
                item = "refined_stone",
            },
            {
                count = 6,
                item = "alpaca_wool",
            },
            {
                count = 6,
                item = "purple_mushroom",
            },
            {
                hours = 0,
                minutes = 50,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        description_en = "A luxurious bed with an obsidian headboard and blue-black quilted blankets.",
        name_en = "Obsidian Double Bed",
        category = "furniture.lava_cave_set",
    },
    lava_caves_obsidian_double_bed_purple = {
        description = "豪华的黑曜石床, 盖着紫黑色被子, 床头装饰着黑曜石。 ",
        icon_sprite = "spr_ui_item_furniture_lava_caves_obsidian_double_bed_purple",
        name = "黑曜石双人床",
        object = "lava_caves_obsidian_double_bed_purple",
        tags = {
            "furniture",
            "double_bed",
            "lava_set",
        },
        recipe_key = "lava_caves_bed",
        crafting_level_requirement = 30,
        recipe = {
            {
                count = 30,
                item = "obsidian",
            },
            {
                count = 25,
                item = "hard_wood",
            },
            {
                count = 15,
                item = "refined_stone",
            },
            {
                count = 6,
                item = "alpaca_wool",
            },
            {
                count = 6,
                item = "purple_mushroom",
            },
            {
                hours = 0,
                minutes = 50,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        description_en = "A luxurious bed with an obsidian headboard and purple-black quilted blankets.",
        name_en = "Obsidian Double Bed",
        category = "furniture.lava_cave_set",
    },
    lava_caves_obsidian_chair_blue = {
        description = "蓝黑色的黑曜石切面椅子。 ",
        icon_sprite = "spr_ui_item_furniture_lava_caves_obsidian_chair_blue",
        name = "黑曜石椅子",
        object = "lava_caves_obsidian_chair_blue",
        tags = {
            "furniture",
            "dining_chair",
            "lava_set",
        },
        recipe_key = "lava_caves_chair",
        crafting_level_requirement = 26,
        recipe = {
            {
                count = 19,
                item = "obsidian",
            },
            {
                count = 10,
                item = "hard_wood",
            },
            {
                count = 5,
                item = "refined_stone",
            },
            {
                count = 4,
                item = "ore_gold",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        description_en = "A faceted blue-black obsidian chair.",
        name_en = "Obsidian Chair",
        category = "furniture.lava_cave_set",
    },
    lava_caves_obsidian_chair_purple = {
        description = "紫黑色的黑曜石切面椅子。 ",
        icon_sprite = "spr_ui_item_furniture_lava_caves_obsidian_chair_purple",
        name = "黑曜石椅子",
        object = "lava_caves_obsidian_chair_purple",
        tags = {
            "furniture",
            "dining_chair",
            "lava_set",
        },
        recipe_key = "lava_caves_chair",
        crafting_level_requirement = 26,
        recipe = {
            {
                count = 19,
                item = "obsidian",
            },
            {
                count = 10,
                item = "hard_wood",
            },
            {
                count = 5,
                item = "refined_stone",
            },
            {
                count = 4,
                item = "ore_gold",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        description_en = "A faceted purple-black obsidian chair.",
        name_en = "Obsidian Chair",
        category = "furniture.lava_cave_set",
    },
    lava_caves_obsidian_table_blue = {
        description = "蓝黑色的黑曜石切面桌子。 ",
        icon_sprite = "spr_ui_item_furniture_lava_caves_obsidian_table_blue",
        name = "黑曜石桌子",
        object = "lava_caves_obsidian_table_blue",
        tags = {
            "furniture",
            "coffee_table",
            "lava_set",
        },
        recipe_key = "lava_caves_table",
        crafting_level_requirement = 28,
        recipe = {
            {
                count = 25,
                item = "obsidian",
            },
            {
                count = 10,
                item = "refined_stone",
            },
            {
                count = 5,
                item = "ore_gold",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        description_en = "A faceted blue-black obsidian table.",
        name_en = "Obsidian Table",
        category = "furniture.lava_cave_set",
    },
    lava_caves_obsidian_table_purple = {
        description = "紫黑色的黑曜石切面桌子。 ",
        icon_sprite = "spr_ui_item_furniture_lava_caves_obsidian_table_purple",
        name = "黑曜石桌子",
        object = "lava_caves_obsidian_table_purple",
        tags = {
            "furniture",
            "coffee_table",
            "lava_set",
        },
        recipe_key = "lava_caves_table",
        crafting_level_requirement = 28,
        recipe = {
            {
                count = 25,
                item = "obsidian",
            },
            {
                count = 10,
                item = "refined_stone",
            },
            {
                count = 5,
                item = "ore_gold",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        description_en = "A faceted purple-black obsidian table.",
        name_en = "Obsidian Table",
        category = "furniture.lava_cave_set",
    },
    lava_caves_obsidian_storage_chest_blue = {
        description = "蓝黑色的黑曜石切面储物箱, 储物空间大。 ",
        icon_sprite = "spr_ui_item_furniture_lava_caves_obsidian_storage_chest_blue",
        name = "黑曜石储物箱",
        object = "lava_caves_obsidian_storage_chest_blue",
        tags = {
            "furniture",
            "chest_and_storage",
            "lava_set",
        },
        recipe_key = "lava_caves_chest",
        crafting_level_requirement = 26,
        recipe = {
            {
                count = 15,
                item = "obsidian",
            },
            {
                count = 10,
                item = "hard_wood",
            },
            {
                count = 10,
                item = "refined_stone",
            },
            {
                count = 4,
                item = "ore_gold",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        description_en = "A faceted blue-black obsidian storage chest with a large storage capacity.",
        name_en = "Obsidian Storage Chest",
        category = "furniture.lava_cave_set",
    },
    lava_caves_obsidian_storage_chest_purple = {
        description = "紫黑色的黑曜石切面储物箱, 储物空间大。 ",
        icon_sprite = "spr_ui_item_furniture_lava_caves_obsidian_storage_chest_purple",
        name = "黑曜石储物箱",
        object = "lava_caves_obsidian_storage_chest_purple",
        tags = {
            "furniture",
            "chest_and_storage",
            "lava_set",
        },
        recipe_key = "lava_caves_chest",
        crafting_level_requirement = 26,
        recipe = {
            {
                count = 15,
                item = "obsidian",
            },
            {
                count = 10,
                item = "hard_wood",
            },
            {
                count = 10,
                item = "refined_stone",
            },
            {
                count = 4,
                item = "ore_gold",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        description_en = "A faceted purple-black obsidian storage chest with a large storage capacity.",
        name_en = "Obsidian Storage Chest",
        category = "furniture.lava_cave_set",
    },
    lava_caves_obsidian_floor_lamp_blue = {
        description = "蓝黑色的黑曜石切面落地灯。 ",
        icon_sprite = "spr_ui_item_furniture_lava_caves_obsidian_floor_lamp_blue",
        name = "黑曜石落地灯",
        object = "lava_caves_obsidian_floor_lamp_blue",
        tags = {
            "furniture",
            "floor_lighting",
            "lava_set",
        },
        recipe_key = "lava_caves_floor_lamp",
        crafting_level_requirement = 24,
        recipe = {
            {
                count = 10,
                item = "obsidian",
            },
            {
                count = 2,
                item = "refined_stone",
            },
            {
                count = 2,
                item = "monster_core",
            },
            {
                count = 1,
                item = "purple_mushroom",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        description_en = "A faceted blue-black obsidian floor lamp.",
        name_en = "Obsidian Floor Lamp",
        category = "furniture.lava_cave_set",
    },
    lava_caves_obsidian_floor_lamp_purple = {
        description = "紫黑色的黑曜石切面落地灯。 ",
        icon_sprite = "spr_ui_item_furniture_lava_caves_obsidian_floor_lamp_purple",
        name = "黑曜石落地灯",
        object = "lava_caves_obsidian_floor_lamp_purple",
        tags = {
            "furniture",
            "floor_lighting",
            "lava_set",
        },
        recipe_key = "lava_caves_floor_lamp",
        crafting_level_requirement = 24,
        recipe = {
            {
                count = 10,
                item = "obsidian",
            },
            {
                count = 2,
                item = "refined_stone",
            },
            {
                count = 2,
                item = "monster_core",
            },
            {
                count = 1,
                item = "purple_mushroom",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        description_en = "A faceted purple-black obsidian floor lamp.",
        name_en = "Obsidian Floor Lamp",
        category = "furniture.lava_cave_set",
    },
    haunted_attic_armoire_dusty = {
        icon_sprite = "spr_ui_item_furniture_haunted_attic_armoire_dusty",
        name = "闹鬼阁楼衣柜",
        description = "盖着张白布的老式衣柜。 ",
        object = "haunted_attic_armoire_dusty",
        tags = {
            "furniture",
            "armoire",
            "haunted_attic_set",
        },
        recipe_key = "haunted_attic_armoire",
        crafting_level_requirement = 6,
        recipe = {
            {
                count = 30,
                item = "basic_wood",
            },
            {
                count = 1,
                item = "alpaca_wool",
            },
            {
                count = 5,
                item = "sap",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 400,
        },
        name_en = "Haunted Attic Armoire",
        description_en = "An old fashioned armoire draped in an off-white cloth.",
        category = "furniture.haunted_attic_set",
    },
    haunted_attic_armoire_dark = {
        icon_sprite = "spr_ui_item_furniture_haunted_attic_armoire_dark",
        name = "闹鬼阁楼衣柜",
        description = "盖着张紫布的老式衣柜。 ",
        object = "haunted_attic_armoire_dark",
        tags = {
            "furniture",
            "armoire",
            "haunted_attic_set",
        },
        recipe_key = "haunted_attic_armoire",
        crafting_level_requirement = 6,
        recipe = {
            {
                count = 30,
                item = "basic_wood",
            },
            {
                count = 1,
                item = "alpaca_wool",
            },
            {
                count = 5,
                item = "sap",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 400,
        },
        name_en = "Haunted Attic Armoire",
        description_en = "An old fashioned armoire draped in a purple cloth.",
        category = "furniture.haunted_attic_set",
    },
    haunted_attic_bed_dusty = {
        icon_sprite = "spr_ui_item_furniture_haunted_attic_bed_dusty",
        name = "闹鬼阁楼床",
        description = "老式的单人床, 盖着张蓝灰色图案的被子。 ",
        object = "haunted_attic_bed_dusty",
        tags = {
            "furniture",
            "single_bed",
            "haunted_attic_set",
        },
        recipe_key = "haunted_attic_bed",
        crafting_level_requirement = 8,
        recipe = {
            {
                count = 40,
                item = "basic_wood",
            },
            {
                count = 5,
                item = "cattail",
            },
            {
                count = 1,
                item = "bull_horn",
            },
            {
                count = 3,
                item = "sap",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 600,
        },
        name_en = "Haunted Attic Bed",
        description_en = "An old fashioned single bed with a blue-gray patterned cover.",
        category = "furniture.haunted_attic_set",
    },
    haunted_attic_bed_dark = {
        icon_sprite = "spr_ui_item_furniture_haunted_attic_bed_dark",
        name = "闹鬼阁楼床",
        description = "老式的单人床, 盖着张紫色图案的被子。 ",
        object = "haunted_attic_bed_dark",
        tags = {
            "furniture",
            "single_bed",
            "haunted_attic_set",
        },
        recipe_key = "haunted_attic_bed",
        crafting_level_requirement = 8,
        recipe = {
            {
                count = 40,
                item = "basic_wood",
            },
            {
                count = 5,
                item = "cattail",
            },
            {
                count = 1,
                item = "bull_horn",
            },
            {
                count = 3,
                item = "sap",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 600,
        },
        name_en = "Haunted Attic Bed",
        description_en = "An old fashioned single bed with a purple patterned cover.",
        category = "furniture.haunted_attic_set",
    },
    haunted_attic_candle_single = {
        icon_sprite = "spr_ui_item_furniture_haunted_attic_candle_1",
        name = "融化的蜡烛",
        description = "单支象牙白色的蜡烛, 已经融化了些许。 ",
        object = "haunted_attic_candle_single",
        tags = {
            "furniture",
            "table_lighting",
            "haunted_attic_set",
        },
        recipe_key = "haunted_attic_candle_single",
        crafting_level_requirement = 2,
        recipe = {
            {
                count = 1,
                item = "peat",
            },
            {
                count = 1,
                item = "oil",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 250,
        },
        name_en = "Melted Candle",
        description_en = "A single off-white candle that looks partially melted.",
        category = "furniture.haunted_attic_set",
    },
    haunted_attic_candle_single_dark = {
        icon_sprite = "spr_ui_item_furniture_haunted_attic_candle_1_dark",
        name = "融化的蜡烛",
        description = "单支紫色的蜡烛, 已经融化了些许。 ",
        object = "haunted_attic_candle_single_dark",
        tags = {
            "furniture",
            "table_lighting",
            "haunted_attic_set",
        },
        recipe_key = "haunted_attic_candle_single",
        crafting_level_requirement = 2,
        recipe = {
            {
                count = 1,
                item = "peat",
            },
            {
                count = 1,
                item = "oil",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 250,
        },
        name_en = "Melted Candle",
        description_en = "A single purple candle that looks partially melted.",
        category = "furniture.haunted_attic_set",
    },
    haunted_attic_candle_cluster = {
        icon_sprite = "spr_ui_item_furniture_haunted_attic_candle_3",
        name = "融化的蜡烛组合",
        description = "一组象牙白色的蜡烛, 已经融化了些许。 ",
        object = "haunted_attic_candle_cluster",
        tags = {
            "furniture",
            "table_lighting",
            "haunted_attic_set",
        },
        recipe_key = "haunted_attic_candle_cluster",
        crafting_level_requirement = 4,
        recipe = {
            {
                count = 2,
                item = "peat",
            },
            {
                count = 1,
                item = "oil",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 300,
        },
        name_en = "Melted Candle Cluster",
        description_en = "A group of off-white candles that look partially melted.",
        category = "furniture.haunted_attic_set",
    },
    haunted_attic_candle_cluster_dark = {
        icon_sprite = "spr_ui_item_furniture_haunted_attic_candle_3_dark",
        name = "融化的蜡烛组合",
        description = "一组紫色的蜡烛, 已经融化了些许。 ",
        object = "haunted_attic_candle_cluster_dark",
        tags = {
            "furniture",
            "table_lighting",
            "haunted_attic_set",
        },
        recipe_key = "haunted_attic_candle_cluster",
        crafting_level_requirement = 4,
        recipe = {
            {
                count = 2,
                item = "peat",
            },
            {
                count = 1,
                item = "oil",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 300,
        },
        name_en = "Melted Candle Cluster",
        description_en = "A group of purple candles that look partially melted.",
        category = "furniture.haunted_attic_set",
    },
    haunted_attic_chair_dusty = {
        icon_sprite = "spr_ui_item_furniture_haunted_attic_chair_dusty",
        name = "闹鬼阁楼椅子",
        description = "带有蓝灰色图案的老式椅子。 ",
        object = "haunted_attic_chair_dusty",
        tags = {
            "furniture",
            "dining_chair",
            "haunted_attic_set",
        },
        recipe_key = "haunted_attic_chair",
        crafting_level_requirement = 4,
        recipe = {
            {
                count = 25,
                item = "basic_wood",
            },
            {
                count = 5,
                item = "fiber",
            },
            {
                count = 3,
                item = "sap",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 300,
        },
        name_en = "Haunted Attic Chair",
        description_en = "An old fashioned chair with a blue-gray patterned seat.",
        category = "furniture.haunted_attic_set",
    },
    haunted_attic_chair_dark = {
        icon_sprite = "spr_ui_item_furniture_haunted_attic_chair_dark",
        name = "闹鬼阁楼椅子",
        description = "带有紫色图案的老式椅子。 ",
        object = "haunted_attic_chair_dark",
        tags = {
            "furniture",
            "dining_chair",
            "haunted_attic_set",
        },
        recipe_key = "haunted_attic_chair",
        crafting_level_requirement = 4,
        recipe = {
            {
                count = 25,
                item = "basic_wood",
            },
            {
                count = 5,
                item = "fiber",
            },
            {
                count = 3,
                item = "sap",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 300,
        },
        name_en = "Haunted Attic Chair",
        description_en = "An old fashioned chair with a purple patterned seat.",
        category = "furniture.haunted_attic_set",
    },
    haunted_attic_double_bed_dusty = {
        icon_sprite = "spr_ui_item_furniture_haunted_attic_double_bed_dusty",
        name = "闹鬼各类双人床",
        description = "老式的双人床, 盖着张蓝灰色图案的被子。 ",
        object = "haunted_attic_double_bed_dusty",
        tags = {
            "furniture",
            "double_bed",
            "haunted_attic_set",
        },
        recipe_key = "haunted_attic_double_bed",
        crafting_level_requirement = 10,
        recipe = {
            {
                count = 60,
                item = "basic_wood",
            },
            {
                count = 4,
                item = "hard_wood",
            },
            {
                count = 5,
                item = "cattail",
            },
            {
                count = 2,
                item = "bull_horn",
            },
            {
                count = 6,
                item = "sap",
            },
            {
                hours = 0,
                minutes = 50,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 800,
        },
        name_en = "Haunted Attic Double Bed",
        description_en = "An old fashioned double bed with a blue-gray patterned cover.",
        category = "furniture.haunted_attic_set",
    },
    haunted_attic_double_bed_dark = {
        icon_sprite = "spr_ui_item_furniture_haunted_attic_double_bed_dark",
        name = "闹鬼各类双人床",
        description = "老式的双人床, 盖着张紫色图案的被子。 ",
        object = "haunted_attic_double_bed_dark",
        tags = {
            "furniture",
            "double_bed",
            "haunted_attic_set",
        },
        recipe_key = "haunted_attic_double_bed",
        crafting_level_requirement = 10,
        recipe = {
            {
                count = 60,
                item = "basic_wood",
            },
            {
                count = 4,
                item = "hard_wood",
            },
            {
                count = 5,
                item = "cattail",
            },
            {
                count = 2,
                item = "bull_horn",
            },
            {
                count = 6,
                item = "sap",
            },
            {
                hours = 0,
                minutes = 50,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 800,
        },
        name_en = "Haunted Attic Double Bed",
        description_en = "An old fashioned double bed with a purple patterned cover.",
        category = "furniture.haunted_attic_set",
    },
    haunted_attic_dress_form_dusty = {
        icon_sprite = "spr_ui_item_furniture_haunted_attic_dress_form_dusty",
        name = "闹鬼阁楼人台",
        description = "老式的象牙白色人台。 ",
        object = "haunted_attic_dress_form_dusty",
        tags = {
            "furniture",
            "misc_furniture",
            "haunted_attic_set",
        },
        recipe_key = "haunted_attic_dress_form",
        crafting_level_requirement = 4,
        recipe = {
            {
                count = 30,
                item = "basic_wood",
            },
            {
                count = 2,
                item = "rabbit_wool",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 350,
        },
        name_en = "Haunted Attic Dress Form",
        description_en = "An old fashioned off-white dress form.",
        category = "furniture.haunted_attic_set",
    },
    haunted_attic_dress_form_dark = {
        icon_sprite = "spr_ui_item_furniture_haunted_attic_dress_form_dark",
        name = "闹鬼阁楼人台",
        description = "老式的紫色人台。 ",
        object = "haunted_attic_dress_form_dark",
        tags = {
            "furniture",
            "misc_furniture",
            "haunted_attic_set",
        },
        recipe_key = "haunted_attic_dress_form",
        crafting_level_requirement = 4,
        recipe = {
            {
                count = 30,
                item = "basic_wood",
            },
            {
                count = 2,
                item = "rabbit_wool",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 350,
        },
        name_en = "Haunted Attic Dress Form",
        description_en = "An old fashioned purple dress form.",
        category = "furniture.haunted_attic_set",
    },
    haunted_attic_nightstand_dusty = {
        icon_sprite = "spr_ui_item_furniture_haunted_attic_nightstand_dusty",
        name = "闹鬼阁楼床头柜",
        description = "暖色调的老式床头柜。 ",
        object = "haunted_attic_nightstand_dusty",
        tags = {
            "furniture",
            "nightstand",
            "haunted_attic_set",
        },
        recipe_key = "haunted_attic_nightstand",
        crafting_level_requirement = 4,
        recipe = {
            {
                count = 30,
                item = "basic_wood",
            },
            {
                count = 1,
                item = "iron_ingot",
            },
            {
                count = 5,
                item = "sap",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 350,
        },
        name_en = "Haunted Attic Nightstand",
        description_en = "An old fashioned nightstand with a dusty warm-tone color.",
        category = "furniture.haunted_attic_set",
    },
    haunted_attic_nightstand_dark = {
        icon_sprite = "spr_ui_item_furniture_haunted_attic_nightstand_dark",
        name = "闹鬼阁楼床头柜",
        description = "冷色调的老式床头柜。 ",
        object = "haunted_attic_nightstand_dark",
        tags = {
            "furniture",
            "nightstand",
            "haunted_attic_set",
        },
        recipe_key = "haunted_attic_nightstand",
        crafting_level_requirement = 4,
        recipe = {
            {
                count = 30,
                item = "basic_wood",
            },
            {
                count = 1,
                item = "iron_ingot",
            },
            {
                count = 5,
                item = "sap",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 350,
        },
        name_en = "Haunted Attic Nightstand",
        description_en = "An old fashioned nightstand with a dusty cool-tone color.",
        category = "furniture.haunted_attic_set",
    },
    haunted_attic_rocking_chair_dusty = {
        icon_sprite = "spr_ui_item_furniture_haunted_attic_rocking_chair_dusty",
        name = "闹鬼阁楼摇椅",
        description = "带有蓝灰色图案的老式摇椅。 ",
        object = "haunted_attic_rocking_chair_dusty",
        tags = {
            "furniture",
            "misc_seating",
            "haunted_attic_set",
        },
        recipe_key = "haunted_attic_rocking_chair",
        crafting_level_requirement = 6,
        recipe = {
            {
                count = 30,
                item = "basic_wood",
            },
            {
                count = 1,
                item = "iron_ingot",
            },
            {
                count = 2,
                item = "sheep_wool",
            },
            {
                count = 5,
                item = "sap",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 500,
        },
        name_en = "Haunted Attic Rocking Chair",
        description_en = "An old fashioned rocking chair with a blue-gray patterned seat.",
        category = "furniture.haunted_attic_set",
    },
    haunted_attic_rocking_chair_dark = {
        icon_sprite = "spr_ui_item_furniture_haunted_attic_rocking_chair_dark",
        name = "闹鬼阁楼摇椅",
        description = "带有紫色图案的老式摇椅。 ",
        object = "haunted_attic_rocking_chair_dark",
        tags = {
            "furniture",
            "misc_seating",
            "haunted_attic_set",
        },
        recipe_key = "haunted_attic_rocking_chair",
        crafting_level_requirement = 6,
        recipe = {
            {
                count = 30,
                item = "basic_wood",
            },
            {
                count = 1,
                item = "iron_ingot",
            },
            {
                count = 2,
                item = "sheep_wool",
            },
            {
                count = 5,
                item = "sap",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 500,
        },
        name_en = "Haunted Attic Rocking Chair",
        description_en = "An old fashioned rocking chair with a purple patterned seat.",
        category = "furniture.haunted_attic_set",
    },
    haunted_attic_table_dusty = {
        icon_sprite = "spr_ui_item_furniture_haunted_attic_table_dusty",
        name = "闹鬼阁楼桌子",
        description = "老式的桌子, 象牙白桌布上带有补丁。 ",
        object = "haunted_attic_table_dusty",
        tags = {
            "furniture",
            "dining_table",
            "haunted_attic_set",
        },
        recipe_key = "haunted_attic_table",
        crafting_level_requirement = 6,
        recipe = {
            {
                count = 30,
                item = "basic_wood",
            },
            {
                count = 1,
                item = "iron_ingot",
            },
            {
                count = 1,
                item = "sheep_wool",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 500,
        },
        name_en = "Haunted Attic Table",
        description_en = "An old fashioned table with a patched off-white tablecloth.",
        category = "furniture.haunted_attic_set",
    },
    haunted_attic_table_dark = {
        icon_sprite = "spr_ui_item_furniture_haunted_attic_table_dark",
        name = "闹鬼阁楼桌子",
        description = "老式的桌子, 紫色桌布上带有补丁。 ",
        object = "haunted_attic_table_dark",
        tags = {
            "furniture",
            "dining_table",
            "haunted_attic_set",
        },
        recipe_key = "haunted_attic_table",
        crafting_level_requirement = 6,
        recipe = {
            {
                count = 30,
                item = "basic_wood",
            },
            {
                count = 1,
                item = "iron_ingot",
            },
            {
                count = 1,
                item = "sheep_wool",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 500,
        },
        name_en = "Haunted Attic Table",
        description_en = "An old fashioned table with a patched purple tablecloth.",
        category = "furniture.haunted_attic_set",
    },
    haunted_attic_wall_cobweb_left = {
        icon_sprite = "spr_ui_item_furniture_haunted_attic_cobweb_left",
        name = "蛛网(左)",
        description = "装饰性的白色蛛网, 向左延伸。 ",
        object = "haunted_attic_wall_cobweb_left",
        tags = {
            "furniture",
            "misc_wall_decor",
            "haunted_attic_set",
        },
        recipe_key = "haunted_attic_wall_cobweb_left",
        crafting_level_requirement = 1,
        recipe = {
            {
                count = 2,
                item = "monster_powder",
            },
            {
                count = 2,
                item = "clay",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 150,
        },
        name_en = "Cobweb Left",
        description_en = "A decorative white cobweb, left version.",
        category = "furniture.haunted_attic_set",
    },
    haunted_attic_wall_cobweb_left_dark = {
        icon_sprite = "spr_ui_item_furniture_haunted_attic_cobweb_left_dark",
        name = "蛛网(左)",
        description = "装饰性的紫色蛛网, 向左延伸。 ",
        object = "haunted_attic_wall_cobweb_left_dark",
        tags = {
            "furniture",
            "misc_wall_decor",
            "haunted_attic_set",
        },
        recipe_key = "haunted_attic_wall_cobweb_left",
        crafting_level_requirement = 1,
        recipe = {
            {
                count = 2,
                item = "monster_powder",
            },
            {
                count = 2,
                item = "clay",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 150,
        },
        name_en = "Cobweb Left",
        description_en = "A decorative purple cobweb, left version.",
        category = "furniture.haunted_attic_set",
    },
    haunted_attic_wall_cobweb_right = {
        icon_sprite = "spr_ui_item_furniture_haunted_attic_cobweb_right",
        name = "蛛网(右)",
        description = "装饰性的白色蛛网, 向右延伸。 ",
        object = "haunted_attic_wall_cobweb_right",
        tags = {
            "furniture",
            "misc_wall_decor",
            "haunted_attic_set",
        },
        recipe_key = "haunted_attic_wall_cobweb_right",
        crafting_level_requirement = 1,
        recipe = {
            {
                count = 2,
                item = "monster_powder",
            },
            {
                count = 2,
                item = "clay",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 150,
        },
        name_en = "Cobweb Right",
        description_en = "A decorative white cobweb, right version.",
        category = "furniture.haunted_attic_set",
    },
    haunted_attic_wall_cobweb_right_dark = {
        icon_sprite = "spr_ui_item_furniture_haunted_attic_cobweb_right_dark",
        name = "蛛网(右)",
        description = "装饰性的紫色蛛网, 向右延伸。 ",
        object = "haunted_attic_wall_cobweb_right_dark",
        tags = {
            "furniture",
            "misc_wall_decor",
            "haunted_attic_set",
        },
        recipe_key = "haunted_attic_wall_cobweb_right",
        crafting_level_requirement = 1,
        recipe = {
            {
                count = 2,
                item = "monster_powder",
            },
            {
                count = 2,
                item = "clay",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 150,
        },
        name_en = "Cobweb Right",
        description_en = "A decorative purple cobweb, right version.",
        category = "furniture.haunted_attic_set",
    },
    haunted_attic_wall_shelf_dusty = {
        icon_sprite = "spr_ui_item_furniture_haunted_attic_wall_shelf_dusty",
        name = "闹鬼阁楼壁架",
        description = "放着奇怪东西的暖色调壁架。 ",
        object = "haunted_attic_wall_shelf_dusty",
        tags = {
            "furniture",
            "wall_shelf",
            "haunted_attic_set",
        },
        recipe_key = "haunted_attic_wall_shelf",
        crafting_level_requirement = 4,
        recipe = {
            {
                count = 10,
                item = "basic_wood",
            },
            {
                count = 3,
                item = "paper",
            },
            {
                count = 3,
                item = "shards",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 250,
        },
        name_en = "Haunted Attic Wall Shelf",
        description_en = "A strangely decorated wall shelf with a dusty warm-tone color.",
        category = "furniture.haunted_attic_set",
    },
    haunted_attic_wall_shelf_dark = {
        icon_sprite = "spr_ui_item_furniture_haunted_attic_wall_shelf_dark",
        name = "闹鬼阁楼壁架",
        description = "放着奇怪东西的冷色调壁架。 ",
        object = "haunted_attic_wall_shelf_dark",
        tags = {
            "furniture",
            "wall_shelf",
            "haunted_attic_set",
        },
        recipe_key = "haunted_attic_wall_shelf",
        crafting_level_requirement = 4,
        recipe = {
            {
                count = 10,
                item = "basic_wood",
            },
            {
                count = 3,
                item = "paper",
            },
            {
                count = 3,
                item = "shards",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 250,
        },
        name_en = "Haunted Attic Wall Shelf",
        description_en = "A strangely decorated wall shelf with a dusty cool-tone color.",
        category = "furniture.haunted_attic_set",
    },
    haunted_attic_wall_window_dusty = {
        icon_sprite = "spr_ui_item_furniture_haunted_attic_wall_window_dusty",
        name = "闹鬼阁楼窗户",
        description = "暖色调的老式拱形窗户。 ",
        object = "haunted_attic_wall_window_dusty",
        tags = {
            "furniture",
            "window",
            "haunted_attic_set",
        },
        recipe_key = "haunted_attic_wall_window",
        crafting_level_requirement = 4,
        recipe = {
            {
                count = 15,
                item = "basic_wood",
            },
            {
                count = 1,
                item = "iron_ingot",
            },
            {
                count = 5,
                item = "glass",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 300,
        },
        name_en = "Haunted Attic Window",
        description_en = "An old fashioned arched window with a dusty warm-tone color.",
        category = "furniture.haunted_attic_set",
    },
    haunted_attic_wall_window_dark = {
        icon_sprite = "spr_ui_item_furniture_haunted_attic_wall_window_dark",
        name = "闹鬼阁楼窗户",
        description = "冷色调的老式拱形窗户。 ",
        object = "haunted_attic_wall_window_dark",
        tags = {
            "furniture",
            "window",
            "haunted_attic_set",
        },
        recipe_key = "haunted_attic_wall_window",
        crafting_level_requirement = 4,
        recipe = {
            {
                count = 15,
                item = "basic_wood",
            },
            {
                count = 1,
                item = "iron_ingot",
            },
            {
                count = 5,
                item = "glass",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 300,
        },
        name_en = "Haunted Attic Window",
        description_en = "An old fashioned arched window with a dusty cool-tone color.",
        category = "furniture.haunted_attic_set",
    },
    haunted_attic_wallpaper_dusty = {
        icon_sprite = "spr_ui_item_furniture_haunted_attic_wallpaper_dusty",
        name = "闹鬼阁楼墙纸",
        description = "带有木梁的老式象牙白色墙纸。 ",
        wallpaper = "haunted_attic_dusty",
        door_mold = "spr_carpenter_house_f2_doorway2_spring",
        crafting_preview_sprite = "spr_ui_furniture_haunted_attic_wall_dusty_preview",
        tags = {
            "furniture",
            "wallpaper",
            "haunted_attic_set",
        },
        recipe_key = "haunted_attic_wallpaper",
        crafting_level_requirement = 2,
        recipe = {
            {
                count = 5,
                item = "paper",
            },
            {
                count = 2,
                item = "monster_powder",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 300,
        },
        name_en = "Haunted Attic Wallpaper",
        description_en = "An old fashioned off-white wallpaper with wood beams.",
        category = "furniture.haunted_attic_set",
    },
    haunted_attic_wallpaper_dark = {
        icon_sprite = "spr_ui_item_furniture_haunted_attic_wallpaper_dark",
        name = "闹鬼阁楼墙纸",
        description = "带有木梁的老式紫色墙纸。 ",
        wallpaper = "haunted_attic_dark",
        door_mold = "spr_carpenter_house_f2_doorway2_spring",
        crafting_preview_sprite = "spr_ui_furniture_haunted_attic_wall_dark_preview",
        tags = {
            "furniture",
            "wallpaper",
            "haunted_attic_set",
        },
        recipe_key = "haunted_attic_wallpaper",
        crafting_level_requirement = 2,
        recipe = {
            {
                count = 5,
                item = "paper",
            },
            {
                count = 2,
                item = "monster_powder",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 300,
        },
        name_en = "Haunted Attic Wallpaper",
        description_en = "An old fashioned purple wallpaper with wood beams.",
        category = "furniture.haunted_attic_set",
    },
    haunted_attic_flooring_dusty = {
        icon_sprite = "spr_ui_item_furniture_haunted_attic_flooring_dusty",
        name = "闹鬼阁楼地板",
        description = "暖色调的老式人字形地板。 ",
        flooring = "haunted_attic_dusty",
        crafting_preview_sprite = "spr_ui_furniture_haunted_attic_floor_dusty_preview",
        tags = {
            "furniture",
            "wood_flooring",
            "haunted_attic_set",
        },
        recipe_key = "haunted_attic_flooring",
        crafting_level_requirement = 2,
        recipe = {
            {
                count = 25,
                item = "basic_wood",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 300,
        },
        name_en = "Haunted Attic Flooring",
        description_en = "Old fashioned herringbone flooring with a dusty warm-tone color.",
        category = "furniture.haunted_attic_set",
    },
    haunted_attic_flooring_dark = {
        icon_sprite = "spr_ui_item_furniture_haunted_attic_flooring_dark",
        name = "闹鬼阁楼地板",
        description = "冷色调的老式人字形地板。 ",
        flooring = "haunted_attic_dark",
        crafting_preview_sprite = "spr_ui_furniture_haunted_attic_floor_dark_preview",
        tags = {
            "furniture",
            "wood_flooring",
            "haunted_attic_set",
        },
        recipe_key = "haunted_attic_flooring",
        crafting_level_requirement = 2,
        recipe = {
            {
                count = 25,
                item = "basic_wood",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 300,
        },
        name_en = "Haunted Attic Flooring",
        description_en = "Old fashioned herringbone flooring with a dusty cool-tone color.",
        category = "furniture.haunted_attic_set",
    },
    stone_table_v1 = {
        icon_sprite = "spr_ui_item_decor_stone_table_v1",
        name = "石桌",
        description = "小小的石桌。 ",
        object = "stone_table_v1",
        tags = {
            "furniture",
            "stone_garden_set",
            "side_table",
        },
        recipe_key = "stone_table",
        crafting_level_requirement = 8,
        recipe = {
            {
                count = 50,
                item = "ore_stone",
            },
            {
                count = 5,
                item = "monster_shell",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Stone Table",
        description_en = "A small stone table.",
        category = "furniture.stone_set",
    },
    stone_lamp_v1 = {
        icon_sprite = "spr_ui_item_decor_stone_lamp_v1",
        name = "石灯",
        description = "石质花园灯。 ",
        object = "stone_lamp_v1",
        tags = {
            "furniture",
            "stone_garden_set",
            "floor_lighting",
        },
        recipe_key = "stone_lamp",
        crafting_level_requirement = 6,
        recipe = {
            {
                count = 30,
                item = "ore_stone",
            },
            {
                count = 2,
                item = "monster_core",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Stone Lamp",
        description_en = "A stone lamp.",
        category = "furniture.stone_set",
    },
    stone_bench_v1 = {
        icon_sprite = "spr_ui_item_decor_stone_bench_v1",
        name = "石长凳",
        description = "石质长凳。 ",
        object = "stone_bench_v1",
        tags = {
            "furniture",
            "stone_garden_set",
            "misc_seating",
        },
        recipe_key = "stone_bench",
        crafting_level_requirement = 1,
        recipe = {
            {
                count = 30,
                item = "ore_stone",
            },
            {
                count = 2,
                item = "sap",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Stone Bench",
        description_en = "A stone bench.",
        category = "furniture.stone_set",
    },
    large_paving_stone_v1 = {
        icon_sprite = "spr_ui_item_decor_large_paving_stone_v1",
        name = "大铺路石",
        description = "一大块铺路石。 ",
        object = "large_paving_stone_v1",
        tags = {
            "furniture",
            "stone_garden_set",
            "ground_decor",
            "stone_path",
        },
        recipe_key = "large_paving_stone",
        crafting_level_requirement = 4,
        recipe = {
            {
                count = 20,
                item = "ore_stone",
            },
            {
                count = 1,
                item = "peat",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Large Paving Stone",
        description_en = "A large paving stone.",
        category = "furniture.stone_set",
    },
    stone_storage_chest_v1 = {
        icon_sprite = "spr_ui_item_decor_stone_storage_chest_v1",
        name = "石箱",
        description = "石质储物箱, 储物空间大。 ",
        object = "stone_storage_chest_v1",
        tags = {
            "furniture",
            "stone_garden_set",
            "chest_and_storage",
        },
        recipe_key = "stone_storage_chest",
        crafting_level_requirement = 10,
        recipe = {
            {
                count = 50,
                item = "ore_stone",
            },
            {
                count = 2,
                item = "copper_ingot",
            },
            {
                count = 2,
                item = "monster_fang",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Stone Storage Chest",
        description_en = "A stone storage chest with a large storage capacity.",
        category = "furniture.stone_set",
    },
    stone_table_v2 = {
        icon_sprite = "spr_ui_item_decor_stone_table_v2",
        name = "石桌",
        description = "小小的石桌。 ",
        object = "stone_table_v2",
        tags = {
            "furniture",
            "stone_garden_set",
            "side_table",
        },
        recipe_key = "stone_table",
        crafting_level_requirement = 8,
        recipe = {
            {
                count = 50,
                item = "ore_stone",
            },
            {
                count = 5,
                item = "monster_shell",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Stone Table",
        description_en = "A small stone table.",
        category = "furniture.stone_set",
    },
    stone_lamp_v2 = {
        icon_sprite = "spr_ui_item_decor_stone_lamp_v2",
        name = "石灯",
        description = "石质花园灯。 ",
        object = "stone_lamp_v2",
        tags = {
            "furniture",
            "stone_garden_set",
            "floor_lighting",
        },
        recipe_key = "stone_lamp",
        crafting_level_requirement = 6,
        recipe = {
            {
                count = 30,
                item = "ore_stone",
            },
            {
                count = 2,
                item = "monster_core",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Stone Lamp",
        description_en = "A stone lamp.",
        category = "furniture.stone_set",
    },
    stone_bench_v2 = {
        icon_sprite = "spr_ui_item_decor_stone_bench_v2",
        name = "石长凳",
        description = "石质长凳。 ",
        object = "stone_bench_v2",
        tags = {
            "furniture",
            "stone_garden_set",
            "misc_seating",
        },
        recipe_key = "stone_bench",
        crafting_level_requirement = 1,
        recipe = {
            {
                count = 30,
                item = "ore_stone",
            },
            {
                count = 2,
                item = "sap",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Stone Bench",
        description_en = "A stone bench.",
        category = "furniture.stone_set",
    },
    large_paving_stone_v2 = {
        icon_sprite = "spr_ui_item_decor_large_paving_stone_v2",
        name = "大铺路石",
        description = "一大块铺路石。 ",
        object = "large_paving_stone_v2",
        tags = {
            "furniture",
            "stone_garden_set",
            "ground_decor",
            "stone_path",
        },
        recipe_key = "large_paving_stone",
        crafting_level_requirement = 4,
        recipe = {
            {
                count = 20,
                item = "ore_stone",
            },
            {
                count = 1,
                item = "peat",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Large Paving Stone",
        description_en = "A large paving stone.",
        category = "furniture.stone_set",
    },
    stone_storage_chest_v2 = {
        icon_sprite = "spr_ui_item_decor_stone_storage_chest_v2",
        name = "石箱",
        description = "石质储物箱, 储物空间大。 ",
        object = "stone_storage_chest_v2",
        tags = {
            "furniture",
            "stone_garden_set",
            "chest_and_storage",
        },
        recipe_key = "stone_storage_chest",
        crafting_level_requirement = 10,
        recipe = {
            {
                count = 50,
                item = "ore_stone",
            },
            {
                count = 2,
                item = "copper_ingot",
            },
            {
                count = 2,
                item = "monster_fang",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Stone Storage Chest",
        description_en = "A stone storage chest with a large storage capacity.",
        category = "furniture.stone_set",
    },
    stone_table_v3 = {
        icon_sprite = "spr_ui_item_decor_stone_table_v3",
        name = "石桌",
        description = "小小的石桌。 ",
        object = "stone_table_v3",
        tags = {
            "furniture",
            "stone_garden_set",
            "side_table",
        },
        recipe_key = "stone_table",
        crafting_level_requirement = 8,
        recipe = {
            {
                count = 50,
                item = "ore_stone",
            },
            {
                count = 5,
                item = "monster_shell",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Stone Table",
        description_en = "A small stone table.",
        category = "furniture.stone_set",
    },
    stone_lamp_v3 = {
        icon_sprite = "spr_ui_item_decor_stone_lamp_v3",
        name = "石灯",
        description = "石质花园灯。 ",
        object = "stone_lamp_v3",
        tags = {
            "furniture",
            "stone_garden_set",
            "floor_lighting",
        },
        recipe_key = "stone_lamp",
        crafting_level_requirement = 6,
        recipe = {
            {
                count = 30,
                item = "ore_stone",
            },
            {
                count = 2,
                item = "monster_core",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Stone Lamp",
        description_en = "A stone lamp.",
        category = "furniture.stone_set",
    },
    stone_bench_v3 = {
        icon_sprite = "spr_ui_item_decor_stone_bench_v3",
        name = "石长凳",
        description = "石质长凳。 ",
        object = "stone_bench_v3",
        tags = {
            "furniture",
            "stone_garden_set",
            "misc_seating",
        },
        recipe_key = "stone_bench",
        crafting_level_requirement = 1,
        recipe = {
            {
                count = 30,
                item = "ore_stone",
            },
            {
                count = 2,
                item = "sap",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Stone Bench",
        description_en = "A stone bench.",
        category = "furniture.stone_set",
    },
    large_paving_stone_v3 = {
        icon_sprite = "spr_ui_item_decor_large_paving_stone_v3",
        name = "大铺路石",
        description = "一大块铺路石。 ",
        object = "large_paving_stone_v3",
        tags = {
            "furniture",
            "stone_garden_set",
            "ground_decor",
            "stone_path",
        },
        recipe_key = "large_paving_stone",
        crafting_level_requirement = 4,
        recipe = {
            {
                count = 20,
                item = "ore_stone",
            },
            {
                count = 1,
                item = "peat",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Large Paving Stone",
        description_en = "A large paving stone.",
        category = "furniture.stone_set",
    },
    stone_storage_chest_v3 = {
        icon_sprite = "spr_ui_item_decor_stone_storage_chest_v3",
        name = "石箱",
        description = "石质储物箱, 储物空间大。 ",
        object = "stone_storage_chest_v3",
        tags = {
            "furniture",
            "stone_garden_set",
            "chest_and_storage",
        },
        recipe_key = "stone_storage_chest",
        crafting_level_requirement = 10,
        recipe = {
            {
                count = 50,
                item = "ore_stone",
            },
            {
                count = 2,
                item = "copper_ingot",
            },
            {
                count = 2,
                item = "monster_fang",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Stone Storage Chest",
        description_en = "A stone storage chest with a large storage capacity.",
        category = "furniture.stone_set",
    },
    mistria_wall_map_v1 = {
        icon_sprite = "spr_ui_item_decor_mistria_wall_map",
        name = "米斯特利亚墙挂地图",
        description = "米斯特利亚的地图, 上面能看得到你家! ",
        object = "mistria_wall_map_v1",
        tags = {
            "furniture",
            "mistrian_history_set",
            "wall_hanging",
        },
        recipe_key = "mistria_wall_map",
        crafting_level_requirement = 10,
        recipe = {
            {
                count = 20,
                item = "paper",
            },
            {
                count = 5,
                item = "monster_powder",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Mistria Wall Map",
        description_en = "A map that depicts Mistria. You can see your house from here!",
        category = "furniture.mistrian_history_set",
    },
    mistria_history_book_v1 = {
        icon_sprite = "spr_ui_item_decor_mistria_history_book",
        name = "米斯特利亚历史书",
        description = "装饰性的书, 里面记载了米斯特利亚数百年的历史。 ",
        object = "mistria_history_book_v1",
        tags = {
            "furniture",
            "mistrian_history_set",
            "misc_decor",
        },
        recipe_key = "mistria_history_book",
        crafting_level_requirement = 12,
        recipe = {
            {
                count = 20,
                item = "paper",
            },
            {
                count = 5,
                item = "monster_powder",
            },
            {
                hours = 1,
                minutes = 0,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Mistria History Book",
        description_en = "A decorative book detailing several hundred years of Mistria's history.",
        category = "furniture.mistrian_history_set",
    },
    ornate_flagstone_v1 = {
        icon_sprite = "spr_ui_item_ornate_flagstone_v1",
        name = "精美铺路石",
        description = "一块精美的铺路石。 ",
        object = "ornate_flagstone_v1",
        tags = {
            "furniture",
            "mistrian_history_set",
            "ground_decor",
        },
        recipe_key = "ornate_flagstone",
        crafting_level_requirement = 12,
        recipe = {
            {
                count = 10,
                item = "ore_stone",
            },
            {
                count = 1,
                item = "monster_shell",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Ornate Flagstone",
        description_en = "An ornate flagstone.",
        category = "furniture.mistrian_history_set",
    },
    dragon_priestess_fountain_v1 = {
        icon_sprite = "spr_ui_item_dragon_priestess_fountain_v1",
        name = "龙祭司喷泉",
        description = "小型的喷泉, 雕刻着一位女性龙祭司。 ",
        object = "dragon_priestess_fountain_v1",
        tags = {
            "furniture",
            "mistrian_history_set",
            "misc_outdoor_decor",
        },
        recipe_key = "dragon_priestess_fountain",
        crafting_level_requirement = 14,
        recipe = {
            {
                count = 30,
                item = "ore_stone",
            },
            {
                count = 4,
                item = "monster_horn",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Dragon Priestess Fountain",
        description_en = "A small fountain that features a Dragon Priestess.",
        category = "furniture.mistrian_history_set",
    },
    stone_dragon_figure_v1 = {
        icon_sprite = "spr_ui_item_decor_stone_dragon_figure_v1",
        name = "龙形石像",
        description = "装饰性的小型龙形石像。 ",
        object = "stone_dragon_figure_v1",
        tags = {
            "furniture",
            "mistrian_history_set",
            "misc_decor",
        },
        recipe_key = "stone_dragon_figure",
        crafting_level_requirement = 14,
        recipe = {
            {
                count = 30,
                item = "ore_stone",
            },
            {
                count = 4,
                item = "monster_horn",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Stone Dragon Figure",
        description_en = "A small decorative stone dragon figure.",
        category = "furniture.mistrian_history_set",
    },
    ornate_flagstone_v2 = {
        icon_sprite = "spr_ui_item_ornate_flagstone_v2",
        name = "精美铺路石",
        description = "一块精美的铺路石。 ",
        object = "ornate_flagstone_v2",
        tags = {
            "furniture",
            "mistrian_history_set",
            "ground_decor",
        },
        recipe_key = "ornate_flagstone",
        crafting_level_requirement = 12,
        recipe = {
            {
                count = 10,
                item = "ore_stone",
            },
            {
                count = 1,
                item = "monster_shell",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Ornate Flagstone",
        description_en = "An ornate flagstone.",
        category = "furniture.mistrian_history_set",
    },
    dragon_priestess_fountain_v2 = {
        icon_sprite = "spr_ui_item_dragon_priestess_fountain_v2",
        name = "龙祭司喷泉",
        description = "小型的喷泉, 雕刻着一位女性龙祭司。 ",
        object = "dragon_priestess_fountain_v2",
        tags = {
            "furniture",
            "mistrian_history_set",
            "misc_outdoor_decor",
        },
        recipe_key = "dragon_priestess_fountain",
        crafting_level_requirement = 14,
        recipe = {
            {
                count = 30,
                item = "ore_stone",
            },
            {
                count = 4,
                item = "monster_horn",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Dragon Priestess Fountain",
        description_en = "A small fountain that features a Dragon Priestess.",
        category = "furniture.mistrian_history_set",
    },
    stone_dragon_figure_v2 = {
        icon_sprite = "spr_ui_item_decor_stone_dragon_figure_v2",
        name = "龙形石像",
        description = "装饰性的小型龙形石像。 ",
        object = "stone_dragon_figure_v2",
        tags = {
            "furniture",
            "mistrian_history_set",
            "misc_decor",
        },
        recipe_key = "stone_dragon_figure",
        crafting_level_requirement = 14,
        recipe = {
            {
                count = 30,
                item = "ore_stone",
            },
            {
                count = 4,
                item = "monster_horn",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Stone Dragon Figure",
        description_en = "A small decorative stone dragon figure.",
        category = "furniture.mistrian_history_set",
    },
    ornate_flagstone_v3 = {
        icon_sprite = "spr_ui_item_ornate_flagstone_v3",
        name = "精美铺路石",
        description = "一块精美的铺路石。 ",
        object = "ornate_flagstone_v3",
        tags = {
            "furniture",
            "mistrian_history_set",
            "ground_decor",
        },
        recipe_key = "ornate_flagstone",
        crafting_level_requirement = 12,
        recipe = {
            {
                count = 10,
                item = "ore_stone",
            },
            {
                count = 1,
                item = "monster_shell",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Ornate Flagstone",
        description_en = "An ornate flagstone.",
        category = "furniture.mistrian_history_set",
    },
    dragon_priestess_fountain_v3 = {
        icon_sprite = "spr_ui_item_dragon_priestess_fountain_v3",
        name = "龙祭司喷泉",
        description = "小型的喷泉, 雕刻着一位女性龙祭司。 ",
        object = "dragon_priestess_fountain_v3",
        tags = {
            "furniture",
            "mistrian_history_set",
            "misc_outdoor_decor",
        },
        recipe_key = "dragon_priestess_fountain",
        crafting_level_requirement = 14,
        recipe = {
            {
                count = 30,
                item = "ore_stone",
            },
            {
                count = 4,
                item = "monster_horn",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Dragon Priestess Fountain",
        description_en = "A small fountain that features a Dragon Priestess.",
        category = "furniture.mistrian_history_set",
    },
    stone_dragon_figure_v3 = {
        icon_sprite = "spr_ui_item_decor_stone_dragon_figure_v3",
        name = "龙形石像",
        description = "装饰性的小型龙形石像。 ",
        object = "stone_dragon_figure_v3",
        tags = {
            "furniture",
            "mistrian_history_set",
            "misc_decor",
        },
        recipe_key = "stone_dragon_figure",
        crafting_level_requirement = 14,
        recipe = {
            {
                count = 30,
                item = "ore_stone",
            },
            {
                count = 4,
                item = "monster_horn",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Stone Dragon Figure",
        description_en = "A small decorative stone dragon figure.",
        category = "furniture.mistrian_history_set",
    },
    dragon_statue_replica_v1 = {
        icon_sprite = "spr_ui_item_dragon_statue_replica_v1",
        name = "龙形雕像",
        description = "用暖色调的石头雕刻而成的龙的雕像。 ",
        object = "dragon_statue_replica_v1",
        tags = {
            "furniture",
            "mistrian_history_set",
            "misc_decor",
        },
        recipe_key = "dragon_statue_replica",
        crafting_level_requirement = 20,
        recipe = {
            {
                count = 100,
                item = "ore_stone",
            },
            {
                count = 2,
                item = "monster_core",
            },
            {
                count = 2,
                item = "monster_horn",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Dragon Statue",
        description_en = "A figure of a dragon, carved from warm-toned stone.",
        category = "furniture.mistrian_history_set",
    },
    dragon_statue_replica_v2 = {
        icon_sprite = "spr_ui_item_dragon_statue_replica_v2",
        name = "龙形雕像",
        description = "用冷色调的石头雕刻而成的龙的雕像。 ",
        object = "dragon_statue_replica_v2",
        tags = {
            "furniture",
            "mistrian_history_set",
            "misc_decor",
        },
        recipe_key = "dragon_statue_replica",
        crafting_level_requirement = 20,
        recipe = {
            {
                count = 100,
                item = "ore_stone",
            },
            {
                count = 2,
                item = "monster_core",
            },
            {
                count = 2,
                item = "monster_horn",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Dragon Statue",
        description_en = "A figure of a dragon, carved from cool-toned stone.",
        category = "furniture.mistrian_history_set",
    },
    mistria_history_scroll_v1 = {
        icon_sprite = "spr_ui_item_decor_mistria_history_scroll",
        name = "卡尔多西亚装饰卷轴",
        description = "装饰性的卡尔多西亚卷轴。 ",
        object = "mistria_history_scroll_v1",
        tags = {
            "furniture",
            "mistrian_history_set",
            "misc_decor",
        },
        recipe_key = "mistria_history_scroll",
        crafting_level_requirement = 12,
        recipe = {
            {
                count = 10,
                item = "paper",
            },
            {
                count = 2,
                item = "shard_mass",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Caldosian Decorative Scroll",
        description_en = "A decorative Caldosian scroll.",
        category = "furniture.mistrian_history_set",
    },
    alda_pot_replica_blue = {
        icon_sprite = "spr_ui_item_alda_pot_replica_blue",
        name = "阿尔达陶罐复制品",
        description = "蓝色的阿尔达陶罐复制品。 ",
        object = "alda_pot_replica_blue",
        tags = {
            "furniture",
            "misc_decor",
            "mistrian_history_set",
        },
        recipe_key = "alda_pot_replica",
        crafting_level_requirement = "12",
        recipe = {
            {
                count = 10,
                item = "clay",
            },
            {
                count = 5,
                item = "shards",
            },
            {
                count = 2,
                item = "shard_mass",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Alda Pot Replica",
        description_en = "A blue colored replica of an Alda Pot artifact.",
        category = "furniture.mistrian_history_set",
    },
    alda_pot_replica_green = {
        icon_sprite = "spr_ui_item_alda_pot_replica_green",
        name = "阿尔达陶罐复制品",
        description = "绿色的阿尔达陶罐复制品。 ",
        object = "alda_pot_replica_green",
        tags = {
            "furniture",
            "misc_decor",
            "mistrian_history_set",
        },
        recipe_key = "alda_pot_replica",
        crafting_level_requirement = "12",
        recipe = {
            {
                count = 10,
                item = "clay",
            },
            {
                count = 5,
                item = "shards",
            },
            {
                count = 2,
                item = "shard_mass",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Alda Pot Replica",
        description_en = "A green colored replica of an Alda Pot artifact.",
        category = "furniture.mistrian_history_set",
    },
    alda_pot_replica_red = {
        icon_sprite = "spr_ui_item_alda_pot_replica_red",
        name = "阿尔达陶罐复制品",
        description = "红色的阿尔达陶罐复制品。 ",
        object = "alda_pot_replica_red",
        tags = {
            "furniture",
            "misc_decor",
            "mistrian_history_set",
        },
        recipe_key = "alda_pot_replica",
        crafting_level_requirement = "12",
        recipe = {
            {
                count = 10,
                item = "clay",
            },
            {
                count = 5,
                item = "shards",
            },
            {
                count = 2,
                item = "shard_mass",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Alda Pot Replica",
        description_en = "A red colored replica of an Alda Pot artifact.",
        category = "furniture.mistrian_history_set",
    },
    alda_pot_replica_purple = {
        icon_sprite = "spr_ui_item_alda_pot_replica_purple",
        name = "阿尔达陶罐复制品",
        description = "紫色的阿尔达陶罐复制品。 ",
        object = "alda_pot_replica_purple",
        tags = {
            "furniture",
            "misc_decor",
            "mistrian_history_set",
        },
        recipe_key = "alda_pot_replica",
        crafting_level_requirement = "12",
        recipe = {
            {
                count = 10,
                item = "clay",
            },
            {
                count = 5,
                item = "shards",
            },
            {
                count = 2,
                item = "shard_mass",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Alda Pot Replica",
        description_en = "A purple colored replica of an Alda Pot artifact.",
        category = "furniture.mistrian_history_set",
    },
    alda_pot_replica_gold = {
        icon_sprite = "spr_ui_item_alda_pot_replica_gold",
        name = "阿尔达陶罐复制品",
        description = "金色的阿尔达陶罐复制品。 ",
        object = "alda_pot_replica_gold",
        tags = {
            "furniture",
            "misc_decor",
            "mistrian_history_set",
        },
        recipe_key = "alda_pot_replica",
        crafting_level_requirement = "12",
        recipe = {
            {
                count = 10,
                item = "clay",
            },
            {
                count = 5,
                item = "shards",
            },
            {
                count = 2,
                item = "shard_mass",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Alda Pot Replica",
        description_en = "A gold colored replica of an Alda Pot artifact.",
        category = "furniture.mistrian_history_set",
    },
    gryphon_statue_replica_v1 = {
        icon_sprite = "spr_ui_item_decor_gryphon_statue_v1",
        name = "狮鹫雕像复制品",
        description = "古老狮鹫雕像的复制品。 ",
        object = "gryphon_statue_replica_v1",
        tags = {
            "furniture",
            "misc_outdoor_decor",
            "mistrian_history_set",
        },
        recipe_key = "gryphon_statue_replica",
        crafting_level_requirement = 20,
        recipe = {
            {
                count = 10,
                item = "refined_stone",
            },
            {
                count = 3,
                item = "monster_shell",
            },
            {
                count = 3,
                item = "monster_horn",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Gryphon Statue Replica",
        description_en = "A replica of an ancient stone gryphon.",
        category = "furniture.mistrian_history_set",
    },
    gryphon_statue_replica_v2 = {
        icon_sprite = "spr_ui_item_decor_gryphon_statue_v2",
        name = "狮鹫雕像复制品",
        description = "古老狮鹫雕像的复制品。 ",
        object = "gryphon_statue_replica_v2",
        tags = {
            "furniture",
            "misc_outdoor_decor",
            "mistrian_history_set",
        },
        recipe_key = "gryphon_statue_replica",
        crafting_level_requirement = 20,
        recipe = {
            {
                count = 10,
                item = "refined_stone",
            },
            {
                count = 3,
                item = "monster_shell",
            },
            {
                count = 3,
                item = "monster_horn",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Gryphon Statue Replica",
        description_en = "A replica of an ancient stone gryphon.",
        category = "furniture.mistrian_history_set",
    },
    gryphon_statue_replica_v3 = {
        icon_sprite = "spr_ui_item_decor_gryphon_statue_v3",
        name = "狮鹫雕像复制品",
        description = "古老狮鹫雕像的复制品。 ",
        object = "gryphon_statue_replica_v3",
        tags = {
            "furniture",
            "misc_outdoor_decor",
            "mistrian_history_set",
        },
        recipe_key = "gryphon_statue_replica",
        crafting_level_requirement = 20,
        recipe = {
            {
                count = 10,
                item = "refined_stone",
            },
            {
                count = 3,
                item = "monster_shell",
            },
            {
                count = 3,
                item = "monster_horn",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Gryphon Statue Replica",
        description_en = "A replica of an ancient stone gryphon.",
        category = "furniture.mistrian_history_set",
    },
    coral_lamp_blue = {
        name = "珊瑚灯",
        description = "蓝色的珊瑚灯。 ",
        icon_sprite = "spr_ui_item_furniture_coral_lamp_blue",
        tags = {
            "furniture",
            "tide_caverns_set",
            "table_lighting",
        },
        object = "coral_lamp_blue",
        crafting_level_requirement = 4,
        recipe_key = "coral_lamp",
        recipe = {
            {
                count = 15,
                item = "coral",
            },
            {
                count = 5,
                item = "glass",
            },
            {
                count = 2,
                item = "monster_core",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Coral Lamp",
        description_en = "A blue coral lamp.",
        category = "furniture.tide_set",
    },
    coral_chair_blue = {
        name = "珊瑚椅",
        description = "蓝色的珊瑚椅。 ",
        icon_sprite = "spr_ui_item_furniture_coral_chair_blue",
        tags = {
            "furniture",
            "tide_caverns_set",
            "dining_chair",
        },
        object = "coral_chair_blue",
        crafting_level_requirement = 6,
        recipe_key = "coral_chair",
        recipe = {
            {
                count = 15,
                item = "coral",
            },
            {
                count = 5,
                item = "sap",
            },
            {
                count = 3,
                item = "monster_fang",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Coral Chair",
        description_en = "A blue coral chair.",
        category = "furniture.tide_set",
    },
    coral_table_blue = {
        name = "珊瑚桌",
        description = "蓝色的珊瑚桌。 ",
        icon_sprite = "spr_ui_item_furniture_coral_table_blue",
        tags = {
            "furniture",
            "tide_caverns_set",
            "coffee_table",
        },
        object = "coral_table_blue",
        crafting_level_requirement = 8,
        recipe_key = "coral_table",
        recipe = {
            {
                count = 20,
                item = "coral",
            },
            {
                count = 5,
                item = "glass",
            },
            {
                count = 3,
                item = "monster_horn",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Coral Table",
        description_en = "A blue coral table.",
        category = "furniture.tide_set",
    },
    coral_storage_chest_blue = {
        name = "珊瑚储物箱",
        description = "蓝色的珊瑚储物箱, 储物空间大。 ",
        icon_sprite = "spr_ui_item_furniture_coral_storage_chest_blue",
        tags = {
            "furniture",
            "tide_caverns_set",
            "chest_and_storage",
        },
        object = "coral_storage_chest_blue",
        crafting_level_requirement = 6,
        recipe_key = "coral_storage_chest",
        recipe = {
            {
                count = 20,
                item = "basic_wood",
            },
            {
                count = 5,
                item = "coral",
            },
            {
                count = 5,
                item = "monster_shell",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Coral Storage Chest",
        description_en = "A blue coral chest with a large storage capacity.",
        category = "furniture.tide_set",
    },
    coral_lamp_purple = {
        name = "珊瑚灯",
        description = "紫色的珊瑚灯。 ",
        icon_sprite = "spr_ui_item_furniture_coral_lamp_purple",
        tags = {
            "furniture",
            "tide_caverns_set",
            "table_lighting",
        },
        object = "coral_lamp_purple",
        crafting_level_requirement = 4,
        recipe_key = "coral_lamp",
        recipe = {
            {
                count = 15,
                item = "coral",
            },
            {
                count = 5,
                item = "glass",
            },
            {
                count = 2,
                item = "monster_core",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Coral Lamp",
        description_en = "A purple coral lamp.",
        category = "furniture.tide_set",
    },
    coral_chair_purple = {
        name = "珊瑚椅",
        description = "紫色的珊瑚椅。 ",
        icon_sprite = "spr_ui_item_furniture_coral_chair_purple",
        tags = {
            "furniture",
            "tide_caverns_set",
            "dining_chair",
        },
        object = "coral_chair_purple",
        crafting_level_requirement = 6,
        recipe_key = "coral_chair",
        recipe = {
            {
                count = 15,
                item = "coral",
            },
            {
                count = 5,
                item = "sap",
            },
            {
                count = 3,
                item = "monster_fang",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Coral Chair",
        description_en = "A purple coral chair.",
        category = "furniture.tide_set",
    },
    coral_table_purple = {
        name = "珊瑚桌",
        description = "紫色的珊瑚桌。 ",
        icon_sprite = "spr_ui_item_furniture_coral_table_purple",
        tags = {
            "furniture",
            "tide_caverns_set",
            "coffee_table",
        },
        object = "coral_table_purple",
        crafting_level_requirement = 8,
        recipe_key = "coral_table",
        recipe = {
            {
                count = 20,
                item = "coral",
            },
            {
                count = 5,
                item = "glass",
            },
            {
                count = 3,
                item = "monster_horn",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Coral Table",
        description_en = "A purple coral table.",
        category = "furniture.tide_set",
    },
    coral_storage_chest_purple = {
        name = "珊瑚储物箱",
        description = "紫色的珊瑚储物箱, 储物空间大。 ",
        icon_sprite = "spr_ui_item_furniture_coral_storage_chest_purple",
        tags = {
            "furniture",
            "tide_caverns_set",
            "chest_and_storage",
        },
        object = "coral_storage_chest_purple",
        crafting_level_requirement = 6,
        recipe_key = "coral_storage_chest",
        recipe = {
            {
                count = 20,
                item = "basic_wood",
            },
            {
                count = 5,
                item = "coral",
            },
            {
                count = 5,
                item = "monster_shell",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Coral Storage Chest",
        description_en = "A purple coral chest with a large storage capacity.",
        category = "furniture.tide_set",
    },
    sand_rug = {
        name = "沙子地毯",
        description = "模仿沙滩的沙子地毯。 ",
        icon_sprite = "spr_ui_item_furniture_sand_rug",
        tags = {
            "furniture",
            "tide_caverns_set",
            "medium_rug",
        },
        object = "sand_rug",
        crafting_level_requirement = 2,
        recipe = {
            {
                count = 10,
                item = "fiber",
            },
            {
                count = 2,
                item = "feather",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Sand Rug",
        description_en = "A sandy rug that mimics the beach.",
        category = "furniture.tide_set",
    },
    low_tide_flooring = {
        name = "潮汐洞穴地板",
        description = "模仿了潮汐洞穴外观的石头地板。 ",
        icon_sprite = "spr_ui_item_furniture_tide_flooring",
        tags = {
            "furniture",
            "tide_caverns_set",
            "novelty_flooring",
        },
        flooring = "tide_caverns",
        crafting_level_requirement = 4,
        crafting_preview_sprite = "spr_ui_furniture_flooring_tide_caverns_preview",
        recipe = {
            {
                count = 20,
                item = "ore_stone",
            },
            {
                count = 3,
                item = "spirula_shell",
            },
            {
                count = 3,
                item = "pink_scallop_shell",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Low Tide Flooring",
        description_en = "A rock floor that mimics the look of the Tide Caverns.",
        category = "furniture.tide_set",
    },
    tide_touched_cavern_wall = {
        name = "潮汐洞穴墙纸",
        description = "模仿了潮汐洞穴外观的墙纸。 ",
        icon_sprite = "spr_ui_item_furniture_tide_wallpaper",
        tags = {
            "furniture",
            "tide_caverns_set",
            "wallpaper",
        },
        wallpaper = "tide_caverns",
        door_mold = "spr_carpenter_house_f2_doorway2_spring",
        crafting_level_requirement = 4,
        crafting_preview_sprite = "spr_ui_furniture_wallpaper_tide_caverns_preview",
        recipe = {
            {
                count = 20,
                item = "ore_stone",
            },
            {
                count = 5,
                item = "ore_iron",
            },
            {
                count = 5,
                item = "paper",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Tide-Touched Cavern Wall",
        description_en = "A wallpaper that mimics the look of the Tide Caverns.",
        category = "furniture.tide_set",
    },
    ornamental_iron_node = {
        name = "观赏用铁矿脉",
        description = "装饰性的铁矿脉。 ",
        icon_sprite = "spr_ui_item_furniture_iron_node",
        tags = {
            "furniture",
            "tide_caverns_set",
            "misc_furniture",
        },
        object = "ornamental_iron_node",
        crafting_level_requirement = 2,
        recipe = {
            {
                count = 10,
                item = "ore_stone",
            },
            {
                count = 10,
                item = "ore_iron",
            },
            {
                count = 3,
                item = "monster_powder",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Ornamental Iron Node",
        description_en = "A decorative iron node.",
        category = "furniture.tide_set",
    },
    ornamental_sapphire_rock = {
        name = "观赏用蓝宝石岩",
        description = "装饰性的蓝宝石岩。 ",
        icon_sprite = "spr_ui_item_furniture_sapphire_rock",
        tags = {
            "furniture",
            "tide_caverns_set",
            "misc_furniture",
        },
        object = "ornamental_sapphire_rock",
        crafting_level_requirement = 2,
        recipe = {
            {
                count = 10,
                item = "ore_stone",
            },
            {
                count = 3,
                item = "ore_sapphire",
            },
            {
                count = 3,
                item = "glowing_mushroom",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Ornamental Sapphire Rock",
        description_en = "A decorative sapphire rock.",
        category = "furniture.tide_set",
    },
    coral_stone_archway = {
        name = "珊瑚石拱门",
        description = "底部有珊瑚的石拱门。 ",
        icon_sprite = "spr_ui_item_furniture_coral_arch",
        tags = {
            "furniture",
            "tide_caverns_set",
            "misc_outdoor_decor",
        },
        object = "coral_stone_archway",
        crafting_level_requirement = 14,
        recipe = {
            {
                count = 20,
                item = "ore_stone",
            },
            {
                count = 10,
                item = "coral",
            },
            {
                count = 3,
                item = "monster_fang",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Coral-Stone Arch",
        description_en = "A stone archway with coral at its base.",
        category = "furniture.tide_set",
    },
    witch_queen_flooring = {
        icon_sprite = "spr_ui_item_furniture_witch_queen_flooring",
        name = "巫后地板",
        description = "海绿色瓷砖地板",
        flooring = "witch_queen",
        crafting_preview_sprite = "spr_ui_furniture_witch_queen_floor_preview",
        tags = {
            "furniture",
            "tile_flooring",
            "witch_queen_set",
        },
        crafting_level_requirement = 10,
        recipe = {
            {
                count = 10,
                item = "clay",
            },
            {
                count = 10,
                item = "shards",
            },
            {
                count = 3,
                item = "ore_emerald",
            },
            {
                hours = 2,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Witch Queen Flooring",
        description_en = "Sea green tile flooring.",
        category = "furniture.witch_queen_set",
    },
    witch_queen_wallpaper = {
        icon_sprite = "spr_ui_item_furniture_witch_queen_wallpaper",
        name = "巫后墙纸",
        description = "模仿了巫后宫廷中那繁复华丽的帷幔的墙纸。 ",
        wallpaper = "witch_queen",
        door_mold = "spr_carpenter_house_f2_doorway2_spring",
        crafting_preview_sprite = "spr_ui_furniture_witch_queen_wall_preview",
        tags = {
            "furniture",
            "wallpaper",
            "witch_queen_set",
        },
        crafting_level_requirement = 10,
        recipe = {
            {
                count = 5,
                item = "shards",
            },
            {
                count = 5,
                item = "golden_feather",
            },
            {
                count = 5,
                item = "paper",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Witch Queen Wallpaper",
        description_en = "A wallpaper that mimics the elaborate curtains of the Witch Queen's court.",
        category = "furniture.witch_queen_set",
    },
    witch_queen_bed = {
        icon_sprite = "spr_ui_item_furniture_witch_queen_bed",
        name = "巫后床",
        description = "奢华的海绿色床, 床品饰以金边, 尽显巫后的尊贵。 ",
        object = "witch_queen_bed",
        tags = {
            "furniture",
            "single_bed",
            "witch_queen_set",
        },
        crafting_level_requirement = 20,
        recipe = {
            {
                count = 60,
                item = "hard_wood",
            },
            {
                count = 3,
                item = "shard_mass",
            },
            {
                count = 3,
                item = "golden_feather",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Witch Queen Bed",
        description_en = "An opulent sea green and gold-trimmed bed fit for a Witch Queen.",
        category = "furniture.witch_queen_set",
    },
    witch_queen_double_bed = {
        icon_sprite = "spr_ui_item_furniture_witch_queen_double_bed",
        name = "巫后双人床",
        description = "奢华的海绿色双人床, 床品饰以金边, 尽显巫后的尊贵。 ",
        object = "witch_queen_double_bed",
        tags = {
            "furniture",
            "double_bed",
            "witch_queen_set",
        },
        crafting_level_requirement = 26,
        recipe = {
            {
                count = 1000,
                item = "hard_wood",
            },
            {
                count = 6,
                item = "shard_mass",
            },
            {
                count = 6,
                item = "golden_feather",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Witch Queen Double Bed",
        description_en = "An opulent sea green and gold-trimmed double bed fit for a Witch Queen.",
        category = "furniture.witch_queen_set",
    },
    witch_queen_cauldron = {
        icon_sprite = "spr_ui_item_furniture_witch_queen_cauldron",
        crafting_preview_sprite = "spr_furniture_witch_queen_cauldron_spring_on",
        name = "巫后坩埚",
        description = "以金修饰的铁坩埚。 ",
        object = "witch_queen_cauldron",
        tags = {
            "furniture",
            "misc_furniture",
            "witch_queen_set",
        },
        crafting_level_requirement = 18,
        recipe = {
            {
                count = 10,
                item = "iron_ingot",
            },
            {
                count = 5,
                item = "shards",
            },
            {
                count = 3,
                item = "monster_powder",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Witch Queen Cauldron",
        description_en = "An iron cauldron finished in gold.",
        category = "furniture.witch_queen_set",
    },
    witch_queen_chair = {
        icon_sprite = "spr_ui_item_furniture_witch_queen_chair",
        name = "巫后椅",
        description = "华贵的紫色与海绿相间的座椅, 尽显巫后的神秘。 ",
        object = "witch_queen_chair",
        tags = {
            "furniture",
            "dining_chair",
            "witch_queen_set",
        },
        crafting_level_requirement = 14,
        recipe = {
            {
                count = 25,
                item = "basic_wood",
            },
            {
                count = 3,
                item = "shard_mass",
            },
            {
                count = 5,
                item = "duck_feather",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Witch Queen Chair",
        description_en = "An opulent purple and sea green chair fit for a Witch Queen.",
        category = "furniture.witch_queen_set",
    },
    witch_queen_dressing_table = {
        icon_sprite = "spr_ui_item_furniture_witch_queen_dressing_table",
        name = "巫后梳妆台",
        description = "紫色与海绿相间的梳妆台。 ",
        object = "witch_queen_dressing_table",
        tags = {
            "furniture",
            "dressing_table",
            "witch_queen_set",
        },
        crafting_level_requirement = 16,
        recipe = {
            {
                count = 20,
                item = "basic_wood",
            },
            {
                count = 5,
                item = "glass",
            },
            {
                count = 2,
                item = "shards",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Witch Queen Dressing Table",
        description_en = "A sea green and purple dressing table.",
        category = "furniture.witch_queen_set",
    },
    witch_queen_moon_lamp = {
        icon_sprite = "spr_ui_item_furniture_witch_queen_moon_lamp",
        name = "巫后月亮灯",
        description = "呈满月状的灯饰。 ",
        object = "witch_queen_moon_lamp",
        tags = {
            "furniture",
            "floor_lighting",
            "witch_queen_set",
        },
        crafting_level_requirement = 10,
        recipe = {
            {
                count = 5,
                item = "glass",
            },
            {
                count = 5,
                item = "crystal",
            },
            {
                count = 1,
                item = "shard_mass",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Witch Queen Moon Lamp",
        description_en = "A lamp in the shape of the full moon.",
        category = "furniture.witch_queen_set",
    },
    witch_queen_nightstand = {
        icon_sprite = "spr_ui_item_furniture_witch_queen_nightstand",
        name = "巫后床头柜",
        description = "紫色与海绿相间的床头柜。 ",
        object = "witch_queen_nightstand",
        tags = {
            "furniture",
            "nightstand",
            "witch_queen_set",
        },
        crafting_level_requirement = 10,
        recipe = {
            {
                count = 40,
                item = "basic_wood",
            },
            {
                count = 5,
                item = "shards",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Witch Queen Nightstand",
        description_en = "A sea green and purple nightstand.",
        category = "furniture.witch_queen_set",
    },
    witch_queen_pillar = {
        icon_sprite = "spr_ui_item_furniture_witch_queen_pillar",
        name = "巫后华柱",
        description = "镶着金边的紫色华柱。 ",
        object = "witch_queen_pillar",
        tags = {
            "furniture",
            "misc_furniture",
            "witch_queen_set",
        },
        crafting_level_requirement = 12,
        recipe = {
            {
                count = 5,
                item = "shard_mass",
            },
            {
                count = 1,
                item = "gold_ingot",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Witch Queen Pillar",
        description_en = "A purple pillar trimmed in gold.",
        category = "furniture.witch_queen_set",
    },
    witch_queen_rug = {
        icon_sprite = "spr_ui_item_furniture_witch_queen_rug",
        name = "巫后地毯",
        description = "精致华美的紫金色地毯, 描绘着月相变化的玄妙图案。 ",
        object = "witch_queen_rug",
        tags = {
            "furniture",
            "large_rug",
            "witch_queen_set",
        },
        crafting_level_requirement = 10,
        recipe = {
            {
                count = 5,
                item = "alpaca_wool",
            },
            {
                count = 3,
                item = "plum_blossom",
            },
            {
                count = 1,
                item = "golden_feather",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Witch Queen Rug",
        description_en = "An elaborate purple and gold rug that shows the phases of the moon.",
        category = "furniture.witch_queen_set",
    },
    witch_queen_table = {
        icon_sprite = "spr_ui_item_furniture_witch_queen_table",
        name = "巫后桌",
        description = "典雅别致的紫色桌子, 饰以海绿色细节装饰。 ",
        object = "witch_queen_table",
        tags = {
            "furniture",
            "dining_table",
            "witch_queen_set",
        },
        crafting_level_requirement = 22,
        recipe = {
            {
                count = 60,
                item = "basic_wood",
            },
            {
                count = 6,
                item = "shards",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Witch Queen Table",
        description_en = "A purple table with sea green detailing.",
        category = "furniture.witch_queen_set",
    },
    witch_queen_throne = {
        icon_sprite = "spr_ui_item_furniture_witch_queen_throne",
        name = "巫后宝座",
        description = "庄严华贵的紫色宝座, 饰以金边装饰, 彰显巫后的权威。 ",
        object = "witch_queen_throne",
        tags = {
            "furniture",
            "misc_seating",
            "witch_queen_set",
        },
        crafting_level_requirement = 22,
        recipe = {
            {
                count = 5,
                item = "gold_ingot",
            },
            {
                count = 5,
                item = "shard_mass",
            },
            {
                count = 2,
                item = "alpaca_wool",
            },
            {
                count = 2,
                item = "bull_horn",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Witch Queen Throne",
        description_en = "A regal purple and gold trimmed throne fit for a Witch Queen.",
        category = "furniture.witch_queen_set",
    },
    kitchen_scale_yellow = {
        icon_sprite = "spr_ui_item_decor_kitchen_scale_yellow",
        name = "厨房秤",
        description = "黄色的装饰性厨房秤。 ",
        object = "kitchen_scale_yellow",
        recipe_key = "kitchen_scale",
        tags = {
            "furniture",
            "kitchen_decor",
            "kitchen_set",
        },
        crafting_level_requirement = 20,
        recipe = {
            {
                count = 2,
                item = "iron_ingot",
            },
            {
                count = 5,
                item = "glass",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 400,
        },
        name_en = "Kitchen Scale",
        description_en = "A decorative yellow kitchen scale.",
        category = "furniture.kitchen_set",
    },
    kitchen_scale_pink = {
        icon_sprite = "spr_ui_item_decor_kitchen_scale_pink",
        name = "厨房秤",
        description = "粉色的装饰性厨房秤。 ",
        object = "kitchen_scale_pink",
        recipe_key = "kitchen_scale",
        tags = {
            "furniture",
            "kitchen_decor",
            "kitchen_set",
        },
        crafting_level_requirement = 20,
        recipe = {
            {
                count = 2,
                item = "iron_ingot",
            },
            {
                count = 5,
                item = "glass",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 400,
        },
        name_en = "Kitchen Scale",
        description_en = "A decorative pink kitchen scale.",
        category = "furniture.kitchen_set",
    },
    kitchen_scale_orange = {
        icon_sprite = "spr_ui_item_decor_kitchen_scale_orange",
        name = "厨房秤",
        description = "橙色的装饰性厨房秤。 ",
        object = "kitchen_scale_orange",
        recipe_key = "kitchen_scale",
        tags = {
            "furniture",
            "kitchen_decor",
            "kitchen_set",
        },
        crafting_level_requirement = 20,
        recipe = {
            {
                count = 2,
                item = "iron_ingot",
            },
            {
                count = 5,
                item = "glass",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 400,
        },
        name_en = "Kitchen Scale",
        description_en = "A decorative orange kitchen scale.",
        category = "furniture.kitchen_set",
    },
    kitchen_scale_blue = {
        icon_sprite = "spr_ui_item_decor_kitchen_scale_blue",
        name = "厨房秤",
        description = "蓝色的装饰性厨房秤。 ",
        object = "kitchen_scale_blue",
        recipe_key = "kitchen_scale",
        tags = {
            "furniture",
            "kitchen_decor",
            "kitchen_set",
        },
        crafting_level_requirement = 20,
        recipe = {
            {
                count = 2,
                item = "iron_ingot",
            },
            {
                count = 5,
                item = "glass",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 400,
        },
        name_en = "Kitchen Scale",
        description_en = "A decorative blue kitchen scale.",
        category = "furniture.kitchen_set",
    },
    kitchen_utensil_holder_pink = {
        icon_sprite = "spr_ui_item_decor_kitchen_utensil_holder_pink",
        name = "餐具筒",
        description = "粉色的装饰性餐具筒。 ",
        object = "kitchen_utensil_holder_pink",
        recipe_key = "kitchen_utensil_holder",
        tags = {
            "furniture",
            "kitchen_decor",
            "kitchen_set",
        },
        crafting_level_requirement = 24,
        recipe = {
            {
                count = 10,
                item = "basic_wood",
            },
            {
                count = 4,
                item = "hard_wood",
            },
            {
                count = 4,
                item = "clay",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 600,
        },
        name_en = "Utensil Holder",
        description_en = "A decorative pink utensil holder.",
        category = "furniture.kitchen_set",
    },
    kitchen_utensil_holder_white = {
        icon_sprite = "spr_ui_item_decor_kitchen_utensil_holder_white",
        name = "餐具筒",
        description = "白色的装饰性餐具筒。 ",
        object = "kitchen_utensil_holder_white",
        recipe_key = "kitchen_utensil_holder",
        tags = {
            "furniture",
            "kitchen_decor",
            "kitchen_set",
        },
        crafting_level_requirement = 24,
        recipe = {
            {
                count = 10,
                item = "basic_wood",
            },
            {
                count = 4,
                item = "hard_wood",
            },
            {
                count = 4,
                item = "clay",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 600,
        },
        name_en = "Utensil Holder",
        description_en = "A decorative white utensil holder.",
        category = "furniture.kitchen_set",
    },
    kitchen_utensil_holder_green = {
        icon_sprite = "spr_ui_item_decor_kitchen_utensil_holder_green",
        name = "餐具筒",
        description = "绿色的装饰性餐具筒。 ",
        object = "kitchen_utensil_holder_green",
        recipe_key = "kitchen_utensil_holder",
        tags = {
            "furniture",
            "kitchen_decor",
            "kitchen_set",
        },
        crafting_level_requirement = 24,
        recipe = {
            {
                count = 10,
                item = "basic_wood",
            },
            {
                count = 4,
                item = "hard_wood",
            },
            {
                count = 4,
                item = "clay",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 600,
        },
        name_en = "Utensil Holder",
        description_en = "A decorative green utensil holder.",
        category = "furniture.kitchen_set",
    },
    kitchen_utensil_holder_blue = {
        icon_sprite = "spr_ui_item_decor_kitchen_utensil_holder_blue",
        name = "餐具筒",
        description = "蓝色的装饰性餐具筒。 ",
        object = "kitchen_utensil_holder_blue",
        recipe_key = "kitchen_utensil_holder",
        tags = {
            "furniture",
            "kitchen_decor",
            "kitchen_set",
        },
        crafting_level_requirement = 24,
        recipe = {
            {
                count = 10,
                item = "basic_wood",
            },
            {
                count = 4,
                item = "hard_wood",
            },
            {
                count = 4,
                item = "clay",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 600,
        },
        name_en = "Utensil Holder",
        description_en = "A decorative blue utensil holder.",
        category = "furniture.kitchen_set",
    },
    kitchen_salt_and_pepper_shakers = {
        icon_sprite = "spr_ui_item_decor_kitchen_salt_and_pepper_shakers",
        name = "椒盐组合",
        description = "装饰性的调味瓶组合, 盐瓶与胡椒瓶各一。 ",
        object = "kitchen_salt_and_pepper_shakers",
        recipe_key = "kitchen_salt_and_pepper_shakers",
        tags = {
            "furniture",
            "kitchen_decor",
            "kitchen_set",
        },
        crafting_level_requirement = 16,
        recipe = {
            {
                count = 2,
                item = "rock_salt",
            },
            {
                count = 2,
                item = "chili_pepper",
            },
            {
                hours = 0,
                minutes = 10,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 400,
        },
        name_en = "Salt & Pepper Shakers",
        description_en = "A decorative salt & pepper shaker set.",
        category = "furniture.kitchen_set",
    },
    kitchen_herb_planter_v1 = {
        icon_sprite = "spr_ui_item_decor_kitchen_herb_planter_v1",
        name = "香草盆栽",
        description = "蓝白配色的装饰性香草盆栽。 ",
        object = "kitchen_herb_planter_v1",
        recipe_key = "kitchen_herb_planter",
        tags = {
            "furniture",
            "kitchen_decor",
            "tabletop_plant",
            "kitchen_set",
        },
        crafting_level_requirement = 24,
        recipe = {
            {
                count = 2,
                item = "oregano",
            },
            {
                count = 2,
                item = "sage",
            },
            {
                count = 2,
                item = "sod",
            },
            {
                count = 2,
                item = "clay",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 400,
        },
        name_en = "Herb Planter",
        description_en = "A decorative white and blue herb planter.",
        category = "furniture.kitchen_set",
    },
    kitchen_herb_planter_v2 = {
        icon_sprite = "spr_ui_item_decor_kitchen_herb_planter_v2",
        name = "香草盆栽",
        description = "黄金与绿配色的装饰性香草盆栽。 ",
        object = "kitchen_herb_planter_v2",
        recipe_key = "kitchen_herb_planter",
        tags = {
            "furniture",
            "kitchen_decor",
            "tabletop_plant",
            "kitchen_set",
        },
        crafting_level_requirement = 24,
        recipe = {
            {
                count = 2,
                item = "basil",
            },
            {
                count = 2,
                item = "thyme",
            },
            {
                count = 2,
                item = "sod",
            },
            {
                count = 2,
                item = "clay",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 400,
        },
        name_en = "Herb Planter",
        description_en = "A decorative gold and green herb planter.",
        category = "furniture.kitchen_set",
    },
    kitchen_oil_and_vinegar_basket_v1 = {
        icon_sprite = "spr_ui_item_decor_kitchen_oil_and_vinegar_basket_v1",
        name = "油醋组合",
        description = "白色的装饰性容器组合, 油瓶与醋瓶各一。 ",
        object = "kitchen_oil_and_vinegar_basket_v1",
        recipe_key = "kitchen_oil_and_vinegar_basket",
        tags = {
            "furniture",
            "kitchen_decor",
            "kitchen_set",
        },
        crafting_level_requirement = 20,
        recipe = {
            {
                count = 10,
                item = "basic_wood",
            },
            {
                count = 2,
                item = "oil",
            },
            {
                count = 2,
                item = "white_wine",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 400,
        },
        name_en = "Oil & Vinegar Basket",
        description_en = "A decorative white oil & vinegar basket.",
        category = "furniture.kitchen_set",
    },
    kitchen_oil_and_vinegar_basket_v2 = {
        icon_sprite = "spr_ui_item_decor_kitchen_oil_and_vinegar_basket_v2",
        name = "油醋组合",
        description = "棕色的装饰性容器组合, 油瓶与醋瓶各一。 ",
        object = "kitchen_oil_and_vinegar_basket_v2",
        recipe_key = "kitchen_oil_and_vinegar_basket",
        tags = {
            "furniture",
            "kitchen_decor",
            "kitchen_set",
        },
        crafting_level_requirement = 20,
        recipe = {
            {
                count = 10,
                item = "basic_wood",
            },
            {
                count = 2,
                item = "oil",
            },
            {
                count = 2,
                item = "white_wine",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 400,
        },
        name_en = "Oil & Vinegar Basket",
        description_en = "A decorative brown oil & vinegar basket.",
        category = "furniture.kitchen_set",
    },
    kitchen_mixing_bowls_v1 = {
        icon_sprite = "spr_ui_item_decor_kitchen_mixing_bowls_v1",
        name = "搅拌碗",
        description = "一套蓝色的装饰性搅拌碗。 ",
        object = "kitchen_mixing_bowls_v1",
        recipe_key = "kitchen_mixing_bowls",
        tags = {
            "furniture",
            "kitchen_decor",
            "kitchen_set",
        },
        crafting_level_requirement = 22,
        recipe = {
            {
                count = 5,
                item = "clay",
            },
            {
                count = 5,
                item = "crystal",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 400,
        },
        name_en = "Mixing Bowls",
        description_en = "A set of decorative blue mixing bowls.",
        category = "furniture.kitchen_set",
    },
    kitchen_mixing_bowls_v2 = {
        icon_sprite = "spr_ui_item_decor_kitchen_mixing_bowls_v2",
        name = "搅拌碗",
        description = "装饰性的一套搅拌碗, 含黄金与绿双色。 ",
        object = "kitchen_mixing_bowls_v2",
        recipe_key = "kitchen_mixing_bowls",
        tags = {
            "furniture",
            "kitchen_decor",
            "kitchen_set",
        },
        crafting_level_requirement = 22,
        recipe = {
            {
                count = 5,
                item = "clay",
            },
            {
                count = 5,
                item = "crystal",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 400,
        },
        name_en = "Mixing Bowls",
        description_en = "A set of decorative green and gold mixing bowls.",
        category = "furniture.kitchen_set",
    },
    kitchen_mixing_bowls_v3 = {
        icon_sprite = "spr_ui_item_decor_kitchen_mixing_bowls_v3",
        name = "搅拌碗",
        description = "装饰性的一套搅拌碗, 含粉白双色。 ",
        object = "kitchen_mixing_bowls_v3",
        recipe_key = "kitchen_mixing_bowls",
        tags = {
            "furniture",
            "kitchen_decor",
            "kitchen_set",
        },
        crafting_level_requirement = 22,
        recipe = {
            {
                count = 5,
                item = "clay",
            },
            {
                count = 5,
                item = "crystal",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 400,
        },
        name_en = "Mixing Bowls",
        description_en = "A set of decorative pink and white mixing bowls.",
        category = "furniture.kitchen_set",
    },
    kitchen_mixing_bowls_v4 = {
        icon_sprite = "spr_ui_item_decor_kitchen_mixing_bowls_v4",
        name = "搅拌碗",
        description = "装饰性的一套搅拌碗, 含橙、 黄、 白三色。 ",
        object = "kitchen_mixing_bowls_v4",
        recipe_key = "kitchen_mixing_bowls",
        tags = {
            "furniture",
            "kitchen_decor",
            "kitchen_set",
        },
        crafting_level_requirement = 22,
        recipe = {
            {
                count = 5,
                item = "clay",
            },
            {
                count = 5,
                item = "crystal",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 400,
        },
        name_en = "Mixing Bowls",
        description_en = "A set of decorative orange, yellow, and white mixing bowls.",
        category = "furniture.kitchen_set",
    },
    kitchen_garlic_braid = {
        icon_sprite = "spr_ui_item_decor_kitchen_garlic_braid",
        name = "大蒜串",
        description = "可悬挂于墙面的装饰性大蒜串。 ",
        object = "kitchen_garlic_braid",
        recipe_key = "kitchen_garlic_braid",
        tags = {
            "furniture",
            "kitchen_decor",
            "misc_wall_decor",
            "kitchen_set",
        },
        crafting_level_requirement = 18,
        recipe = {
            {
                count = 4,
                item = "garlic",
            },
            {
                hours = 0,
                minutes = 10,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 500,
        },
        name_en = "Garlic Braid",
        description_en = "A decorative braid of garlic that can be hung on your wall.",
        category = "furniture.kitchen_set",
    },
    kitchen_hanging_onion_basket = {
        icon_sprite = "spr_ui_item_decor_kitchen_hanging_onion_basket",
        name = "壁挂葱篮",
        description = "可悬挂于墙面的装饰性洋葱收纳篮。 ",
        object = "kitchen_hanging_onion_basket",
        recipe_key = "kitchen_hanging_onion_basket",
        tags = {
            "furniture",
            "kitchen_decor",
            "misc_wall_decor",
            "kitchen_set",
        },
        crafting_level_requirement = 18,
        recipe = {
            {
                count = 4,
                item = "onion",
            },
            {
                hours = 0,
                minutes = 10,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 500,
        },
        name_en = "Hanging Onion Basket",
        description_en = "A decorative onion basket that can be hung on your wall.",
        category = "furniture.kitchen_set",
    },
    champions_kitchen_blue = {
        description = "蓝色的厨房, 可制作1-5星菜肴。 ",
        icon_sprite = "spr_ui_item_kitchen_tier_3_champion_blue",
        minimum_cooking_level = 30,
        name = "冠军厨房",
        object = "champions_kitchen_blue",
        recipe_key = "champions_kitchen",
        tags = {
            "furniture",
            "misc_functional",
            "kitchen_decor",
            "kitchen_set",
        },
        crafting_level_requirement = 60,
        recipe = {
            {
                count = 2,
                item = "copper_ingot",
            },
            {
                count = 2,
                item = "iron_ingot",
            },
            {
                count = 2,
                item = "silver_ingot",
            },
            {
                count = 2,
                item = "gold_ingot",
            },
            {
                count = 10,
                item = "peat",
            },
            {
                hours = 0,
                minutes = 50,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        description_en = "A blue champion's kitchen used for making 1-5 star dishes.",
        name_en = "Champion's Kitchen",
        category = "furniture.kitchen_set",
    },
    champions_kitchen_pink = {
        description = "粉色的厨房, 可制作1-5星菜肴。 ",
        icon_sprite = "spr_ui_item_kitchen_tier_3_champion_pink",
        minimum_cooking_level = 30,
        name = "冠军厨房",
        object = "champions_kitchen_pink",
        recipe_key = "champions_kitchen",
        tags = {
            "furniture",
            "misc_functional",
            "kitchen_decor",
            "kitchen_set",
        },
        crafting_level_requirement = 60,
        recipe = {
            {
                count = 2,
                item = "copper_ingot",
            },
            {
                count = 2,
                item = "iron_ingot",
            },
            {
                count = 2,
                item = "silver_ingot",
            },
            {
                count = 2,
                item = "gold_ingot",
            },
            {
                count = 10,
                item = "peat",
            },
            {
                hours = 0,
                minutes = 50,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        description_en = "A pink champion's kitchen used for making 1-5 star dishes.",
        name_en = "Champion's Kitchen",
        category = "furniture.kitchen_set",
    },
    champions_kitchen_yellow = {
        description = "金色的厨房, 可制作1-5星菜肴。 ",
        icon_sprite = "spr_ui_item_kitchen_tier_3_champion_yellow",
        minimum_cooking_level = 30,
        name = "冠军厨房",
        object = "champions_kitchen_yellow",
        recipe_key = "champions_kitchen",
        tags = {
            "furniture",
            "misc_functional",
            "kitchen_decor",
            "kitchen_set",
        },
        crafting_level_requirement = 60,
        recipe = {
            {
                count = 2,
                item = "copper_ingot",
            },
            {
                count = 2,
                item = "iron_ingot",
            },
            {
                count = 2,
                item = "silver_ingot",
            },
            {
                count = 2,
                item = "gold_ingot",
            },
            {
                count = 10,
                item = "peat",
            },
            {
                hours = 0,
                minutes = 50,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        description_en = "A gold champion's kitchen used for making 1-5 star dishes.",
        name_en = "Champion's Kitchen",
        category = "furniture.kitchen_set",
    },
    champions_kitchen_green = {
        description = "绿色的厨房, 可制作1-5星菜肴。 ",
        icon_sprite = "spr_ui_item_kitchen_tier_3_champion_green",
        minimum_cooking_level = 30,
        name = "冠军厨房",
        object = "champions_kitchen_green",
        recipe_key = "champions_kitchen",
        tags = {
            "furniture",
            "misc_functional",
            "kitchen_decor",
            "kitchen_set",
        },
        crafting_level_requirement = 60,
        recipe = {
            {
                count = 2,
                item = "copper_ingot",
            },
            {
                count = 2,
                item = "iron_ingot",
            },
            {
                count = 2,
                item = "silver_ingot",
            },
            {
                count = 2,
                item = "gold_ingot",
            },
            {
                count = 10,
                item = "peat",
            },
            {
                hours = 0,
                minutes = 50,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        description_en = "A green champion's kitchen used for making 1-5 star dishes.",
        name_en = "Champion's Kitchen",
        category = "furniture.kitchen_set",
    },
    counter_kitchen_pink = {
        name = "冠军厨柜",
        description = "粉色的柜台, 多个相连可拼接成组! ",
        icon_sprite = "spr_ui_item_decor_counter_kitchen_pink",
        object = "counter_kitchen_pink",
        recipe_key = "counter_kitchen",
        crafting_level_requirement = 40,
        crafting_preview_sprite = "spr_ui_decor_counter_kitchen_preview_pink",
        tags = {
            "furniture",
            "counters",
            "counter_set",
        },
        recipe = {
            {
                count = 10,
                item = "hard_wood",
            },
            {
                count = 1,
                item = "essence_drop",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Champion's Kitchen Counter",
        description_en = "A pink kitchen counter piece. Place two or more together to connect them!",
        category = "furniture.kitchen_set",
    },
    counter_kitchen_blue = {
        name = "冠军厨柜",
        description = "蓝色的柜台, 多个相连可拼接成组! ",
        icon_sprite = "spr_ui_item_decor_counter_kitchen_blue",
        object = "counter_kitchen_blue",
        recipe_key = "counter_kitchen",
        crafting_level_requirement = 40,
        crafting_preview_sprite = "spr_ui_decor_counter_kitchen_preview_blue",
        tags = {
            "furniture",
            "counters",
            "counter_set",
        },
        recipe = {
            {
                count = 10,
                item = "hard_wood",
            },
            {
                count = 1,
                item = "essence_drop",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Champion's Kitchen Counter",
        description_en = "A blue kitchen counter piece. Place two or more together to connect them!",
        category = "furniture.kitchen_set",
    },
    counter_kitchen_yellow = {
        name = "冠军厨柜",
        description = "金色的柜台, 多个相连可拼接成组! ",
        icon_sprite = "spr_ui_item_decor_counter_kitchen_yellow",
        object = "counter_kitchen_yellow",
        recipe_key = "counter_kitchen",
        crafting_level_requirement = 40,
        crafting_preview_sprite = "spr_ui_decor_counter_kitchen_preview_yellow",
        tags = {
            "furniture",
            "counters",
            "counter_set",
        },
        recipe = {
            {
                count = 10,
                item = "hard_wood",
            },
            {
                count = 1,
                item = "essence_drop",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Champion's Kitchen Counter",
        description_en = "A gold kitchen counter piece. Place two or more together to connect them!",
        category = "furniture.kitchen_set",
    },
    counter_kitchen_green = {
        name = "冠军厨柜",
        description = "绿色的柜台, 多个相连可拼接成组! ",
        icon_sprite = "spr_ui_item_decor_counter_kitchen_green",
        object = "counter_kitchen_green",
        recipe_key = "counter_kitchen",
        crafting_level_requirement = 40,
        crafting_preview_sprite = "spr_ui_decor_counter_kitchen_preview_green",
        tags = {
            "furniture",
            "counters",
            "counter_set",
        },
        recipe = {
            {
                count = 10,
                item = "hard_wood",
            },
            {
                count = 1,
                item = "essence_drop",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Champion's Kitchen Counter",
        description_en = "A green kitchen counter piece. Place two or more together to connect them!",
        category = "furniture.kitchen_set",
    },
    basic_area_rug_yellow = {
        name = "简朴地毯",
        description = "黄色地毯。 ",
        icon_sprite = "spr_ui_item_furniture_basic_area_rug_v1",
        object = "basic_area_rug_yellow",
        recipe_is_default = true,
        tags = {
            "furniture",
            "medium_rug",
            "basic_set",
        },
        recipe_key = "basic_area_rug",
        crafting_level_requirement = 2,
        recipe = {
            {
                count = 10,
                item = "fiber",
            },
            {
                count = 10,
                item = "cattail",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 200,
        },
        name_en = "Basic Area Rug",
        description_en = "A yellow area rug.",
        category = "furniture.basic_set",
    },
    basic_area_rug_green = {
        description = "绿色地毯。 ",
        icon_sprite = "spr_ui_item_furniture_basic_area_rug_v2",
        name = "简朴地毯",
        object = "basic_area_rug_green",
        recipe_is_default = true,
        tags = {
            "furniture",
            "medium_rug",
            "basic_set",
        },
        recipe_key = "basic_area_rug",
        crafting_level_requirement = 2,
        recipe = {
            {
                count = 10,
                item = "fiber",
            },
            {
                count = 10,
                item = "cattail",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 200,
        },
        description_en = "A green area rug.",
        name_en = "Basic Area Rug",
        category = "furniture.basic_set",
    },
    basic_bed_oak = {
        description = "简朴的橡木单人床, 配有黄色床单。 ",
        icon_sprite = "spr_ui_item_furniture_basic_bed_v1",
        name = "简朴单人床",
        object = "basic_bed_oak",
        recipe_is_default = true,
        tags = {
            "furniture",
            "single_bed",
            "basic_set",
        },
        recipe_key = "basic_bed",
        crafting_level_requirement = 6,
        recipe = {
            {
                count = 40,
                item = "basic_wood",
            },
            {
                count = 5,
                item = "cattail",
            },
            {
                count = 5,
                item = "fiber",
            },
            {
                count = 3,
                item = "sap",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 300,
        },
        description_en = "A basic oak single bed with yellow sheets.",
        name_en = "Basic Single Bed",
        category = "furniture.basic_set",
    },
    basic_bed_walnut = {
        description = "简朴的胡桃木单人床, 配有绿色床单。 ",
        icon_sprite = "spr_ui_item_furniture_basic_bed_v2",
        name = "简朴单人床",
        object = "basic_bed_walnut",
        recipe_is_default = true,
        tags = {
            "furniture",
            "single_bed",
            "basic_set",
        },
        recipe_key = "basic_bed",
        crafting_level_requirement = 6,
        recipe = {
            {
                count = 40,
                item = "basic_wood",
            },
            {
                count = 5,
                item = "cattail",
            },
            {
                count = 5,
                item = "fiber",
            },
            {
                count = 3,
                item = "sap",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 300,
        },
        description_en = "A basic walnut single bed with green sheets.",
        name_en = "Basic Single Bed",
        category = "furniture.basic_set",
    },
    basic_bookshelf_oak = {
        description = "简朴的橡木书架。 ",
        icon_sprite = "spr_ui_item_furniture_basic_bookshelf_v1",
        name = "简朴书架",
        object = "basic_bookshelf_oak",
        recipe_is_default = true,
        tags = {
            "furniture",
            "bookshelf",
            "basic_set",
        },
        recipe_key = "basic_bookshelf",
        crafting_level_requirement = 4,
        recipe = {
            {
                count = 25,
                item = "basic_wood",
            },
            {
                count = 5,
                item = "paper",
            },
            {
                count = 3,
                item = "sap",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 400,
        },
        description_en = "A basic oak bookshelf.",
        name_en = "Basic Bookshelf",
        category = "furniture.basic_set",
    },
    basic_bookshelf_walnut = {
        description = "简朴的胡桃木书架。 ",
        icon_sprite = "spr_ui_item_furniture_basic_bookshelf_v2",
        name = "简朴书架",
        object = "basic_bookshelf_walnut",
        recipe_is_default = true,
        tags = {
            "furniture",
            "bookshelf",
            "basic_set",
        },
        recipe_key = "basic_bookshelf",
        crafting_level_requirement = 4,
        recipe = {
            {
                count = 25,
                item = "basic_wood",
            },
            {
                count = 5,
                item = "paper",
            },
            {
                count = 3,
                item = "sap",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 400,
        },
        description_en = "A basic walnut bookshelf.",
        name_en = "Basic Bookshelf",
        category = "furniture.basic_set",
    },
    basic_chair_oak = {
        description = "简朴的橡木椅子。 ",
        icon_sprite = "spr_ui_item_furniture_basic_chair_v1",
        name = "简朴椅子",
        object = "basic_chair_oak",
        recipe_is_default = true,
        tags = {
            "furniture",
            "dining_chair",
            "basic_set",
        },
        recipe_key = "basic_chair",
        crafting_level_requirement = 1,
        recipe = {
            {
                count = 25,
                item = "basic_wood",
            },
            {
                count = 2,
                item = "cattail",
            },
            {
                count = 2,
                item = "sap",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 150,
        },
        description_en = "A basic oak chair.",
        name_en = "Basic Chair",
        category = "furniture.basic_set",
    },
    basic_chair_walnut = {
        description = "简朴的胡桃木椅子。 ",
        icon_sprite = "spr_ui_item_furniture_basic_chair_v2",
        name = "简朴椅子",
        object = "basic_chair_walnut",
        recipe_is_default = true,
        tags = {
            "furniture",
            "dining_chair",
            "basic_set",
        },
        recipe_key = "basic_chair",
        crafting_level_requirement = 1,
        recipe = {
            {
                count = 25,
                item = "basic_wood",
            },
            {
                count = 2,
                item = "cattail",
            },
            {
                count = 2,
                item = "sap",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 150,
        },
        description_en = "A basic walnut chair.",
        name_en = "Basic Chair",
        category = "furniture.basic_set",
    },
    basic_doormat_yellow = {
        description = "简朴的黄色门垫。 ",
        icon_sprite = "spr_ui_item_furniture_basic_doormat_v1",
        name = "简朴门垫",
        object = "basic_doormat_yellow",
        recipe_is_default = true,
        tags = {
            "furniture",
            "small_rug",
            "basic_set",
        },
        recipe_key = "basic_doormat",
        crafting_level_requirement = 1,
        recipe = {
            {
                count = 5,
                item = "hay",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 30,
        },
        description_en = "A basic yellow doormat.",
        name_en = "Basic Doormat",
        category = "furniture.basic_set",
    },
    basic_doormat_green = {
        description = "简朴的绿色门垫。 ",
        icon_sprite = "spr_ui_item_furniture_basic_doormat_v2",
        name = "简朴门垫",
        object = "basic_doormat_green",
        recipe_is_default = true,
        recipe_key = "basic_doormat",
        tags = {
            "furniture",
            "small_rug",
            "basic_set",
        },
        crafting_level_requirement = 1,
        recipe = {
            {
                count = 5,
                item = "hay",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 30,
        },
        description_en = "A basic green doormat.",
        name_en = "Basic Doormat",
        category = "furniture.basic_set",
    },
    basic_bed_double_oak = {
        description = "简朴的橡木双人床, 配有黄色床单。 ",
        icon_sprite = "spr_ui_item_furniture_basic_double_bed_v1",
        name = "简朴双人床",
        object = "basic_double_bed_oak",
        recipe_is_default = true,
        recipe_key = "basic_bed_double",
        tags = {
            "furniture",
            "double_bed",
            "basic_set",
        },
        crafting_level_requirement = 8,
        recipe = {
            {
                count = 50,
                item = "basic_wood",
            },
            {
                count = 4,
                item = "hard_wood",
            },
            {
                count = 10,
                item = "cattail",
            },
            {
                count = 10,
                item = "fiber",
            },
            {
                count = 6,
                item = "sap",
            },
            {
                hours = 0,
                minutes = 50,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 600,
        },
        description_en = "A basic oak double bed with yellow sheets.",
        name_en = "Basic Double Bed",
        category = "furniture.basic_set",
    },
    basic_bed_double_walnut = {
        description = "简朴的胡桃木双人床, 配有绿色床单。 ",
        icon_sprite = "spr_ui_item_furniture_basic_double_bed_v2",
        name = "简朴双人床",
        object = "basic_double_bed_walnut",
        recipe_key = "basic_bed_double",
        recipe_is_default = true,
        tags = {
            "furniture",
            "double_bed",
            "basic_set",
        },
        crafting_level_requirement = 8,
        recipe = {
            {
                count = 50,
                item = "basic_wood",
            },
            {
                count = 4,
                item = "hard_wood",
            },
            {
                count = 10,
                item = "cattail",
            },
            {
                count = 10,
                item = "fiber",
            },
            {
                count = 6,
                item = "sap",
            },
            {
                hours = 0,
                minutes = 50,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 600,
        },
        description_en = "A basic walnut double bed with green sheets.",
        name_en = "Basic Double Bed",
        category = "furniture.basic_set",
    },
    basic_dresser_oak = {
        description = "简朴的橡木矮衣柜。 ",
        icon_sprite = "spr_ui_item_furniture_basic_dresser_v1",
        name = "简朴矮衣柜",
        object = "basic_dresser_oak",
        recipe_is_default = true,
        recipe_key = "basic_dresser",
        tags = {
            "furniture",
            "drawer",
            "basic_set",
        },
        crafting_level_requirement = 4,
        recipe = {
            {
                count = 25,
                item = "basic_wood",
            },
            {
                count = 5,
                item = "ore_stone",
            },
            {
                count = 2,
                item = "sap",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 150,
        },
        description_en = "A basic oak dresser.",
        name_en = "Basic Dresser",
        category = "furniture.basic_set",
    },
    basic_dresser_walnut = {
        description = "简朴的胡桃木矮衣柜。 ",
        icon_sprite = "spr_ui_item_furniture_basic_dresser_v2",
        name = "简朴矮衣柜",
        object = "basic_dresser_walnut",
        recipe_is_default = true,
        recipe_key = "basic_dresser",
        tags = {
            "furniture",
            "drawer",
            "basic_set",
        },
        crafting_level_requirement = 4,
        recipe = {
            {
                count = 25,
                item = "basic_wood",
            },
            {
                count = 5,
                item = "ore_stone",
            },
            {
                count = 2,
                item = "sap",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 150,
        },
        description_en = "A basic walnut dresser.",
        name_en = "Basic Dresser",
        category = "furniture.basic_set",
    },
    basic_flooring_oak = {
        description = "简朴的家用橡木地板。 ",
        icon_sprite = "spr_ui_item_furniture_basic_flooring_v1",
        name = "简朴地板",
        flooring = "basic_v1",
        recipe_is_default = true,
        recipe_key = "basic_flooring",
        crafting_preview_sprite = "spr_ui_furniture_basic_floor_v1_preview",
        tags = {
            "furniture",
            "wood_flooring",
            "basic_set",
        },
        crafting_level_requirement = 1,
        recipe = {
            {
                count = 20,
                item = "basic_wood",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 100,
        },
        description_en = "Basic oak flooring for your home.",
        name_en = "Basic Flooring",
        category = "furniture.basic_set",
    },
    basic_flooring_walnut = {
        description = "简朴的家用胡桃木地板。 ",
        icon_sprite = "spr_ui_item_furniture_basic_flooring_v2",
        name = "简朴地板",
        flooring = "basic_v2",
        recipe_is_default = true,
        recipe_key = "basic_flooring",
        crafting_preview_sprite = "spr_ui_furniture_basic_floor_v2_preview",
        tags = {
            "furniture",
            "wood_flooring",
            "basic_set",
        },
        crafting_level_requirement = 1,
        recipe = {
            {
                count = 20,
                item = "basic_wood",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 100,
        },
        description_en = "Basic walnut flooring for your home.",
        name_en = "Basic Flooring",
        category = "furniture.basic_set",
    },
    basic_flower_pot_orange = {
        description = "简朴的橙色花盆摆饰。 ",
        icon_sprite = "spr_ui_item_furniture_basic_flower_pot_v1",
        name = "简朴花盆",
        object = "basic_flower_pot_orange",
        recipe_is_default = true,
        recipe_key = "basic_flower_pot",
        tags = {
            "furniture",
            "tabletop_plant",
            "basic_set",
        },
        crafting_level_requirement = 2,
        recipe = {
            {
                count = 1,
                item = "sod",
            },
            {
                count = 1,
                item = "clay",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 100,
        },
        description_en = "A basic orange flower pot for decoration.",
        name_en = "Basic Flower Pot",
        category = "furniture.basic_set",
    },
    basic_flower_pot_white = {
        description = "简朴的白色花盆摆饰。 ",
        icon_sprite = "spr_ui_item_furniture_basic_flower_pot_v2",
        name = "简朴花盆",
        object = "basic_flower_pot_white",
        recipe_is_default = true,
        recipe_key = "basic_flower_pot",
        tags = {
            "furniture",
            "tabletop_plant",
            "basic_set",
        },
        crafting_level_requirement = 2,
        recipe = {
            {
                count = 1,
                item = "sod",
            },
            {
                count = 1,
                item = "clay",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 100,
        },
        description_en = "A basic white flower pot for decoration.",
        name_en = "Basic Flower Pot",
        category = "furniture.basic_set",
    },
    basic_nightstand_oak = {
        description = "简朴的橡木床头柜。 ",
        icon_sprite = "spr_ui_item_furniture_basic_nightstand_v1",
        name = "简朴床头柜",
        object = "basic_nightstand_oak",
        recipe_is_default = true,
        recipe_key = "basic_nightstand",
        tags = {
            "furniture",
            "nightstand",
            "basic_set",
        },
        crafting_level_requirement = 2,
        recipe = {
            {
                count = 25,
                item = "basic_wood",
            },
            {
                count = 5,
                item = "ore_stone",
            },
            {
                count = 2,
                item = "sap",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 150,
        },
        description_en = "A basic oak nightstand.",
        name_en = "Basic Nightstand",
        category = "furniture.basic_set",
    },
    basic_nightstand_walnut = {
        description = "简朴的胡桃木床头柜。 ",
        icon_sprite = "spr_ui_item_furniture_basic_nightstand_v2",
        name = "简朴床头柜",
        object = "basic_nightstand_walnut",
        recipe_is_default = true,
        recipe_key = "basic_nightstand",
        tags = {
            "furniture",
            "nightstand",
            "basic_set",
        },
        crafting_level_requirement = 2,
        recipe = {
            {
                count = 25,
                item = "basic_wood",
            },
            {
                count = 5,
                item = "ore_stone",
            },
            {
                count = 2,
                item = "sap",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 150,
        },
        description_en = "A basic walnut nightstand.",
        name_en = "Basic Nightstand",
        category = "furniture.basic_set",
    },
    basic_oil_lamp_grey = {
        description = "简朴的灰色油灯。 ",
        icon_sprite = "spr_ui_item_furniture_basic_oil_lamp_v1",
        name = "简朴油灯",
        object = "basic_oil_lamp_grey",
        recipe_is_default = true,
        recipe_key = "basic_oil_lamp",
        tags = {
            "furniture",
            "table_lighting",
            "basic_set",
        },
        crafting_level_requirement = 2,
        recipe = {
            {
                count = 1,
                item = "iron_ingot",
            },
            {
                count = 1,
                item = "oil",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 400,
        },
        description_en = "A basic grey oil lamp.",
        name_en = "Basic Oil Lamp",
        category = "furniture.basic_set",
    },
    basic_oil_lamp_yellow = {
        description = "简朴的黄色油灯。 ",
        icon_sprite = "spr_ui_item_furniture_basic_oil_lamp_v2",
        name = "简朴油灯",
        object = "basic_oil_lamp_yellow",
        recipe_is_default = true,
        recipe_key = "basic_oil_lamp",
        tags = {
            "furniture",
            "table_lighting",
            "basic_set",
        },
        crafting_level_requirement = 2,
        recipe = {
            {
                count = 1,
                item = "iron_ingot",
            },
            {
                count = 1,
                item = "oil",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 400,
        },
        description_en = "A basic yellow oil lamp.",
        name_en = "Basic Oil Lamp",
        category = "furniture.basic_set",
    },
    basic_table_oak = {
        description = "简朴的橡木桌子。 ",
        icon_sprite = "spr_ui_item_furniture_basic_table_v1",
        name = "简朴桌子",
        object = "basic_table_oak",
        recipe_is_default = true,
        recipe_key = "basic_table",
        tags = {
            "furniture",
            "dining_table",
            "basic_set",
        },
        crafting_level_requirement = 4,
        recipe = {
            {
                count = 30,
                item = "basic_wood",
            },
            {
                count = 5,
                item = "ore_stone",
            },
            {
                count = 3,
                item = "paper",
            },
            {
                count = 3,
                item = "sap",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 300,
        },
        description_en = "A basic oak table.",
        name_en = "Basic Table",
        category = "furniture.basic_set",
    },
    basic_table_walnut = {
        description = "简朴的胡桃木桌子。 ",
        icon_sprite = "spr_ui_item_furniture_basic_table_v2",
        name = "简朴桌子",
        object = "basic_table_walnut",
        recipe_is_default = true,
        recipe_key = "basic_table",
        tags = {
            "furniture",
            "dining_table",
            "basic_set",
        },
        crafting_level_requirement = 4,
        recipe = {
            {
                count = 30,
                item = "basic_wood",
            },
            {
                count = 5,
                item = "ore_stone",
            },
            {
                count = 3,
                item = "paper",
            },
            {
                count = 3,
                item = "sap",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 300,
        },
        description_en = "A basic walnut table.",
        name_en = "Basic Table",
        category = "furniture.basic_set",
    },
    basic_wall_window_oak = {
        description = "简朴的橡木窗户, 带有黄色窗帘。 ",
        icon_sprite = "spr_ui_item_furniture_basic_wall_window_v1",
        name = "简朴窗户",
        object = "basic_wall_window_oak",
        recipe_is_default = true,
        recipe_key = "basic_wall_window",
        tags = {
            "furniture",
            "window",
            "basic_set",
        },
        crafting_level_requirement = 2,
        recipe = {
            {
                count = 15,
                item = "basic_wood",
            },
            {
                count = 5,
                item = "glass",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 150,
        },
        description_en = "A basic oak window with yellow curtains.",
        name_en = "Basic Window",
        category = "furniture.basic_set",
    },
    basic_wall_window_walnut = {
        description = "简朴的胡桃木窗户, 带有绿色窗帘。 ",
        icon_sprite = "spr_ui_item_furniture_basic_wall_window_v2",
        name = "简朴窗户",
        object = "basic_wall_window_walnut",
        recipe_is_default = true,
        recipe_key = "basic_wall_window",
        crafting_level_requirement = 2,
        tags = {
            "furniture",
            "window",
            "basic_set",
        },
        recipe = {
            {
                count = 15,
                item = "basic_wood",
            },
            {
                count = 5,
                item = "glass",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 150,
        },
        description_en = "A basic walnut window with green curtains.",
        name_en = "Basic Window",
        category = "furniture.basic_set",
    },
    basic_wallpaper_oak = {
        description = "简朴的家用橡木墙纸。 ",
        icon_sprite = "spr_ui_item_furniture_basic_wallpaper_v1",
        name = "简朴墙纸",
        wallpaper = "basic_v1",
        door_mold = "spr_carpenter_house_f2_doorway2_spring",
        recipe_is_default = true,
        recipe_key = "basic_wallpaper",
        crafting_preview_sprite = "spr_ui_furniture_basic_wall_v1_preview",
        tags = {
            "furniture",
            "wallpaper",
            "basic_set",
        },
        crafting_level_requirement = 1,
        recipe = {
            {
                count = 5,
                item = "paper",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 240,
        },
        description_en = "Basic oak wallpaper for your home.",
        name_en = "Basic Wallpaper",
        category = "furniture.basic_set",
    },
    basic_wallpaper_walnut = {
        description = "简朴的家用胡桃木墙纸。 ",
        icon_sprite = "spr_ui_item_furniture_basic_wallpaper_v2",
        name = "简朴墙纸",
        wallpaper = "basic_v2",
        door_mold = "spr_carpenter_house_f2_doorway2_spring",
        recipe_is_default = true,
        recipe_key = "basic_wallpaper",
        crafting_preview_sprite = "spr_ui_furniture_basic_wall_v2_preview",
        tags = {
            "furniture",
            "wallpaper",
            "basic_set",
        },
        crafting_level_requirement = 1,
        recipe = {
            {
                count = 5,
                item = "paper",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 240,
        },
        description_en = "Basic walnut wallpaper for your home.",
        name_en = "Basic Wallpaper",
        category = "furniture.basic_set",
    },
    insect_flooring_v1 = {
        name = "昆虫地板",
        recipe_key = "insect_flooring",
        icon_sprite = "spr_ui_item_furniture_insect_flooring_v1",
        flooring = "insect_v1",
        crafting_preview_sprite = "spr_ui_furniture_insect_floor_v1_preview",
        description = "带有蝴蝶图案的绿色瓷砖地板。 ",
        crafting_level_requirement = 1,
        tags = {
            "furniture",
            "insect_set",
            "tile_flooring",
        },
        recipe = {
            {
                count = 10,
                item = "clay",
            },
            {
                count = 1,
                item = "question_mark_butterfly",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Insect Flooring",
        description_en = "Green tile flooring with a butterfly pattern.",
        category = "furniture.insect_set",
    },
    insect_wallpaper_v1 = {
        name = "昆虫墙纸",
        recipe_key = "insect_wallpaper",
        icon_sprite = "spr_ui_item_furniture_insect_wallpaper_v1",
        wallpaper = "insect_v1",
        door_mold = "spr_carpenter_house_f2_doorway2_spring",
        crafting_preview_sprite = "spr_ui_furniture_insect_wall_v1_preview",
        description = "优雅的绿色墙纸, 饰有金色的蜻蜓图案。 ",
        crafting_level_requirement = 2,
        tags = {
            "furniture",
            "insect_set",
            "wallpaper",
        },
        recipe = {
            {
                count = 5,
                item = "paper",
            },
            {
                count = 1,
                item = "lightning_dragonfly",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Insect Wallpaper",
        description_en = "An elegant green wallpaper with a gold dragonfly print.",
        category = "furniture.insect_set",
    },
    butterfly_bed_v1 = {
        name = "蝴蝶床",
        recipe_key = "butterfly_bed",
        icon_sprite = "spr_ui_item_furniture_butterfly_bed_v1",
        object = "butterfly_bed_v1",
        description = "绿色的蝴蝶床, 盖着彩色条纹被子。 ",
        crafting_level_requirement = 6,
        tags = {
            "furniture",
            "insect_set",
            "single_bed",
        },
        recipe = {
            {
                count = 40,
                item = "basic_wood",
            },
            {
                count = 1,
                item = "question_mark_butterfly",
            },
            {
                count = 2,
                item = "feather",
            },
            {
                count = 3,
                item = "sap",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Butterfly Bed",
        description_en = "A green butterfly bed with colorful striped sheets.",
        category = "furniture.insect_set",
    },
    butterfly_double_bed_v1 = {
        name = "蝴蝶双人床",
        recipe_key = "butterfly_double_bed",
        icon_sprite = "spr_ui_item_furniture_butterfly_double_bed_v1",
        object = "butterfly_double_bed_v1",
        description = "绿色的蝴蝶双人床, 盖着彩色条纹被子。 ",
        crafting_level_requirement = 8,
        tags = {
            "furniture",
            "insect_set",
            "double_bed",
        },
        recipe = {
            {
                count = 60,
                item = "basic_wood",
            },
            {
                count = 4,
                item = "hard_wood",
            },
            {
                count = 2,
                item = "question_mark_butterfly",
            },
            {
                count = 2,
                item = "duck_feather",
            },
            {
                count = 6,
                item = "sap",
            },
            {
                hours = 0,
                minutes = 50,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Butterfly Double Bed",
        description_en = "A green butterfly double bed with colorful striped sheets.",
        category = "furniture.insect_set",
    },
    ladybug_table_v1 = {
        name = "瓢虫桌子",
        recipe_key = "ladybug_table",
        icon_sprite = "spr_ui_item_furniture_ladybug_table_v1",
        object = "ladybug_table_v1",
        description = "绿色的圆形木桌, 镶嵌着瓢虫图案。 ",
        crafting_level_requirement = 4,
        tags = {
            "furniture",
            "insect_set",
            "coffee_table",
        },
        recipe = {
            {
                count = 30,
                item = "basic_wood",
            },
            {
                count = 10,
                item = "ore_stone",
            },
            {
                count = 1,
                item = "ladybug",
            },
            {
                count = 3,
                item = "sap",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Ladybug Table",
        description_en = "A round wooden table with an inlaid green ladybug design.",
        category = "furniture.insect_set",
    },
    moth_lamp_v1 = {
        name = "飞蛾灯",
        recipe_key = "moth_lamp",
        icon_sprite = "spr_ui_item_furniture_moth_lamp_v1",
        object = "moth_lamp_v1",
        description = "一盏优雅的灯, 玻璃罩笼罩着一只绿色飞蛾。 ",
        crafting_level_requirement = 4,
        tags = {
            "furniture",
            "insect_set",
            "table_lighting",
        },
        recipe = {
            {
                count = 15,
                item = "ore_stone",
            },
            {
                count = 2,
                item = "glass",
            },
            {
                count = 1,
                item = "lantern_moth",
            },
            {
                count = 1,
                item = "monster_core",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Moth Lamp",
        description_en = "An elegant lamp that looks like a green moth in a glass dome.",
        category = "furniture.insect_set",
    },
    caterpillar_chair_v1 = {
        name = "毛毛虫椅子",
        recipe_key = "caterpillar_chair",
        icon_sprite = "spr_ui_item_furniture_caterpillar_chair_v1",
        object = "caterpillar_chair_v1",
        description = "绿色的毛绒椅子, 靠背是毛毛虫的设计。 ",
        crafting_level_requirement = 6,
        tags = {
            "furniture",
            "insect_set",
            "accent_chair",
        },
        recipe = {
            {
                count = 25,
                item = "basic_wood",
            },
            {
                count = 1,
                item = "caterpillar",
            },
            {
                count = 2,
                item = "bristle",
            },
            {
                count = 3,
                item = "sap",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Caterpillar Chair",
        description_en = "A plush green armchair that looks like a caterpillar.",
        category = "furniture.insect_set",
    },
    insect_rug_v1 = {
        name = "昆虫地毯",
        recipe_key = "insect_rug",
        icon_sprite = "spr_ui_item_furniture_insect_rug_v1",
        object = "insect_rug_v1",
        description = "绿色的地毯, 带有优雅的昆虫图案。 ",
        crafting_level_requirement = 4,
        tags = {
            "furniture",
            "insect_set",
            "medium_rug",
        },
        recipe = {
            {
                count = 2,
                item = "rabbit_wool",
            },
            {
                count = 1,
                item = "copper_beetle",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Insect Rug",
        description_en = "A green rug with an elegant insect pattern.",
        category = "furniture.insect_set",
    },
    insect_flooring_v2 = {
        name = "昆虫地板",
        recipe_key = "insect_flooring",
        icon_sprite = "spr_ui_item_furniture_insect_flooring_v2",
        flooring = "insect_v2",
        crafting_preview_sprite = "spr_ui_furniture_insect_floor_v2_preview",
        description = "带有蝴蝶图案的蓝色瓷砖地板。 ",
        crafting_level_requirement = 1,
        tags = {
            "furniture",
            "insect_set",
            "tile_flooring",
        },
        recipe = {
            {
                count = 10,
                item = "clay",
            },
            {
                count = 1,
                item = "question_mark_butterfly",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Insect Flooring",
        description_en = "Blue tile flooring with a butterfly pattern.",
        category = "furniture.insect_set",
    },
    insect_wallpaper_v2 = {
        name = "昆虫墙纸",
        recipe_key = "insect_wallpaper",
        icon_sprite = "spr_ui_item_furniture_insect_wallpaper_v2",
        wallpaper = "insect_v2",
        door_mold = "spr_carpenter_house_f2_doorway2_spring",
        crafting_preview_sprite = "spr_ui_furniture_insect_wall_v2_preview",
        description = "优雅的蓝色墙纸, 饰有蜻蜓图案。 ",
        crafting_level_requirement = 2,
        tags = {
            "furniture",
            "insect_set",
            "wallpaper",
        },
        recipe = {
            {
                count = 5,
                item = "paper",
            },
            {
                count = 1,
                item = "lightning_dragonfly",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Insect Wallpaper",
        description_en = "An elegant blue wallpaper with a dragonfly print.",
        category = "furniture.insect_set",
    },
    butterfly_bed_v2 = {
        name = "蝴蝶床",
        recipe_key = "butterfly_bed",
        icon_sprite = "spr_ui_item_furniture_butterfly_bed_v2",
        object = "butterfly_bed_v2",
        description = "蓝色的蝴蝶床, 盖着同色调的条纹被子。 ",
        crafting_level_requirement = 6,
        tags = {
            "furniture",
            "insect_set",
            "single_bed",
        },
        recipe = {
            {
                count = 40,
                item = "basic_wood",
            },
            {
                count = 1,
                item = "question_mark_butterfly",
            },
            {
                count = 2,
                item = "feather",
            },
            {
                count = 3,
                item = "sap",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Butterfly Bed",
        description_en = "A blue butterfly bed with tonal striped sheets.",
        category = "furniture.insect_set",
    },
    butterfly_double_bed_v2 = {
        name = "蝴蝶双人床",
        recipe_key = "butterfly_double_bed",
        icon_sprite = "spr_ui_item_furniture_butterfly_double_bed_v2",
        object = "butterfly_double_bed_v2",
        description = "蓝色的蝴蝶双人床, 盖着同色调的条纹被子。 ",
        crafting_level_requirement = 8,
        tags = {
            "furniture",
            "insect_set",
            "double_bed",
        },
        recipe = {
            {
                count = 60,
                item = "basic_wood",
            },
            {
                count = 4,
                item = "hard_wood",
            },
            {
                count = 2,
                item = "question_mark_butterfly",
            },
            {
                count = 2,
                item = "duck_feather",
            },
            {
                count = 6,
                item = "sap",
            },
            {
                hours = 0,
                minutes = 50,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Butterfly Double Bed",
        description_en = "A blue butterfly double bed with tonal striped sheets.",
        category = "furniture.insect_set",
    },
    ladybug_table_v2 = {
        name = "瓢虫桌子",
        recipe_key = "ladybug_table",
        icon_sprite = "spr_ui_item_furniture_ladybug_table_v2",
        object = "ladybug_table_v2",
        description = "蓝色的圆形木桌, 镶嵌着瓢虫图案。 ",
        crafting_level_requirement = 4,
        tags = {
            "furniture",
            "insect_set",
            "coffee_table",
        },
        recipe = {
            {
                count = 30,
                item = "basic_wood",
            },
            {
                count = 10,
                item = "ore_stone",
            },
            {
                count = 1,
                item = "ladybug",
            },
            {
                count = 3,
                item = "sap",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Ladybug Table",
        description_en = "A round wooden table with an inlaid blue ladybug design.",
        category = "furniture.insect_set",
    },
    moth_lamp_v2 = {
        name = "飞蛾灯",
        recipe_key = "moth_lamp",
        icon_sprite = "spr_ui_item_furniture_moth_lamp_v2",
        object = "moth_lamp_v2",
        description = "一盏优雅的灯, 玻璃罩笼罩着一只蓝色飞蛾。 ",
        crafting_level_requirement = 4,
        tags = {
            "furniture",
            "insect_set",
            "table_lighting",
        },
        recipe = {
            {
                count = 15,
                item = "ore_stone",
            },
            {
                count = 2,
                item = "glass",
            },
            {
                count = 1,
                item = "lantern_moth",
            },
            {
                count = 1,
                item = "monster_core",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Moth Lamp",
        description_en = "An elegant lamp that looks like a blue moth in a glass dome.",
        category = "furniture.insect_set",
    },
    caterpillar_chair_v2 = {
        name = "毛毛虫椅子",
        recipe_key = "caterpillar_chair",
        icon_sprite = "spr_ui_item_furniture_caterpillar_chair_v2",
        object = "caterpillar_chair_v2",
        description = "蓝色的毛绒椅子, 靠背是毛毛虫的设计。 ",
        crafting_level_requirement = 6,
        tags = {
            "furniture",
            "insect_set",
            "accent_chair",
        },
        recipe = {
            {
                count = 25,
                item = "basic_wood",
            },
            {
                count = 1,
                item = "caterpillar",
            },
            {
                count = 2,
                item = "bristle",
            },
            {
                count = 3,
                item = "sap",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Caterpillar Chair",
        description_en = "A plush blue armchair that looks like a caterpillar.",
        category = "furniture.insect_set",
    },
    insect_rug_v2 = {
        name = "昆虫地毯",
        recipe_key = "insect_rug",
        icon_sprite = "spr_ui_item_furniture_insect_rug_v2",
        object = "insect_rug_v2",
        description = "蓝色的地毯, 带有优雅的昆虫图案。 ",
        crafting_level_requirement = 4,
        tags = {
            "furniture",
            "insect_set",
            "medium_rug",
        },
        recipe = {
            {
                count = 2,
                item = "rabbit_wool",
            },
            {
                count = 1,
                item = "copper_beetle",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Insect Rug",
        description_en = "A blue rug with an elegant insect pattern.",
        category = "furniture.insect_set",
    },
    insect_flooring_v3 = {
        name = "昆虫地板",
        recipe_key = "insect_flooring",
        icon_sprite = "spr_ui_item_furniture_insect_flooring_v3",
        flooring = "insect_v3",
        crafting_preview_sprite = "spr_ui_furniture_insect_floor_v3_preview",
        description = "带有蝴蝶图案的勃艮第色瓷砖地板。 ",
        crafting_level_requirement = 1,
        tags = {
            "furniture",
            "insect_set",
            "tile_flooring",
        },
        recipe = {
            {
                count = 10,
                item = "clay",
            },
            {
                count = 1,
                item = "question_mark_butterfly",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Insect Flooring",
        description_en = "Burgundy tile flooring with a butterfly pattern.",
        category = "furniture.insect_set",
    },
    insect_wallpaper_v3 = {
        name = "昆虫墙纸",
        recipe_key = "insect_wallpaper",
        icon_sprite = "spr_ui_item_furniture_insect_wallpaper_v3",
        wallpaper = "insect_v3",
        door_mold = "spr_carpenter_house_f2_doorway2_spring",
        crafting_preview_sprite = "spr_ui_furniture_insect_wall_v3_preview",
        description = "优雅的勃艮第色墙纸, 饰有蜻蜓图案。 ",
        crafting_level_requirement = 2,
        tags = {
            "furniture",
            "insect_set",
            "wallpaper",
        },
        recipe = {
            {
                count = 5,
                item = "paper",
            },
            {
                count = 1,
                item = "lightning_dragonfly",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Insect Wallpaper",
        description_en = "An elegant burgundy wallpaper with a dragonfly print.",
        category = "furniture.insect_set",
    },
    butterfly_bed_v3 = {
        name = "蝴蝶床",
        recipe_key = "butterfly_bed",
        icon_sprite = "spr_ui_item_furniture_butterfly_bed_v3",
        object = "butterfly_bed_v3",
        description = "勃艮第色的蝴蝶床, 盖着同色调的条纹被子。 ",
        crafting_level_requirement = 6,
        tags = {
            "furniture",
            "insect_set",
            "single_bed",
        },
        recipe = {
            {
                count = 40,
                item = "basic_wood",
            },
            {
                count = 1,
                item = "question_mark_butterfly",
            },
            {
                count = 2,
                item = "feather",
            },
            {
                count = 3,
                item = "sap",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Butterfly Bed",
        description_en = "A burgundy butterfly bed with tonal striped sheets.",
        category = "furniture.insect_set",
    },
    butterfly_double_bed_v3 = {
        name = "蝴蝶双人床",
        recipe_key = "butterfly_double_bed",
        icon_sprite = "spr_ui_item_furniture_butterfly_double_bed_v3",
        object = "butterfly_double_bed_v3",
        description = "勃艮第色的蝴蝶双人床, 盖着同色调的条纹被子。 ",
        crafting_level_requirement = 8,
        tags = {
            "furniture",
            "insect_set",
            "double_bed",
        },
        recipe = {
            {
                count = 60,
                item = "basic_wood",
            },
            {
                count = 4,
                item = "hard_wood",
            },
            {
                count = 2,
                item = "question_mark_butterfly",
            },
            {
                count = 2,
                item = "duck_feather",
            },
            {
                count = 6,
                item = "sap",
            },
            {
                hours = 0,
                minutes = 50,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Butterfly Double Bed",
        description_en = "A burgundy butterfly double bed with tonal striped sheets.",
        category = "furniture.insect_set",
    },
    ladybug_table_v3 = {
        name = "瓢虫桌子",
        recipe_key = "ladybug_table",
        icon_sprite = "spr_ui_item_furniture_ladybug_table_v3",
        object = "ladybug_table_v3",
        description = "勃艮第色的圆形木桌, 镶嵌着瓢虫图案。 ",
        crafting_level_requirement = 4,
        tags = {
            "furniture",
            "insect_set",
            "coffee_table",
        },
        recipe = {
            {
                count = 30,
                item = "basic_wood",
            },
            {
                count = 10,
                item = "ore_stone",
            },
            {
                count = 1,
                item = "ladybug",
            },
            {
                count = 3,
                item = "sap",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Ladybug Table",
        description_en = "A round wooden table with an inlaid burgundy ladybug design.",
        category = "furniture.insect_set",
    },
    moth_lamp_v3 = {
        name = "飞蛾灯",
        recipe_key = "moth_lamp",
        icon_sprite = "spr_ui_item_furniture_moth_lamp_v3",
        object = "moth_lamp_v3",
        description = "一盏优雅的灯, 玻璃罩笼罩着一只勃艮第色飞蛾。 ",
        crafting_level_requirement = 4,
        tags = {
            "furniture",
            "insect_set",
            "table_lighting",
        },
        recipe = {
            {
                count = 15,
                item = "ore_stone",
            },
            {
                count = 2,
                item = "glass",
            },
            {
                count = 1,
                item = "lantern_moth",
            },
            {
                count = 1,
                item = "monster_core",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Moth Lamp",
        description_en = "An elegant lamp that looks like a burgundy moth in a glass dome.",
        category = "furniture.insect_set",
    },
    caterpillar_chair_v3 = {
        name = "毛毛虫椅子",
        recipe_key = "caterpillar_chair",
        icon_sprite = "spr_ui_item_furniture_caterpillar_chair_v3",
        object = "caterpillar_chair_v3",
        description = "勃艮第色的毛绒椅子, 靠背是毛毛虫的设计。 ",
        crafting_level_requirement = 6,
        tags = {
            "furniture",
            "insect_set",
            "accent_chair",
        },
        recipe = {
            {
                count = 25,
                item = "basic_wood",
            },
            {
                count = 1,
                item = "caterpillar",
            },
            {
                count = 2,
                item = "bristle",
            },
            {
                count = 3,
                item = "sap",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Caterpillar Chair",
        description_en = "A plush burgundy armchair that looks like a caterpillar.",
        category = "furniture.insect_set",
    },
    insect_rug_v3 = {
        name = "昆虫地毯",
        recipe_key = "insect_rug",
        icon_sprite = "spr_ui_item_furniture_insect_rug_v3",
        object = "insect_rug_v3",
        description = "勃艮第色的地毯, 带有优雅的昆虫图案。 ",
        crafting_level_requirement = 4,
        tags = {
            "furniture",
            "insect_set",
            "medium_rug",
        },
        recipe = {
            {
                count = 2,
                item = "rabbit_wool",
            },
            {
                count = 1,
                item = "copper_beetle",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Insect Rug",
        description_en = "A burgundy rug with an elegant insect pattern.",
        category = "furniture.insect_set",
    },
    firefly_wall_string_lights_blue = {
        name = "萤火虫壁灯串",
        icon_sprite = "spr_ui_item_decor_firefly_string_lights_blue",
        description = "挂在墙上的蓝色萤火虫灯串。 ",
        crafting_level_requirement = 26,
        object = "firefly_wall_string_lights_blue",
        recipe_key = "firefly_wall_string_lights",
        tags = {
            "furniture",
            "wall_lighting",
            "insect_set",
        },
        recipe = {
            {
                count = 3,
                item = "firefly",
            },
            {
                count = 3,
                item = "monster_core",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Firefly Wall String Lights",
        description_en = "Blue firefly string lights to hang on your wall.",
        category = "furniture.insect_set",
    },
    firefly_wall_string_lights_pink = {
        name = "萤火虫壁灯串",
        icon_sprite = "spr_ui_item_decor_firefly_string_lights_pink",
        description = "挂在墙上的粉色萤火虫灯串。 ",
        crafting_level_requirement = 26,
        object = "firefly_wall_string_lights_pink",
        recipe_key = "firefly_wall_string_lights",
        tags = {
            "furniture",
            "wall_lighting",
            "insect_set",
        },
        recipe = {
            {
                count = 3,
                item = "firefly",
            },
            {
                count = 3,
                item = "monster_core",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Firefly Wall String Lights",
        description_en = "Pink firefly string lights to hang on your wall.",
        category = "furniture.insect_set",
    },
    firefly_wall_string_lights_purple = {
        name = "萤火虫壁灯串",
        icon_sprite = "spr_ui_item_decor_firefly_string_lights_purple",
        description = "挂在墙上的紫色萤火虫灯串。 ",
        crafting_level_requirement = 26,
        object = "firefly_wall_string_lights_purple",
        recipe_key = "firefly_wall_string_lights",
        tags = {
            "furniture",
            "wall_lighting",
            "insect_set",
        },
        recipe = {
            {
                count = 3,
                item = "firefly",
            },
            {
                count = 3,
                item = "monster_core",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Firefly Wall String Lights",
        description_en = "Purple firefly string lights to hang on your wall.",
        category = "furniture.insect_set",
    },
    firefly_wall_string_lights_white = {
        name = "萤火虫壁灯串",
        icon_sprite = "spr_ui_item_decor_firefly_string_lights_white",
        description = "挂在墙上的白色萤火虫灯串。 ",
        crafting_level_requirement = 26,
        object = "firefly_wall_string_lights_white",
        recipe_key = "firefly_wall_string_lights",
        tags = {
            "furniture",
            "wall_lighting",
            "insect_set",
        },
        recipe = {
            {
                count = 3,
                item = "firefly",
            },
            {
                count = 3,
                item = "monster_core",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Firefly Wall String Lights",
        description_en = "White firefly string lights to hang on your wall.",
        category = "furniture.insect_set",
    },
    firefly_wall_string_lights_yellow = {
        name = "萤火虫壁灯串",
        icon_sprite = "spr_ui_item_decor_firefly_string_lights_yellow",
        description = "挂在墙上的黄色萤火虫灯串。 ",
        crafting_level_requirement = 26,
        object = "firefly_wall_string_lights_yellow",
        recipe_key = "firefly_wall_string_lights",
        tags = {
            "furniture",
            "wall_lighting",
            "insect_set",
        },
        recipe = {
            {
                count = 3,
                item = "firefly",
            },
            {
                count = 3,
                item = "monster_core",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Firefly Wall String Lights",
        description_en = "Yellow firefly string lights to hang on your wall.",
        category = "furniture.insect_set",
    },
    butterfly_wall_lamp_gold = {
        icon_sprite = "spr_ui_item_decor_butterfly_wall_lamp_gold",
        name = "蝴蝶壁灯",
        description = "蝴蝶形状的金壁灯。 ",
        object = "butterfly_wall_lamp_gold",
        recipe_key = "butterfly_wall_lamp",
        crafting_preview_sprite = "spr_decor_butterfly_wall_lamp_gold_main_on",
        crafting_level_requirement = 28,
        tags = {
            "furniture",
            "wall_lighting",
            "insect_set",
        },
        recipe = {
            {
                count = 2,
                item = "gold_ingot",
            },
            {
                count = 2,
                item = "monster_core",
            },
            {
                count = 2,
                item = "essence_drop",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Butterfly Wall Lamp",
        description_en = "A gold wall lamp shaped like a butterfly.",
        category = "furniture.insect_set",
    },
    butterfly_wall_lamp_silver = {
        icon_sprite = "spr_ui_item_decor_butterfly_wall_lamp_silver",
        name = "蝴蝶壁灯",
        description = "蝴蝶形状的银壁灯。 ",
        object = "butterfly_wall_lamp_silver",
        recipe_key = "butterfly_wall_lamp",
        crafting_preview_sprite = "spr_decor_butterfly_wall_lamp_silver_main_on",
        crafting_level_requirement = 28,
        tags = {
            "furniture",
            "wall_lighting",
            "insect_set",
        },
        recipe = {
            {
                count = 2,
                item = "silver_ingot",
            },
            {
                count = 2,
                item = "monster_core",
            },
            {
                count = 2,
                item = "essence_drop",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Butterfly Wall Lamp",
        description_en = "A silver wall lamp shaped like a butterfly.",
        category = "furniture.insect_set",
    },
    butterfly_wall_lamp_bronze = {
        icon_sprite = "spr_ui_item_decor_butterfly_wall_lamp_bronze",
        name = "蝴蝶壁灯",
        description = "蝴蝶形状的铜壁灯。 ",
        object = "butterfly_wall_lamp_bronze",
        recipe_key = "butterfly_wall_lamp",
        crafting_preview_sprite = "spr_decor_butterfly_wall_lamp_bronze_main_on",
        crafting_level_requirement = 28,
        tags = {
            "furniture",
            "wall_lighting",
            "insect_set",
        },
        recipe = {
            {
                count = 2,
                item = "copper_ingot",
            },
            {
                count = 2,
                item = "monster_core",
            },
            {
                count = 2,
                item = "essence_drop",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Butterfly Wall Lamp",
        description_en = "A copper wall lamp shaped like a butterfly.",
        category = "furniture.insect_set",
    },
    bumblebee_plushie = {
        name = "蜜蜂公仔",
        description = "可爱的蜜蜂公仔。 ",
        object = "bumblebee_plushie",
        icon_sprite = "spr_ui_item_decor_bumblebee_plushie",
        crafting_level_requirement = 20,
        tags = {
            "furniture",
            "misc_decor",
            "insect_set",
        },
        recipe = {
            {
                count = 3,
                item = "sheep_wool",
            },
            {
                count = 10,
                item = "cattail",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Bumblebee Plushie",
        description_en = "A cute bumblebee plushie.",
        category = "furniture.insect_set",
    },
    cavern_crystal_lamp_green = {
        icon_sprite = "spr_ui_item_furniture_crystal_lamp_green",
        name = "发光水晶灯",
        description = "闪闪发光的绿色水晶碎片。 ",
        object = "cavern_crystal_lamp_green",
        recipe_key = "cavern_crystal_lamp",
        crafting_level_requirement = 10,
        tags = {
            "furniture",
            "cavern_set",
            "table_lighting",
        },
        recipe = {
            {
                count = 15,
                item = "crystal",
            },
            {
                count = 2,
                item = "monster_core",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Glowing Crystal Lamp",
        description_en = "A shard of glowing green crystal.",
        category = "furniture.cavern_set",
    },
    cavern_mushroom_stool_green = {
        icon_sprite = "spr_ui_item_furniture_mushroom_stool_green",
        name = "蘑菇小凳",
        description = "绿色的蘑菇小凳。 ",
        object = "cavern_mushroom_stool_green",
        recipe_key = "cavern_mushroom_stool",
        crafting_level_requirement = 12,
        tags = {
            "furniture",
            "cavern_set",
            "stool",
        },
        recipe = {
            {
                count = 20,
                item = "ore_stone",
            },
            {
                count = 2,
                item = "earthshroom",
            },
            {
                count = 2,
                item = "wild_mushroom",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Mushroom Stool",
        description_en = "A green mushroom stool.",
        category = "furniture.cavern_set",
    },
    cavern_crystal_lamp_pink = {
        icon_sprite = "spr_ui_item_furniture_crystal_lamp_pink",
        name = "发光水晶灯",
        description = "闪闪发光的粉色水晶碎片。 ",
        object = "cavern_crystal_lamp_pink",
        recipe_key = "cavern_crystal_lamp",
        crafting_level_requirement = 10,
        tags = {
            "furniture",
            "cavern_set",
            "table_lighting",
        },
        recipe = {
            {
                count = 15,
                item = "crystal",
            },
            {
                count = 2,
                item = "monster_core",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Glowing Crystal Lamp",
        description_en = "A shard of glowing pink crystal.",
        category = "furniture.cavern_set",
    },
    cavern_mushroom_stool_pink = {
        icon_sprite = "spr_ui_item_furniture_mushroom_stool_pink",
        name = "蘑菇小凳",
        description = "粉色的蘑菇小凳。 ",
        object = "cavern_mushroom_stool_pink",
        recipe_key = "cavern_mushroom_stool",
        crafting_level_requirement = 12,
        tags = {
            "furniture",
            "cavern_set",
            "stool",
        },
        recipe = {
            {
                count = 20,
                item = "ore_stone",
            },
            {
                count = 2,
                item = "earthshroom",
            },
            {
                count = 2,
                item = "wild_mushroom",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Mushroom Stool",
        description_en = "A pink mushroom stool.",
        category = "furniture.cavern_set",
    },
    cavern_crystal_lamp_purple = {
        icon_sprite = "spr_ui_item_furniture_crystal_lamp_purple",
        name = "发光水晶灯",
        description = "闪闪发光的白色水晶碎片。 ",
        object = "cavern_crystal_lamp_purple",
        recipe_key = "cavern_crystal_lamp",
        crafting_level_requirement = 10,
        tags = {
            "furniture",
            "cavern_set",
            "table_lighting",
        },
        recipe = {
            {
                count = 15,
                item = "crystal",
            },
            {
                count = 2,
                item = "monster_core",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Glowing Crystal Lamp",
        description_en = "A shard of glowing white crystal.",
        category = "furniture.cavern_set",
    },
    cavern_mushroom_stool_purple = {
        icon_sprite = "spr_ui_item_furniture_mushroom_stool_purple",
        name = "蘑菇小凳",
        description = "紫色的蘑菇小凳。 ",
        object = "cavern_mushroom_stool_purple",
        recipe_key = "cavern_mushroom_stool",
        crafting_level_requirement = 12,
        tags = {
            "furniture",
            "cavern_set",
            "stool",
        },
        recipe = {
            {
                count = 20,
                item = "ore_stone",
            },
            {
                count = 2,
                item = "earthshroom",
            },
            {
                count = 2,
                item = "wild_mushroom",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Mushroom Stool",
        description_en = "A purple mushroom stool.",
        category = "furniture.cavern_set",
    },
    cavern_emerald_rock = {
        icon_sprite = "spr_ui_item_furniture_emerald_rock",
        name = "观赏用绿宝石",
        description = "装饰性的绿宝石。 ",
        object = "cavern_emerald_rock",
        crafting_level_requirement = 8,
        tags = {
            "furniture",
            "cavern_set",
            "misc_furniture",
        },
        recipe = {
            {
                count = 10,
                item = "ore_stone",
            },
            {
                count = 3,
                item = "ore_emerald",
            },
            {
                count = 3,
                item = "wild_mushroom",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Ornamental Emerald Rock",
        description_en = "A decorative emerald rock.",
        category = "furniture.cavern_set",
    },
    cavern_silver_node = {
        icon_sprite = "spr_ui_item_furniture_silver_node",
        name = "观赏用银矿脉",
        description = "装饰性的银矿脉。 ",
        object = "cavern_silver_node",
        crafting_level_requirement = 8,
        tags = {
            "furniture",
            "cavern_set",
            "misc_furniture",
        },
        recipe = {
            {
                count = 10,
                item = "ore_stone",
            },
            {
                count = 10,
                item = "ore_silver",
            },
            {
                count = 3,
                item = "monster_powder",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Ornamental Silver Node",
        description_en = "A decorative silver node.",
        category = "furniture.cavern_set",
    },
    cavern_hewn_rock_bookshelf = {
        icon_sprite = "spr_ui_item_furniture_hewn_rock_bookshelf",
        name = "凿岩书架",
        description = "用岩石凿成的书架。 ",
        object = "cavern_hewn_rock_bookshelf",
        crafting_level_requirement = 14,
        tags = {
            "furniture",
            "cavern_set",
            "bookshelf",
        },
        recipe = {
            {
                count = 25,
                item = "ore_stone",
            },
            {
                count = 5,
                item = "paper",
            },
            {
                count = 2,
                item = "earthshroom",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Hewn Rock Bookshelf",
        description_en = "A hewn rock bookshelf.",
        category = "furniture.cavern_set",
    },
    cavern_hewn_rock_table = {
        icon_sprite = "spr_ui_item_furniture_hewn_stone_table",
        name = "凿岩桌子。 ",
        description = "用岩石凿成的桌子。 ",
        object = "cavern_hewn_rock_table",
        crafting_level_requirement = 14,
        tags = {
            "furniture",
            "cavern_set",
            "coffee_table",
        },
        recipe = {
            {
                count = 40,
                item = "ore_stone",
            },
            {
                count = 5,
                item = "ore_iron",
            },
            {
                count = 3,
                item = "monster_shell",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Hewn Rock Table",
        description_en = "A hewn rock table.",
        category = "furniture.cavern_set",
    },
    cavern_stone_arch = {
        icon_sprite = "spr_ui_item_furniture_stone_arch",
        name = "钟乳石拱门",
        description = "石头拱门, 带有钟乳石。 ",
        object = "cavern_stone_arch",
        crafting_level_requirement = 16,
        tags = {
            "furniture",
            "cavern_set",
            "misc_outdoor_decor",
        },
        recipe = {
            {
                count = 20,
                item = "ore_stone",
            },
            {
                count = 10,
                item = "crystal",
            },
            {
                count = 3,
                item = "monster_horn",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Stalactite Arch",
        description_en = "A stone arch with stalactites.",
        category = "furniture.cavern_set",
    },
    cavern_wall_brazier_purple = {
        icon_sprite = "spr_ui_item_furniture_wall_brazier_purple",
        name = "壁挂火盆",
        description = "燃烧着紫色火焰的壁挂火盆。 ",
        object = "cavern_wall_brazier_purple",
        recipe_key = "cavern_wall_brazier",
        crafting_preview_sprite = "spr_furniture_deep_earth_wall_brazier_purple_spring_on",
        crafting_level_requirement = 8,
        tags = {
            "furniture",
            "cavern_set",
            "wall_lighting",
        },
        recipe = {
            {
                count = 1,
                item = "iron_ingot",
            },
            {
                count = 3,
                item = "peat",
            },
            {
                count = 1,
                item = "monster_core",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Wall Brazier",
        description_en = "A wall brazier filled with purple flames.",
        category = "furniture.cavern_set",
    },
    cavern_wall_brazier_orange = {
        icon_sprite = "spr_ui_item_furniture_wall_brazier_orange",
        name = "壁挂火盆",
        description = "燃烧着橙红火焰的壁挂火盆。 ",
        object = "cavern_wall_brazier_orange",
        recipe_key = "cavern_wall_brazier",
        crafting_preview_sprite = "spr_furniture_deep_earth_wall_brazier_orange_spring_on",
        crafting_level_requirement = 8,
        tags = {
            "furniture",
            "cavern_set",
            "wall_lighting",
        },
        recipe = {
            {
                count = 1,
                item = "iron_ingot",
            },
            {
                count = 3,
                item = "peat",
            },
            {
                count = 1,
                item = "monster_core",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Wall Brazier",
        description_en = "A wall brazier filled with orange flames.",
        category = "furniture.cavern_set",
    },
    cavern_wall_brazier_blue = {
        icon_sprite = "spr_ui_item_furniture_wall_brazier_blue",
        name = "壁挂火盆",
        description = "燃烧着蓝色火焰的壁挂火盆。 ",
        object = "cavern_wall_brazier_blue",
        recipe_key = "cavern_wall_brazier",
        crafting_preview_sprite = "spr_furniture_deep_earth_wall_brazier_blue_spring_on",
        crafting_level_requirement = 8,
        tags = {
            "furniture",
            "cavern_set",
            "wall_lighting",
        },
        recipe = {
            {
                count = 1,
                item = "iron_ingot",
            },
            {
                count = 3,
                item = "peat",
            },
            {
                count = 1,
                item = "monster_core",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Wall Brazier",
        description_en = "A wall brazier filled with blue flames.",
        category = "furniture.cavern_set",
    },
    cavern_floor_brazier_purple = {
        icon_sprite = "spr_ui_item_furniture_floor_brazier_purple",
        name = "地板火盆",
        description = "燃烧着紫色火焰的地板火盆。 ",
        object = "cavern_floor_brazier_purple",
        recipe_key = "cavern_floor_brazier",
        crafting_preview_sprite = "spr_furniture_deep_earth_floor_brazier_purple_spring_on",
        crafting_level_requirement = 10,
        tags = {
            "furniture",
            "cavern_set",
            "floor_lighting",
        },
        recipe = {
            {
                count = 2,
                item = "iron_ingot",
            },
            {
                count = 3,
                item = "peat",
            },
            {
                count = 2,
                item = "monster_core",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Floor Brazier",
        description_en = "A floor brazier filled with purple flames.",
        category = "furniture.cavern_set",
    },
    cavern_floor_brazier_blue = {
        icon_sprite = "spr_ui_item_furniture_floor_brazier_blue",
        name = "地板火盆",
        description = "燃烧着蓝色火焰的地板火盆。 ",
        object = "cavern_floor_brazier_blue",
        recipe_key = "cavern_floor_brazier",
        crafting_preview_sprite = "spr_furniture_deep_earth_floor_brazier_blue_spring_on",
        crafting_level_requirement = 10,
        tags = {
            "furniture",
            "cavern_set",
            "floor_lighting",
        },
        recipe = {
            {
                count = 2,
                item = "iron_ingot",
            },
            {
                count = 3,
                item = "peat",
            },
            {
                count = 2,
                item = "monster_core",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Floor Brazier",
        description_en = "A floor brazier filled with blue flames.",
        category = "furniture.cavern_set",
    },
    cavern_floor_brazier_orange = {
        icon_sprite = "spr_ui_item_furniture_floor_brazier_orange",
        name = "地板火盆",
        description = "燃烧着橙红火焰的地板火盆。 ",
        object = "cavern_floor_brazier_orange",
        recipe_key = "cavern_floor_brazier",
        crafting_preview_sprite = "spr_furniture_deep_earth_floor_brazier_orange_spring_on",
        crafting_level_requirement = 10,
        tags = {
            "furniture",
            "cavern_set",
            "floor_lighting",
        },
        recipe = {
            {
                count = 2,
                item = "iron_ingot",
            },
            {
                count = 3,
                item = "peat",
            },
            {
                count = 2,
                item = "monster_core",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Floor Brazier",
        description_en = "A floor brazier filled with orange flames.",
        category = "furniture.cavern_set",
    },
    cavern_mossy_rug_v1 = {
        icon_sprite = "spr_ui_item_furniture_mossy_rug_v1",
        name = "苔藓地毯",
        description = "暖绿色的苔藓地毯。 ",
        object = "cavern_mossy_rug_v1",
        recipe_key = "cavern_mossy_rug",
        crafting_level_requirement = 6,
        tags = {
            "furniture",
            "cavern_set",
            "medium_rug",
        },
        recipe = {
            {
                count = 3,
                item = "feather",
            },
            {
                count = 3,
                item = "narrows_moss",
            },
            {
                count = 2,
                item = "shale_grass",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Mossy Rug",
        description_en = "A warm-toned green moss rug.",
        category = "furniture.cavern_set",
    },
    cavern_mossy_rug_v2 = {
        icon_sprite = "spr_ui_item_furniture_mossy_rug_v2",
        name = "苔藓地毯",
        description = "冷绿色的苔藓地毯。 ",
        object = "cavern_mossy_rug_v2",
        recipe_key = "cavern_mossy_rug",
        crafting_level_requirement = 6,
        tags = {
            "furniture",
            "cavern_set",
            "medium_rug",
        },
        recipe = {
            {
                count = 3,
                item = "feather",
            },
            {
                count = 3,
                item = "narrows_moss",
            },
            {
                count = 2,
                item = "shale_grass",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Mossy Rug",
        description_en = "A cool-toned green moss rug.",
        category = "furniture.cavern_set",
    },
    cavern_rock_wallpaper = {
        icon_sprite = "spr_ui_item_furniture_wallpaper_deep_earth",
        name = "石头墙纸",
        description = "模仿了深域洞穴外观的石头墙纸。 ",
        wallpaper = "cavern",
        door_mold = "spr_carpenter_house_f2_doorway2_spring",
        crafting_preview_sprite = "spr_ui_furniture_wallpaper_deep_earth_preview",
        crafting_level_requirement = 10,
        tags = {
            "furniture",
            "cavern_set",
            "wallpaper",
        },
        recipe = {
            {
                count = 20,
                item = "ore_stone",
            },
            {
                count = 5,
                item = "ore_silver",
            },
            {
                count = 5,
                item = "paper",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Rock Wall",
        description_en = "A wallpaper that mimics the look of the Deep Earth.",
        category = "furniture.cavern_set",
    },
    cavern_rock_flooring = {
        icon_sprite = "spr_ui_item_furniture_flooring_deep_earth",
        name = "石头地板",
        description = "模仿了深域洞穴外观的石头地板。 ",
        flooring = "cavern",
        crafting_preview_sprite = "spr_ui_furniture_flooring_deep_earth_preview",
        crafting_level_requirement = 10,
        tags = {
            "furniture",
            "cavern_set",
            "novelty_flooring",
        },
        recipe = {
            {
                count = 20,
                item = "ore_stone",
            },
            {
                count = 10,
                item = "crystal",
            },
            {
                count = 3,
                item = "monster_horn",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Rock Floor",
        description_en = "A rock floor that mimics the look of the Deep Earth.",
        category = "furniture.cavern_set",
    },
    cooking_frying_pan_v1 = {
        icon_sprite = "spr_ui_item_decor_cooking_frying_pan_v1",
        name = "煎锅",
        description = "装饰性的蓝色煎锅。 ",
        object = "cooking_frying_pan_v1",
        recipe_key = "cooking_frying_pan",
        tags = {
            "furniture",
            "kitchen_decor",
            "cooking_set",
        },
        crafting_level_requirement = 20,
        recipe = {
            {
                count = 2,
                item = "silver_ingot",
            },
            {
                count = 4,
                item = "coral",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 200,
        },
        name_en = "Frying Pan",
        description_en = "A decorative blue frying pan.",
        category = "furniture.cooking_set",
    },
    cooking_frying_pan_v2 = {
        icon_sprite = "spr_ui_item_decor_cooking_frying_pan_v2",
        name = "煎锅",
        description = "装饰性的金色煎锅。 ",
        object = "cooking_frying_pan_v2",
        recipe_key = "cooking_frying_pan",
        tags = {
            "furniture",
            "kitchen_decor",
            "cooking_set",
        },
        crafting_level_requirement = 20,
        recipe = {
            {
                count = 2,
                item = "gold_ingot",
            },
            {
                count = 4,
                item = "crystal",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 200,
        },
        name_en = "Frying Pan",
        description_en = "A decorative gold frying pan.",
        category = "furniture.cooking_set",
    },
    cooking_frying_pan_v3 = {
        icon_sprite = "spr_ui_item_decor_cooking_frying_pan_v3",
        name = "煎锅",
        description = "装饰性的铸铁煎锅。 ",
        object = "cooking_frying_pan_v3",
        recipe_key = "cooking_frying_pan",
        tags = {
            "furniture",
            "kitchen_decor",
            "cooking_set",
        },
        crafting_level_requirement = 20,
        recipe = {
            {
                count = 2,
                item = "iron_ingot",
            },
            {
                count = 4,
                item = "obsidian",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 200,
        },
        name_en = "Frying Pan",
        description_en = "A decorative cast iron frying pan.",
        category = "furniture.cooking_set",
    },
    cooking_stockpot_v1 = {
        icon_sprite = "spr_ui_item_decor_cooking_stockpot_v1",
        name = "汤锅",
        description = "装饰性的蓝色汤锅。 ",
        object = "cooking_stockpot_v1",
        recipe_key = "cooking_stockpot",
        tags = {
            "furniture",
            "kitchen_decor",
            "cooking_set",
        },
        crafting_level_requirement = 22,
        recipe = {
            {
                count = 2,
                item = "silver_ingot",
            },
            {
                count = 6,
                item = "coral",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 200,
        },
        name_en = "Stockpot",
        description_en = "A decorative blue stockpot.",
        category = "furniture.cooking_set",
    },
    cooking_stockpot_v2 = {
        icon_sprite = "spr_ui_item_decor_cooking_stockpot_v2",
        name = "汤锅",
        description = "装饰性的金色汤锅。 ",
        object = "cooking_stockpot_v2",
        recipe_key = "cooking_stockpot",
        tags = {
            "furniture",
            "kitchen_decor",
            "cooking_set",
        },
        crafting_level_requirement = 22,
        recipe = {
            {
                count = 2,
                item = "gold_ingot",
            },
            {
                count = 6,
                item = "crystal",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 200,
        },
        name_en = "Stockpot",
        description_en = "A decorative gold stockpot.",
        category = "furniture.cooking_set",
    },
    cooking_stockpot_v3 = {
        icon_sprite = "spr_ui_item_decor_cooking_stockpot_v3",
        name = "汤锅",
        description = "装饰性的铸铁汤锅。 ",
        object = "cooking_stockpot_v3",
        recipe_key = "cooking_stockpot",
        tags = {
            "furniture",
            "kitchen_decor",
            "cooking_set",
        },
        crafting_level_requirement = 22,
        recipe = {
            {
                count = 2,
                item = "iron_ingot",
            },
            {
                count = 6,
                item = "obsidian",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 200,
        },
        name_en = "Stockpot",
        description_en = "A decorative cast iron stockpot.",
        category = "furniture.cooking_set",
    },
    cooking_tea_kettle_v1 = {
        icon_sprite = "spr_ui_item_decor_cooking_tea_kettle_v1",
        name = "茶壶",
        description = "装饰性的金茶壶。 ",
        object = "cooking_tea_kettle_v1",
        recipe_key = "cooking_tea_kettle",
        tags = {
            "furniture",
            "kitchen_decor",
            "cooking_set",
        },
        crafting_level_requirement = 22,
        recipe = {
            {
                count = 3,
                item = "gold_ingot",
            },
            {
                hours = 0,
                minutes = 10,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 200,
        },
        name_en = "Tea Kettle",
        description_en = "A decorative gold kettle.",
        category = "furniture.cooking_set",
    },
    cooking_tea_kettle_v2 = {
        icon_sprite = "spr_ui_item_decor_cooking_tea_kettle_v2",
        name = "茶壶",
        description = "装饰性的铜茶壶。 ",
        object = "cooking_tea_kettle_v2",
        recipe_key = "cooking_tea_kettle",
        tags = {
            "furniture",
            "kitchen_decor",
            "cooking_set",
        },
        crafting_level_requirement = 22,
        recipe = {
            {
                count = 3,
                item = "copper_ingot",
            },
            {
                hours = 0,
                minutes = 10,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 200,
        },
        name_en = "Tea Kettle",
        description_en = "A decorative copper kettle.",
        category = "furniture.cooking_set",
    },
    cooking_tea_kettle_v3 = {
        icon_sprite = "spr_ui_item_decor_cooking_tea_kettle_v3",
        name = "茶壶",
        description = "装饰性的银茶壶。 ",
        object = "cooking_tea_kettle_v3",
        recipe_key = "cooking_tea_kettle",
        tags = {
            "furniture",
            "kitchen_decor",
            "cooking_set",
        },
        crafting_level_requirement = 22,
        recipe = {
            {
                count = 3,
                item = "silver_ingot",
            },
            {
                hours = 0,
                minutes = 10,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 200,
        },
        name_en = "Tea Kettle",
        description_en = "A decorative silver kettle.",
        category = "furniture.cooking_set",
    },
    cooking_hanging_pans_v1 = {
        icon_sprite = "spr_ui_item_decor_cooking_hanging_pans_v1",
        name = "挂锅",
        description = "两个挂锅墙面装饰。 ",
        object = "cooking_hanging_pans_v1",
        recipe_key = "cooking_hanging_pans",
        tags = {
            "furniture",
            "kitchen_decor",
            "wall_hanging",
            "cooking_set",
        },
        crafting_level_requirement = 24,
        recipe = {
            {
                count = 10,
                item = "hard_wood",
            },
            {
                count = 2,
                item = "iron_ingot",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 200,
        },
        name_en = "Hanging Pans",
        description_en = "Wall decor featuring two hanging pans.",
        category = "furniture.cooking_set",
    },
    cooking_hanging_pans_v2 = {
        icon_sprite = "spr_ui_item_decor_cooking_hanging_pans_v2",
        name = "挂锅",
        description = "锅具套装墙面装饰。 ",
        object = "cooking_hanging_pans_v2",
        recipe_key = "cooking_hanging_pans",
        tags = {
            "furniture",
            "kitchen_decor",
            "wall_hanging",
            "cooking_set",
        },
        crafting_level_requirement = 24,
        recipe = {
            {
                count = 10,
                item = "hard_wood",
            },
            {
                count = 2,
                item = "iron_ingot",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 200,
        },
        name_en = "Hanging Pans",
        description_en = "Wall decor featuring a hanging pan and accessories.",
        category = "furniture.cooking_set",
    },
    ocarina_sprite_statue = {
        name = "动物精灵雕像",
        description = "放置在大型谷仓或棚舍内, 配以精华石, 自动抚摸建筑内的动物。 ",
        icon_sprite = "spr_ui_item_object_ocarina_statue",
        object = "ocarina_sprite_statue",
        recipe_key = "ocarina_sprite_statue",
        crafting_level_requirement = 20,
        tags = {
            "furniture",
            "automation",
        },
        recipe = {
            {
                count = 10,
                item = "refined_stone",
            },
            {
                essence = 50,
            },
            {
                count = 3,
                item = "animal_currency",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Animal Sprite Statue",
        description_en = "Place in a Large Barn/Coop & add an Essence Stone to automatically pet its animals.",
        category = "furniture.automation_set",
    },
    big_bell = {
        icon_sprite = "spr_ui_item_big_bell",
        name = "大敲钟",
        description = "一个大钟, 用于召唤动物进出棚舍。 ",
        object = "big_bell",
        crafting_level_requirement = 1,
        tags = {
            "furniture",
            "automation",
        },
        recipe = {
            {
                count = 5,
                item = "copper_ingot",
            },
            {
                count = 5,
                item = "iron_ingot",
            },
            {
                count = 5,
                item = "silver_ingot",
            },
            {
                count = 10,
                item = "hard_wood",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Big Bell",
        description_en = "A big bell that can be used to call all animals in and out of their buildings at once.",
        category = "furniture.automation_set",
    },
    campfire = {
        icon_sprite = "spr_ui_item_decor_beach_campfire",
        name = "篝火",
        description = "噼啪作响的篝火让人无比惬意。 ",
        recipe_is_default = true,
        object = "campfire",
        crafting_preview_sprite = "spr_beach_campfire_spring_on",
        crafting_level_requirement = 4,
        tags = {
            "furniture",
            "farm_decor",
            "starter_farm_set",
        },
        recipe = {
            {
                count = 50,
                item = "ore_stone",
            },
            {
                count = 30,
                item = "basic_wood",
            },
            {
                count = 3,
                item = "peat",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 200,
        },
        name_en = "Campfire",
        description_en = "This crackling campfire is perfectly cozy.",
        category = "furniture.starter_farm_set",
    },
    starter_potted_plant = {
        description = "新栽种的黄色花朵。 ",
        icon_sprite = "spr_ui_item_decor_starter_potted_plant",
        name = "盆栽植物",
        object = "starter_potted_plant",
        tags = {
            "furniture",
            "tabletop_plant",
            "starter_farm_set",
        },
        recipe_is_default = true,
        crafting_level_requirement = 2,
        recipe = {
            {
                count = 3,
                item = "clay",
            },
            {
                count = 3,
                item = "sod",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 100,
        },
        description_en = "Freshly potted yellow flowers.",
        name_en = "Potted Plant",
        category = "furniture.starter_farm_set",
    },
    starter_scarecrow = {
        description = "友好的稻草人。 ",
        icon_sprite = "spr_ui_item_decor_starter_scarecrow",
        name = "稻草人",
        object = "starter_scarecrow",
        tags = {
            "furniture",
            "farm_decor",
            "starter_farm_set",
        },
        recipe_is_default = true,
        crafting_level_requirement = 4,
        recipe = {
            {
                count = 15,
                item = "basic_wood",
            },
            {
                count = 15,
                item = "hay",
            },
            {
                count = 10,
                item = "fiber",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 160,
        },
        description_en = "A friendly scarecrow.",
        name_en = "Scarecrow",
        category = "furniture.starter_farm_set",
    },
    starter_bird_house_red = {
        description = "简单的鸟屋, 野鸟们喜欢在此处栖息。 ",
        icon_sprite = "spr_ui_item_decor_starter_bird_house_red",
        name = "鸟屋",
        object = "starter_bird_house_red",
        tags = {
            "furniture",
            "farm_decor",
            "starter_farm_set",
        },
        recipe_is_default = true,
        crafting_level_requirement = 4,
        recipe = {
            {
                count = 15,
                item = "basic_wood",
            },
            {
                count = 15,
                item = "ore_stone",
            },
            {
                count = 10,
                item = "hay",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 160,
        },
        description_en = "A simple birdhouse. Wild birds like to perch on it.",
        name_en = "Birdhouse",
        category = "furniture.starter_farm_set",
    },
    starter_stone_path = {
        description = "用于铺设道路的铺砌石头。 ",
        icon_sprite = "spr_ui_item_decor_starter_stone_path_single",
        name = "石路",
        object = "starter_stone_path_single",
        tags = {
            "furniture",
            "ground_decor",
            "stone_path",
            "starter_farm_set",
        },
        recipe_is_default = true,
        crafting_level_requirement = 1,
        recipe = {
            {
                count = 2,
                item = "ore_stone",
            },
            {
                hours = 0,
                minutes = 10,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 10,
        },
        description_en = "Paved stones for making paths.",
        name_en = "Stone Path",
        category = "furniture.starter_farm_set",
    },
    starter_stone_path_double = {
        description = "用于铺设道路的铺砌石头。 ",
        icon_sprite = "spr_ui_item_decor_starter_stone_path",
        name = "石路",
        object = "starter_stone_path_double",
        tags = {
            "furniture",
            "ground_decor",
            "stone_path",
            "starter_farm_set",
        },
        recipe_is_default = true,
        crafting_level_requirement = 1,
        recipe = {
            {
                count = 2,
                item = "ore_stone",
            },
            {
                hours = 0,
                minutes = 10,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 10,
        },
        description_en = "Paved stones for making paths.",
        name_en = "Stone Path",
        category = "furniture.starter_farm_set",
    },
    starter_well = {
        description = "谁谁谁… 水井啊。 ",
        icon_sprite = "spr_ui_item_decor_starter_well",
        name = "水井",
        object = "starter_well",
        tags = {
            "furniture",
            "farm_decor",
            "starter_farm_set",
        },
        recipe_is_default = true,
        crafting_level_requirement = 2,
        recipe = {
            {
                count = 50,
                item = "ore_stone",
            },
            {
                count = 20,
                item = "basic_wood",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 300,
        },
        description_en = "Well, well, well, if it isn't... a well.",
        name_en = "Water Well",
        category = "furniture.starter_farm_set",
    },
    starter_wheelbarrow = {
        description = "装满了春天花卉的独轮车。 ",
        icon_sprite = "spr_ui_item_decor_starter_wheelbarrow",
        name = "独轮车",
        object = "starter_wheelbarrow",
        tags = {
            "furniture",
            "garden_decor",
            "starter_farm_set",
        },
        recipe_is_default = true,
        crafting_level_requirement = 4,
        recipe = {
            {
                count = 25,
                item = "basic_wood",
            },
            {
                count = 1,
                item = "lilac",
            },
            {
                count = 1,
                item = "tulip",
            },
            {
                count = 1,
                item = "dandelion",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 200,
        },
        description_en = "A wheelbarrow filled with a variety of spring flowers.",
        name_en = "Wheelbarrow",
        category = "furniture.starter_farm_set",
    },
    starter_wood_fence = {
        description = "简单的木栅栏。 ",
        icon_sprite = "spr_ui_item_decor_starter_wood_fence",
        crafting_preview_sprite = "spr_ui_decor_wooden_fence_preview",
        name = "木栅栏",
        object = "starter_wood_fence",
        tags = {
            "furniture",
            "fencing",
            "starter_farm_set",
        },
        recipe_is_default = true,
        crafting_level_requirement = 1,
        recipe = {
            {
                count = 2,
                item = "basic_wood",
            },
            {
                hours = 0,
                minutes = 10,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 20,
        },
        description_en = "A simple wooden fence.",
        name_en = "Wooden Fence",
        category = "furniture.starter_farm_set",
    },
    starter_shipping_box = {
        description = "可放置的出货箱, 将物品放进去, 夜间售出。 ",
        icon_sprite = "spr_ui_item_basic_misc_shipping_bin",
        name = "出货箱",
        object = "starter_shipping_box",
        tags = {
            "furniture",
            "chest_and_storage",
            "starter_farm_set",
        },
        recipe_is_default = true,
        crafting_level_requirement = 4,
        recipe = {
            {
                count = 100,
                item = "basic_wood",
            },
            {
                hours = 0,
                minutes = 10,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 500,
        },
        description_en = "A placeable shipping bin. Put items inside to sell them overnight.",
        name_en = "Shipping Bin",
        category = "furniture.starter_farm_set",
    },
    spooky_haybale = {
        description = "献给干草控。 ",
        icon_sprite = "spr_ui_item_decor_spooky_haybale",
        name = "干草堆",
        object = "spooky_haybale",
        tags = {
            "furniture",
            "farm_decor",
            "starter_farm_set",
        },
        crafting_level_requirement = 2,
        recipe_is_default = true,
        recipe = {
            {
                count = 10,
                item = "hay",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 200,
        },
        description_en = "For those who love hay.",
        name_en = "Hay Bale",
        category = "furniture.starter_farm_set",
    },
    dirt_clear = {
        name = "泥土地砖(素面)",
        description = "使用此物品清除泥土地砖上的装饰细节。 ",
        icon_sprite = "spr_ui_item_decor_starter_dirt_clear",
        crafting_preview_sprite = "spr_ui_decor_dirt_clear_preview",
        tags = {
            "furniture",
            "ground_decor",
            "starter_farm_set",
        },
        crafting_level_requirement = 1,
        recipe_is_default = true,
        recipe = {
            {
                count = 1,
                item = "sod",
            },
            {
                hours = 0,
                minutes = 10,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 10,
        },
        tile_placement = {
            index = "dirt_normal",
            ground_kind = "dirt",
        },
        name_en = "Dirt Tile Clear",
        description_en = "Use this item to clear decorative details from a dirt tile.",
        category = "furniture.starter_farm_set",
    },
    dirt_dot_one = {
        name = "泥土地砖(样式1)",
        description = "使用此物品在泥土地砖上添加单点装饰。 ",
        icon_sprite = "spr_ui_item_decor_starter_dirt_dot_one",
        crafting_preview_sprite = "spr_ui_decor_dirt_dot_one_preview",
        tags = {
            "furniture",
            "ground_decor",
            "starter_farm_set",
        },
        crafting_level_requirement = 1,
        recipe_is_default = true,
        recipe = {
            {
                count = 1,
                item = "sod",
            },
            {
                hours = 0,
                minutes = 10,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 10,
        },
        tile_placement = {
            index = "dirt_variant_one",
            ground_kind = "dirt",
        },
        name_en = "Dirt Tile 1 Dot",
        description_en = "Use this item to add a single dot detail to a dirt tile.",
        category = "furniture.starter_farm_set",
    },
    dirt_dot_two = {
        name = "泥土地砖(样式2)",
        description = "使用此物品在泥土地砖上添加双点装饰。 ",
        icon_sprite = "spr_ui_item_decor_starter_dirt_dot_two",
        crafting_preview_sprite = "spr_ui_decor_dirt_dot_two_preview",
        tags = {
            "furniture",
            "ground_decor",
            "starter_farm_set",
        },
        crafting_level_requirement = 1,
        recipe_is_default = true,
        recipe = {
            {
                count = 1,
                item = "sod",
            },
            {
                hours = 0,
                minutes = 10,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 10,
        },
        tile_placement = {
            index = "dirt_variant_two",
            ground_kind = "dirt",
        },
        name_en = "Dirt Tile 2 Dots",
        description_en = "Use this item to add two dot details to a dirt tile.",
        category = "furniture.starter_farm_set",
    },
    dirt_dot_three = {
        name = "泥土地砖(样式3)",
        description = "使用此物品在泥土地砖上添加三点装饰。 ",
        icon_sprite = "spr_ui_item_decor_starter_dirt_dot_three",
        crafting_preview_sprite = "spr_ui_decor_dirt_dot_three_preview",
        tags = {
            "furniture",
            "ground_decor",
            "starter_farm_set",
        },
        crafting_level_requirement = 1,
        recipe_is_default = true,
        recipe = {
            {
                count = 1,
                item = "sod",
            },
            {
                hours = 0,
                minutes = 10,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 10,
        },
        tile_placement = {
            index = "dirt_variant_three",
            ground_kind = "dirt",
        },
        name_en = "Dirt Tile 3 Dots",
        description_en = "Use this item to add three dot details to a dirt tile.",
        category = "furniture.starter_farm_set",
    },
    field_clear = {
        name = "草地地砖(素面)",
        description = "使用此物品清除草地地砖上的装饰细节。 ",
        icon_sprite = "spr_ui_item_decor_starter_field_clear",
        crafting_preview_sprite = "spr_ui_decor_field_clear_preview",
        tags = {
            "furniture",
            "ground_decor",
            "starter_farm_set",
        },
        crafting_level_requirement = 1,
        recipe_is_default = true,
        recipe = {
            {
                count = 1,
                item = "sod",
            },
            {
                hours = 0,
                minutes = 10,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 10,
        },
        tile_placement = {
            index = "grass_normal",
            ground_kind = "grass",
        },
        name_en = "Grass Tile Clear",
        description_en = "Use this item to clear decorative details from a grass tile.",
        category = "furniture.starter_farm_set",
    },
    field_flower = {
        name = "草地地砖(花样式1)",
        description = "使用此物品在草地地砖上添加一朵花装饰。 ",
        icon_sprite = "spr_ui_item_decor_starter_field_flower",
        crafting_preview_sprite = "spr_ui_decor_field_flower_preview",
        tags = {
            "furniture",
            "ground_decor",
            "starter_farm_set",
        },
        crafting_level_requirement = 1,
        recipe_is_default = true,
        recipe = {
            {
                count = 1,
                item = "sod",
            },
            {
                hours = 0,
                minutes = 10,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 10,
        },
        tile_placement = {
            index = "flower_variant_one",
            ground_kind = "grass",
        },
        name_en = "Grass Tile Flower",
        description_en = "Use this item to add a single flower detail to a grass tile.",
        category = "furniture.starter_farm_set",
    },
    field_flower_two = {
        name = "草地地砖(花样式2)",
        description = "使用此物品在草地地砖上添加两朵花装饰。 ",
        icon_sprite = "spr_ui_item_decor_starter_field_flower_two",
        crafting_preview_sprite = "spr_ui_decor_field_flower_two_preview",
        tags = {
            "furniture",
            "ground_decor",
            "starter_farm_set",
        },
        crafting_level_requirement = 1,
        recipe_is_default = true,
        recipe = {
            {
                count = 1,
                item = "sod",
            },
            {
                hours = 0,
                minutes = 10,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 10,
        },
        tile_placement = {
            index = "flower_variant_two",
            ground_kind = "grass",
        },
        name_en = "Grass Tile 2 Flowers",
        description_en = "Use this item to add two flower details to a grass tile.",
        category = "furniture.starter_farm_set",
    },
    field_grass = {
        name = "草地地砖(草叶样式1)",
        description = "使用此物品在草地地砖上添加单草叶装饰。 ",
        icon_sprite = "spr_ui_item_decor_starter_field_grass",
        crafting_preview_sprite = "spr_ui_decor_field_grass_preview",
        tags = {
            "furniture",
            "ground_decor",
            "starter_farm_set",
        },
        crafting_level_requirement = 1,
        recipe_is_default = true,
        recipe = {
            {
                count = 1,
                item = "sod",
            },
            {
                hours = 0,
                minutes = 10,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 10,
        },
        tile_placement = {
            index = "grass_variant_one",
            ground_kind = "grass",
        },
        name_en = "Grass Tile Blades",
        description_en = "Use this item to add a grass blade detail to a grass tile.",
        category = "furniture.starter_farm_set",
    },
    field_grass_two = {
        name = "草地地砖(草叶样式2)",
        description = "使用此物品在草地地砖上添加双草叶装饰。 ",
        icon_sprite = "spr_ui_item_decor_starter_field_grass_two",
        crafting_preview_sprite = "spr_ui_decor_field_grass_two_preview",
        tags = {
            "furniture",
            "ground_decor",
            "starter_farm_set",
        },
        crafting_level_requirement = 1,
        recipe_is_default = true,
        recipe = {
            {
                count = 1,
                item = "sod",
            },
            {
                hours = 0,
                minutes = 10,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 10,
        },
        tile_placement = {
            index = "grass_variant_two",
            ground_kind = "grass",
        },
        name_en = "Field Grass 2 Blades",
        description_en = "Use this item to add two grass blade details to a grass tile.",
        category = "furniture.starter_farm_set",
    },
    farm_bridge = {
        name = "初始农场木桥",
        description = "基础款农场木桥, 置于河流上, 连接新的农场区域。 ",
        icon_sprite = "spr_ui_item_decor_starter_bridge",
        object = "farm_bridge",
        srafting_level_requirement = 20,
        crafting_preview_sprite = "spr_ui_object_basic_bridge_preview",
        recipe_key = "farm_bridge",
        tags = {
            "furniture",
            "starter_farm_set",
            "misc_functional",
        },
        recipe = {
            {
                count = 20,
                item = "hard_wood",
            },
            {
                count = 10,
                item = "refined_stone",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Starter Farm Bridge",
        description_en = "A basic farm bridge. Place it over water to connect farm areas.",
        category = "furniture.starter_farm_set",
    },
    picket_fence = {
        description = "可放置的栅栏。 ",
        icon_sprite = "spr_ui_item_fence_picket",
        crafting_preview_sprite = "spr_ui_decor_picket_fence_preview",
        name = "栅栏",
        object = "picket_fence",
        tags = {
            "furniture",
            "fencing",
            "starter_farm_set",
        },
        recipe_is_default = true,
        crafting_level_requirement = 2,
        recipe = {
            {
                count = 1,
                item = "hard_wood",
            },
            {
                hours = 0,
                minutes = 10,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        description_en = "A placeable picket fence.",
        name_en = "Picket Fence",
        category = "furniture.starter_farm_set",
    },
    stone_wall = {
        description = "石墙围栏, 手工精心堆砌石块而成。 ",
        icon_sprite = "spr_ui_item_fence_stone_wall",
        crafting_preview_sprite = "spr_ui_decor_stone_wall_preview",
        name = "石墙",
        object = "stone_wall",
        tags = {
            "furniture",
            "fencing",
            "starter_farm_set",
        },
        recipe_is_default = true,
        crafting_level_requirement = 4,
        recipe = {
            {
                count = 5,
                item = "ore_stone",
            },
            {
                hours = 0,
                minutes = 10,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        description_en = "Stone wall fencing made by carefully arranging stones by hand.",
        name_en = "Stone Wall",
        category = "furniture.starter_farm_set",
    },
    farm_house_calendar = {
        description = "可放置的农场日历。 ",
        icon_sprite = "spr_ui_item_object_wall_calendar",
        name = "农场日历",
        object = "farm_house_calendar",
        tags = {
            "furniture",
            "calendar",
            "starter_farm_set",
        },
        recipe_is_default = true,
        crafting_level_requirement = 1,
        recipe = {
            {
                count = 5,
                item = "paper",
            },
            {
                hours = 0,
                minutes = 10,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        description_en = "A placeable farmhouse calendar.",
        name_en = "Farmhouse Calendar",
        category = "furniture.starter_farm_set",
    },
    emerald_bed_v1 = {
        description = "华丽的翡翠单人床, 以金辅配。 ",
        icon_sprite = "spr_ui_item_furniture_emerald_bed_v1",
        name = "翡翠单人床",
        object = "emerald_bed_v1",
        tags = {
            "furniture",
            "single_bed",
            "emerald_set",
        },
        recipe_key = "emerald_bed",
        crafting_level_requirement = 36,
        recipe = {
            {
                count = 15,
                item = "hard_wood",
            },
            {
                count = 10,
                item = "ore_emerald",
            },
            {
                count = 5,
                item = "gold_ingot",
            },
            {
                count = 5,
                item = "golden_duck_feather",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        description_en = "An ornate emerald bed with gold detailing.",
        name_en = "Emerald Single Bed",
        category = "furniture.emerald_set",
    },
    emerald_bed_v2 = {
        description = "华丽的翡翠单人床, 以木辅配。 ",
        icon_sprite = "spr_ui_item_furniture_emerald_bed_v2",
        name = "翡翠单人床",
        object = "emerald_bed_v2",
        tags = {
            "furniture",
            "single_bed",
            "emerald_set",
        },
        recipe_key = "emerald_bed",
        crafting_level_requirement = 36,
        recipe = {
            {
                count = 15,
                item = "hard_wood",
            },
            {
                count = 10,
                item = "ore_emerald",
            },
            {
                count = 3,
                item = "gold_ingot",
            },
            {
                count = 3,
                item = "golden_duck_feather",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        description_en = "An ornate emerald bed with wood detailing.",
        name_en = "Emerald Single Bed",
        category = "furniture.emerald_set",
    },
    emerald_double_bed_v1 = {
        description = "华丽的翡翠双人床, 以金辅配。 ",
        icon_sprite = "spr_ui_item_furniture_emerald_double_bed_v1",
        name = "翡翠双人床",
        object = "emerald_double_bed_v1",
        tags = {
            "furniture",
            "double_bed",
            "emerald_set",
        },
        recipe_key = "emerald_bed",
        crafting_level_requirement = 38,
        recipe = {
            {
                count = 30,
                item = "hard_wood",
            },
            {
                count = 15,
                item = "ore_emerald",
            },
            {
                count = 6,
                item = "gold_ingot",
            },
            {
                count = 6,
                item = "golden_duck_feather",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        description_en = "An ornate emerald double bed with gold detailing.",
        name_en = "Emerald Double Bed",
        category = "furniture.emerald_set",
    },
    emerald_double_bed_v2 = {
        description = "华丽的翡翠双人床, 以木辅配。 ",
        icon_sprite = "spr_ui_item_furniture_emerald_double_bed_v2",
        name = "翡翠双人床",
        object = "emerald_double_bed_v2",
        tags = {
            "furniture",
            "double_bed",
            "emerald_set",
        },
        recipe_key = "emerald_bed",
        crafting_level_requirement = 38,
        recipe = {
            {
                count = 30,
                item = "hard_wood",
            },
            {
                count = 15,
                item = "ore_emerald",
            },
            {
                count = 6,
                item = "gold_ingot",
            },
            {
                count = 6,
                item = "golden_duck_feather",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        description_en = "An ornate emerald double bed with wood detailing.",
        name_en = "Emerald Double Bed",
        category = "furniture.emerald_set",
    },
    emerald_chair_v1 = {
        description = "华丽的翡翠椅, 以金辅配。 ",
        icon_sprite = "spr_ui_item_furniture_emerald_chair_v1",
        name = "翡翠椅",
        object = "emerald_chair_v1",
        tags = {
            "furniture",
            "dining_chair",
            "emerald_set",
        },
        recipe_key = "emerald_chair",
        crafting_level_requirement = 34,
        recipe = {
            {
                count = 10,
                item = "hard_wood",
            },
            {
                count = 5,
                item = "ore_emerald",
            },
            {
                count = 2,
                item = "gold_ingot",
            },
            {
                count = 2,
                item = "golden_bristle",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        description_en = "An ornate emerald chair with gold detailing.",
        name_en = "Emerald Chair",
        category = "furniture.emerald_set",
    },
    emerald_chair_v2 = {
        description = "华丽的翡翠椅, 以木辅配。 ",
        icon_sprite = "spr_ui_item_furniture_emerald_chair_v2",
        name = "翡翠椅",
        object = "emerald_chair_v2",
        tags = {
            "furniture",
            "dining_chair",
            "emerald_set",
        },
        recipe_key = "emerald_chair",
        crafting_level_requirement = 34,
        recipe = {
            {
                count = 10,
                item = "hard_wood",
            },
            {
                count = 5,
                item = "ore_emerald",
            },
            {
                count = 2,
                item = "gold_ingot",
            },
            {
                count = 2,
                item = "golden_bristle",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        description_en = "An ornate emerald chair with wood detailing.",
        name_en = "Emerald Chair",
        category = "furniture.emerald_set",
    },
    emerald_nightstand_v1 = {
        description = "华丽的翡翠床头柜, 以金辅配。 ",
        icon_sprite = "spr_ui_item_furniture_emerald_nightstand_v1",
        name = "翡翠床头柜",
        object = "emerald_nightstand_v1",
        tags = {
            "furniture",
            "nightstand",
            "emerald_set",
        },
        recipe_key = "emerald_nightstand",
        crafting_level_requirement = 34,
        recipe = {
            {
                count = 10,
                item = "hard_wood",
            },
            {
                count = 5,
                item = "ore_emerald",
            },
            {
                count = 3,
                item = "gold_ingot",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        description_en = "An ornate emerald nightstand with gold detailing.",
        name_en = "Emerald Nightstand",
        category = "furniture.emerald_set",
    },
    emerald_nightstand_v2 = {
        description = "华丽的翡翠床头柜, 以木辅配。 ",
        icon_sprite = "spr_ui_item_furniture_emerald_nightstand_v2",
        name = "翡翠床头柜",
        object = "emerald_nightstand_v2",
        tags = {
            "furniture",
            "nightstand",
            "emerald_set",
        },
        recipe_key = "emerald_nightstand",
        crafting_level_requirement = 34,
        recipe = {
            {
                count = 10,
                item = "hard_wood",
            },
            {
                count = 5,
                item = "ore_emerald",
            },
            {
                count = 3,
                item = "gold_ingot",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        description_en = "An ornate emerald nightstand with wood detailing.",
        name_en = "Emerald Nightstand",
        category = "furniture.emerald_set",
    },
    emerald_rug_v1 = {
        description = "华丽的翡翠地毯, 辅以奶油色。 ",
        icon_sprite = "spr_ui_item_furniture_emerald_rug_v1",
        name = "翡翠地毯",
        object = "emerald_rug_v1",
        tags = {
            "furniture",
            "medium_rug",
            "emerald_set",
        },
        recipe_key = "emerald_rug",
        crafting_level_requirement = 32,
        recipe = {
            {
                count = 3,
                item = "ore_emerald",
            },
            {
                count = 3,
                item = "golden_alpaca_wool",
            },
            {
                count = 3,
                item = "golden_sheep_wool",
            },
            {
                count = 3,
                item = "golden_rabbit_wool",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        description_en = "An ornate emerald rug with cream detailing.",
        name_en = "Emerald Rug",
        category = "furniture.emerald_set",
    },
    emerald_rug_v2 = {
        description = "华丽的翡翠地毯, 辅以深绿色。 ",
        icon_sprite = "spr_ui_item_furniture_emerald_rug_v2",
        name = "翡翠地毯",
        object = "emerald_rug_v2",
        tags = {
            "furniture",
            "medium_rug",
            "emerald_set",
        },
        recipe_key = "emerald_rug",
        crafting_level_requirement = 32,
        recipe = {
            {
                count = 3,
                item = "ore_emerald",
            },
            {
                count = 3,
                item = "golden_alpaca_wool",
            },
            {
                count = 3,
                item = "golden_sheep_wool",
            },
            {
                count = 3,
                item = "golden_rabbit_wool",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        description_en = "An ornate emerald rug with dark green detailing.",
        name_en = "Emerald Rug",
        category = "furniture.emerald_set",
    },
    emerald_wallpaper_v1 = {
        description = "华丽的墙纸, 翡翠绿与金色相辅配。 ",
        icon_sprite = "spr_ui_item_furniture_emerald_wallpaper_v1",
        name = "翡翠墙纸",
        wallpaper = "emerald_v1",
        door_mold = "spr_carpenter_house_f2_doorway2_spring",
        crafting_preview_sprite = "spr_ui_furniture_emerald_wall_v1_preview",
        tags = {
            "furniture",
            "wallpaper",
            "emerald_set",
        },
        recipe_key = "emerald_wallpaper",
        crafting_level_requirement = 30,
        recipe = {
            {
                count = 10,
                item = "paper",
            },
            {
                count = 5,
                item = "ore_emerald",
            },
            {
                count = 3,
                item = "gold_ingot",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        description_en = "Ornate emerald colored wallpaper with gold detailing.",
        name_en = "Emerald Wallpaper",
        category = "furniture.emerald_set",
    },
    emerald_wallpaper_v2 = {
        description = "华丽的墙纸, 奶油色与白色相辅配。 ",
        icon_sprite = "spr_ui_item_furniture_emerald_wallpaper_v2",
        name = "翡翠墙纸",
        wallpaper = "emerald_v2",
        door_mold = "spr_carpenter_house_f2_doorway2_spring",
        crafting_preview_sprite = "spr_ui_furniture_emerald_wall_v2_preview",
        tags = {
            "furniture",
            "wallpaper",
            "emerald_set",
        },
        recipe_key = "emerald_wallpaper",
        crafting_level_requirement = 30,
        recipe = {
            {
                count = 10,
                item = "paper",
            },
            {
                count = 5,
                item = "ore_emerald",
            },
            {
                count = 3,
                item = "gold_ingot",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        description_en = "Ornate cream colored wallpaper with white detailing.",
        name_en = "Emerald Wallpaper",
        category = "furniture.emerald_set",
    },
    mines_wooden_arch = {
        icon_sprite = "spr_ui_item_furniture_mines_wooden_arch",
        name = "矿洞拱门",
        description = "木质的矿洞拱门。 ",
        object = "mines_wooden_arch",
        crafting_level_requirement = 6,
        tags = {
            "furniture",
            "mineshaft_set",
            "misc_outdoor_decor",
        },
        recipe = {
            {
                count = 20,
                item = "basic_wood",
            },
            {
                count = 5,
                item = "sap",
            },
            {
                count = 3,
                item = "monster_shell",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Mines Arch",
        description_en = "A wooden mineshaft arch.",
        category = "furniture.mineshaft_set",
    },
    miners_copper_node = {
        description = "装饰性的铜矿脉。 ",
        icon_sprite = "spr_ui_item_furniture_copper_node",
        object = "miners_copper_node",
        name = "观赏用铜矿脉",
        crafting_level_requirement = 2,
        tags = {
            "furniture",
            "mineshaft_set",
            "misc_furniture",
        },
        recipe = {
            {
                count = 10,
                item = "ore_stone",
            },
            {
                count = 10,
                item = "ore_copper",
            },
            {
                count = 3,
                item = "monster_powder",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        description_en = "A decorative copper node.",
        name_en = "Ornamental Copper Node",
        category = "furniture.mineshaft_set",
    },
    miners_ruby_rock = {
        description = "装饰性的红宝石岩。 ",
        icon_sprite = "spr_ui_item_furniture_ruby_rock",
        object = "miners_ruby_rock",
        name = "观赏用红宝石岩",
        crafting_level_requirement = 2,
        tags = {
            "furniture",
            "mineshaft_set",
            "misc_furniture",
        },
        recipe = {
            {
                count = 10,
                item = "ore_stone",
            },
            {
                count = 3,
                item = "ore_ruby",
            },
            {
                count = 3,
                item = "red_toadstool",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        description_en = "A decorative ruby rock.",
        name_en = "Ornamental Ruby Rock",
        category = "furniture.mineshaft_set",
    },
    miners_minecart_v1 = {
        description = "装饰性的破旧矿车。 ",
        icon_sprite = "spr_ui_item_furniture_minecart_v1",
        object = "miners_minecart_v1",
        name = "矿车",
        recipe_key = "minecart",
        crafting_level_requirement = 4,
        tags = {
            "furniture",
            "mineshaft_set",
            "misc_furniture",
        },
        recipe = {
            {
                count = 20,
                item = "ore_stone",
            },
            {
                count = 20,
                item = "basic_wood",
            },
            {
                count = 5,
                item = "sap",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        description_en = "A decorative minecart with a worn look.",
        name_en = "Minecart",
        category = "furniture.mineshaft_set",
    },
    miners_minecart_v2 = {
        description = "装饰性的崭新矿车。 ",
        icon_sprite = "spr_ui_item_furniture_minecart_v2",
        object = "miners_minecart_v2",
        name = "矿车",
        recipe_key = "minecart",
        crafting_level_requirement = 4,
        tags = {
            "furniture",
            "mineshaft_set",
            "misc_furniture",
        },
        recipe = {
            {
                count = 20,
                item = "ore_stone",
            },
            {
                count = 20,
                item = "basic_wood",
            },
            {
                count = 5,
                item = "sap",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        description_en = "A decorative minecart with a clean look.",
        name_en = "Minecart",
        category = "furniture.mineshaft_set",
    },
    miners_crate_chair_v1 = {
        description = "形似板条箱的暖色调椅子。 ",
        icon_sprite = "spr_ui_item_furniture_miners_crate_chair_v1",
        object = "miners_crate_chair_v1",
        name = "矿洞板条箱椅子",
        recipe_key = "miners_crate_chair",
        crafting_level_requirement = 2,
        tags = {
            "furniture",
            "mineshaft_set",
            "stool",
        },
        recipe = {
            {
                count = 20,
                item = "basic_wood",
            },
            {
                count = 5,
                item = "sap",
            },
            {
                count = 3,
                item = "monster_fang",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        description_en = "A crate-like chair with a warm-tone hue.",
        name_en = "Mines Crate Chair",
        category = "furniture.mineshaft_set",
    },
    miners_crate_chair_v2 = {
        description = "形似板条箱的冷色调椅子。 ",
        icon_sprite = "spr_ui_item_furniture_miners_crate_chair_v2",
        object = "miners_crate_chair_v2",
        name = "矿洞板条箱椅子",
        recipe_key = "miners_crate_chair",
        crafting_level_requirement = 2,
        tags = {
            "furniture",
            "mineshaft_set",
            "stool",
        },
        recipe = {
            {
                count = 20,
                item = "basic_wood",
            },
            {
                count = 5,
                item = "sap",
            },
            {
                count = 3,
                item = "monster_fang",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        description_en = "A crate-like chair with a cool-tone hue.",
        name_en = "Mines Crate Chair",
        category = "furniture.mineshaft_set",
    },
    miners_crate_chest_v1 = {
        description = "形似板条箱的暖色调储物箱。 ",
        icon_sprite = "spr_ui_item_furniture_miners_crate_chest_v1",
        object = "miners_crate_chest_v1",
        name = "矿洞储物箱",
        recipe_key = "miners_crate_chest",
        crafting_level_requirement = 2,
        tags = {
            "furniture",
            "mineshaft_set",
            "chest_and_storage",
        },
        recipe = {
            {
                count = 30,
                item = "basic_wood",
            },
            {
                count = 10,
                item = "ore_stone",
            },
            {
                count = 2,
                item = "monster_shell",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        description_en = "A crate-like storage chest with a warm-tone hue.",
        name_en = "Mines Storage Chest",
        category = "furniture.mineshaft_set",
    },
    miners_crate_chest_v2 = {
        description = "形似板条箱的冷色调储物箱。 ",
        icon_sprite = "spr_ui_item_furniture_miners_crate_chest_v2",
        object = "miners_crate_chest_v2",
        name = "矿洞储物箱",
        recipe_key = "miners_crate_chest",
        crafting_level_requirement = 2,
        tags = {
            "furniture",
            "mineshaft_set",
            "chest_and_storage",
        },
        recipe = {
            {
                count = 30,
                item = "basic_wood",
            },
            {
                count = 10,
                item = "ore_stone",
            },
            {
                count = 2,
                item = "monster_shell",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        description_en = "A crate-like storage chest with a cool-tone hue.",
        name_en = "Mines Storage Chest",
        category = "furniture.mineshaft_set",
    },
    miners_floor_lamp_v1 = {
        description = "崭新的矿洞地灯。 ",
        icon_sprite = "spr_ui_item_furniture_miners_floor_lamp_v1",
        object = "miners_floor_lamp_v1",
        name = "矿洞地灯",
        recipe_key = "miners_floor_lamp",
        crafting_level_requirement = 4,
        tags = {
            "furniture",
            "mineshaft_set",
            "floor_lighting",
        },
        recipe = {
            {
                count = 10,
                item = "ore_stone",
            },
            {
                count = 3,
                item = "glass",
            },
            {
                count = 1,
                item = "monster_core",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        description_en = "A mineshaft floor lamp with a clean look.",
        name_en = "Mines Floor Lamp",
        category = "furniture.mineshaft_set",
    },
    miners_floor_lamp_v2 = {
        description = "破旧的矿洞地灯。 ",
        icon_sprite = "spr_ui_item_furniture_miners_floor_lamp_v2",
        object = "miners_floor_lamp_v2",
        name = "矿洞地灯",
        recipe_key = "miners_floor_lamp",
        crafting_level_requirement = 4,
        tags = {
            "furniture",
            "mineshaft_set",
            "floor_lighting",
        },
        recipe = {
            {
                count = 10,
                item = "ore_stone",
            },
            {
                count = 3,
                item = "glass",
            },
            {
                count = 1,
                item = "monster_core",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        description_en = "A mineshaft floor lamp with a worn look.",
        name_en = "Mines Floor Lamp",
        category = "furniture.mineshaft_set",
    },
    miners_wall_lamp_v1 = {
        description = "崭新的矿洞壁灯。 ",
        icon_sprite = "spr_ui_item_furniture_miners_wall_lamp_v1",
        object = "miners_wall_lamp_v1",
        name = "矿洞壁灯",
        recipe_key = "miners_wall_lamp",
        crafting_level_requirement = 2,
        tags = {
            "furniture",
            "mineshaft_set",
            "wall_lighting",
        },
        recipe = {
            {
                count = 10,
                item = "ore_stone",
            },
            {
                count = 3,
                item = "glass",
            },
            {
                count = 1,
                item = "monster_core",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        description_en = "A mineshaft wall lamp with a clean look.",
        name_en = "Mines Wall Lamp",
        category = "furniture.mineshaft_set",
    },
    miners_wall_lamp_v2 = {
        description = "破旧的矿洞壁灯。 ",
        icon_sprite = "spr_ui_item_furniture_miners_wall_lamp_v2",
        object = "miners_wall_lamp_v2",
        name = "矿洞壁灯",
        recipe_key = "miners_wall_lamp",
        crafting_level_requirement = 2,
        tags = {
            "furniture",
            "mineshaft_set",
            "wall_lighting",
        },
        recipe = {
            {
                count = 10,
                item = "ore_stone",
            },
            {
                count = 3,
                item = "glass",
            },
            {
                count = 1,
                item = "monster_core",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        description_en = "A mineshaft wall lamp with a worn look.",
        name_en = "Mines Wall Lamp",
        category = "furniture.mineshaft_set",
    },
    miners_shelves_v1 = {
        description = "暖色调的工业货架。 ",
        icon_sprite = "spr_ui_item_furniture_miners_shelves_v1",
        object = "miners_shelves_v1",
        name = "矿洞架",
        recipe_key = "miners_shelves",
        crafting_level_requirement = 6,
        tags = {
            "furniture",
            "mineshaft_set",
            "bookshelf",
        },
        recipe = {
            {
                count = 20,
                item = "basic_wood",
            },
            {
                count = 10,
                item = "ore_stone",
            },
            {
                count = 5,
                item = "ore_copper",
            },
            {
                count = 3,
                item = "sap",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        description_en = "Industrial shelves with a warm-tone hue.",
        name_en = "Mines Shelf",
        category = "furniture.mineshaft_set",
    },
    miners_shelves_v2 = {
        description = "冷色调的工业货架。 ",
        icon_sprite = "spr_ui_item_furniture_miners_shelves_v2",
        object = "miners_shelves_v2",
        name = "矿洞架",
        recipe_key = "miners_shelves",
        crafting_level_requirement = 6,
        tags = {
            "furniture",
            "mineshaft_set",
            "bookshelf",
        },
        recipe = {
            {
                count = 20,
                item = "basic_wood",
            },
            {
                count = 10,
                item = "ore_stone",
            },
            {
                count = 5,
                item = "ore_copper",
            },
            {
                count = 3,
                item = "sap",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        description_en = "Industrial shelves with a cool-tone hue.",
        name_en = "Mines Shelf",
        category = "furniture.mineshaft_set",
    },
    miners_flooring = {
        description = "家用的泥土外观地板。 ",
        icon_sprite = "spr_ui_item_furniture_mines_dirt_flooring",
        flooring = "mineshaft",
        name = "矿洞地板",
        crafting_preview_sprite = "spr_ui_furniture_mines_flooring_preview",
        crafting_level_requirement = 1,
        tags = {
            "furniture",
            "mineshaft_set",
            "novelty_flooring",
        },
        recipe = {
            {
                count = 20,
                item = "ore_stone",
            },
            {
                count = 5,
                item = "sod",
            },
            {
                count = 5,
                item = "monster_shell",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        description_en = "Dirt flooring for your home.",
        name_en = "Mines Flooring",
        category = "furniture.mineshaft_set",
    },
    miners_wallpaper = {
        description = "家用的山洞外观墙纸。 ",
        icon_sprite = "spr_ui_item_furniture_mines_wallpaper",
        wallpaper = "mineshaft",
        door_mold = "spr_carpenter_house_f2_doorway2_spring",
        name = "矿洞墙纸",
        crafting_preview_sprite = "spr_ui_furniture_mines_wall_preview",
        crafting_level_requirement = 1,
        tags = {
            "furniture",
            "mineshaft_set",
            "wallpaper",
        },
        recipe = {
            {
                count = 20,
                item = "ore_stone",
            },
            {
                count = 5,
                item = "sod",
            },
            {
                count = 5,
                item = "paper",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        description_en = "Cave wall wallpaper for your home.",
        name_en = "Mines Wall",
        category = "furniture.mineshaft_set",
    },
    spring_crop_sign_scroll_bundle = {
        name = "春季作物木牌卷轴全集",
        description = "使用此物品解锁全套春季作物木牌的制作配方! ",
        icon_sprite = "spr_ui_item_setscroll_springcropsigns",
        soulbind = "forever",
        set_unlock = "spring_sign_set",
        tags = {
            "scroll",
            "blacklist_popup",
        },
        value = {
            store = 500,
        },
        name_en = "Spring Crop Sign Scroll Bundle",
        description_en = "Use this scroll to unlock the crafting recipes for the Spring Crop Sign furniture set!",
        category = "furniture.crop_signs_set",
    },
    summer_crop_sign_scroll_bundle = {
        name = "夏季作物木牌卷轴全集",
        description = "使用此物品解锁全套夏季作物木牌的制作配方! ",
        icon_sprite = "spr_ui_item_setscroll_summercropsigns",
        soulbind = "forever",
        set_unlock = "summer_sign_set",
        tags = {
            "scroll",
            "blacklist_popup",
        },
        value = {
            store = 500,
        },
        name_en = "Summer Crop Sign Scroll Bundle",
        description_en = "Use this scroll to unlock the crafting recipes for the Summer Crop Sign furniture set!",
        category = "furniture.crop_signs_set",
    },
    fall_crop_sign_scroll_bundle = {
        name = "秋季作物木牌卷轴全集",
        description = "使用此物品解锁全套秋季作物木牌的制作配方! ",
        icon_sprite = "spr_ui_item_setscroll_fallcropsigns",
        soulbind = "forever",
        set_unlock = "fall_sign_set",
        tags = {
            "scroll",
            "blacklist_popup",
        },
        value = {
            store = 500,
        },
        name_en = "Fall Crop Sign Scroll Bundle",
        description_en = "Use this scroll to unlock the crafting recipes for the Fall Crop Sign furniture set!",
        category = "furniture.crop_signs_set",
    },
    winter_crop_sign_scroll_bundle = {
        name = "冬季作物木牌卷轴全集",
        description = "使用此物品解锁全套冬季作物木牌的制作配方! ",
        icon_sprite = "spr_ui_item_setscroll_wintercropsigns",
        soulbind = "forever",
        set_unlock = "winter_sign_set",
        tags = {
            "scroll",
            "blacklist_popup",
        },
        value = {
            store = 500,
        },
        name_en = "Winter Crop Sign Scroll Bundle",
        description_en = "Use this scroll to unlock the crafting recipes for the Winter Crop Sign furniture set!",
        category = "furniture.crop_signs_set",
    },
    crop_sign_cabbage = {
        name = "卷心菜木牌",
        description = "一块画有卷心菜图案的木制招牌。 ",
        icon_sprite = "spr_ui_item_crop_sign_cabbage",
        object = "crop_sign_cabbage",
        crafting_level_requirement = 4,
        tags = {
            "furniture",
            "spring_sign_set",
            "crop_signs",
        },
        recipe = {
            {
                count = 10,
                item = "basic_wood",
            },
            {
                count = 1,
                item = "cabbage",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 250,
        },
        name_en = "Cabbage Sign",
        description_en = "A wooden sign featuring a painted cabbage.",
        category = "furniture.crop_signs_set",
    },
    crop_sign_carrot = {
        name = "胡萝卜木牌",
        description = "一块画有胡萝卜图案的木制招牌。 ",
        icon_sprite = "spr_ui_item_crop_sign_carrot",
        object = "crop_sign_carrot",
        crafting_level_requirement = 4,
        tags = {
            "furniture",
            "spring_sign_set",
            "crop_signs",
        },
        recipe = {
            {
                count = 10,
                item = "basic_wood",
            },
            {
                count = 1,
                item = "carrot",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 250,
        },
        name_en = "Carrot Sign",
        description_en = "A wooden sign featuring a painted carrot.",
        category = "furniture.crop_signs_set",
    },
    crop_sign_cauliflower = {
        name = "花椰菜木牌",
        description = "一块画有花椰菜图案的木制招牌。 ",
        icon_sprite = "spr_ui_item_crop_sign_cauliflower",
        object = "crop_sign_cauliflower",
        crafting_level_requirement = 4,
        tags = {
            "furniture",
            "winter_sign_set",
            "crop_signs",
        },
        recipe = {
            {
                count = 10,
                item = "basic_wood",
            },
            {
                count = 1,
                item = "cauliflower",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 250,
        },
        name_en = "Cauliflower Sign",
        description_en = "A wooden sign featuring a painted cauliflower.",
        category = "furniture.crop_signs_set",
    },
    crop_sign_chickpea = {
        name = "鹰嘴豆木牌",
        description = "一块画有鹰嘴豆图案的木制招牌。 ",
        icon_sprite = "spr_ui_item_crop_sign_chickpea",
        object = "crop_sign_chickpea",
        crafting_level_requirement = 4,
        tags = {
            "furniture",
            "spring_sign_set",
            "crop_signs",
        },
        recipe = {
            {
                count = 10,
                item = "basic_wood",
            },
            {
                count = 1,
                item = "chickpea",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 250,
        },
        name_en = "Chickpea Sign",
        description_en = "A wooden sign featuring painted chickpeas.",
        category = "furniture.crop_signs_set",
    },
    crop_sign_daffodil = {
        name = "水仙花木牌",
        description = "一块画有水仙花图案的木制招牌。 ",
        icon_sprite = "spr_ui_item_crop_sign_daffodil",
        object = "crop_sign_daffodil",
        crafting_level_requirement = 4,
        tags = {
            "furniture",
            "spring_sign_set",
            "crop_signs",
        },
        recipe = {
            {
                count = 10,
                item = "basic_wood",
            },
            {
                count = 1,
                item = "daffodil",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 250,
        },
        name_en = "Daffodil Sign",
        description_en = "A wooden sign featuring a painted daffodil.",
        category = "furniture.crop_signs_set",
    },
    crop_sign_lilac = {
        name = "紫丁香木牌",
        description = "一块画有紫丁香图案的木制招牌。 ",
        icon_sprite = "spr_ui_item_crop_sign_lilac",
        object = "crop_sign_lilac",
        crafting_level_requirement = 4,
        tags = {
            "furniture",
            "spring_sign_set",
            "crop_signs",
        },
        recipe = {
            {
                count = 10,
                item = "basic_wood",
            },
            {
                count = 1,
                item = "lilac",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 250,
        },
        name_en = "Lilac Sign",
        description_en = "A wooden sign featuring a painted lilac.",
        category = "furniture.crop_signs_set",
    },
    crop_sign_peas = {
        name = "豌豆木牌",
        description = "一块画有豌豆图案的木制招牌。 ",
        icon_sprite = "spr_ui_item_crop_sign_peas",
        object = "crop_sign_peas",
        crafting_level_requirement = 4,
        tags = {
            "furniture",
            "spring_sign_set",
            "crop_signs",
        },
        recipe = {
            {
                count = 10,
                item = "basic_wood",
            },
            {
                count = 1,
                item = "peas",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 250,
        },
        name_en = "Peas Sign",
        description_en = "A wooden sign featuring painted peas.",
        category = "furniture.crop_signs_set",
    },
    crop_sign_potato = {
        name = "土豆木牌",
        description = "一块画有土豆图案的木制招牌。 ",
        icon_sprite = "spr_ui_item_crop_sign_potato",
        object = "crop_sign_potato",
        crafting_level_requirement = 4,
        tags = {
            "furniture",
            "spring_sign_set",
            "crop_signs",
        },
        recipe = {
            {
                count = 10,
                item = "basic_wood",
            },
            {
                count = 1,
                item = "potato",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 250,
        },
        name_en = "Potato Sign",
        description_en = "A wooden sign featuring a painted potato.",
        category = "furniture.crop_signs_set",
    },
    crop_sign_snowdrop_anemone = {
        name = "大花银莲花木牌",
        description = "一块画有大花银莲花图案的木制招牌。 ",
        icon_sprite = "spr_ui_item_crop_sign_snowdrop_anemone",
        object = "crop_sign_snowdrop_anemone",
        crafting_level_requirement = 4,
        tags = {
            "furniture",
            "spring_sign_set",
            "crop_signs",
        },
        recipe = {
            {
                count = 10,
                item = "basic_wood",
            },
            {
                count = 1,
                item = "snowdrop_anemone",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 250,
        },
        name_en = "Snowdrop Anemone Sign",
        description_en = "A wooden sign featuring a painted snowdrop anemone.",
        category = "furniture.crop_signs_set",
    },
    crop_sign_strawberry = {
        name = "草莓木牌",
        description = "一块画有草莓图案的木制招牌。 ",
        icon_sprite = "spr_ui_item_crop_sign_strawberry",
        object = "crop_sign_strawberry",
        crafting_level_requirement = 4,
        tags = {
            "furniture",
            "spring_sign_set",
            "crop_signs",
        },
        recipe = {
            {
                count = 10,
                item = "basic_wood",
            },
            {
                count = 1,
                item = "strawberry",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 250,
        },
        name_en = "Strawberry Sign",
        description_en = "A wooden sign featuring a painted strawberry.",
        category = "furniture.crop_signs_set",
    },
    crop_sign_tulip = {
        name = "郁金香木牌",
        description = "一块画有郁金香图案的木制招牌。 ",
        icon_sprite = "spr_ui_item_crop_sign_tulip",
        object = "crop_sign_tulip",
        crafting_level_requirement = 4,
        tags = {
            "furniture",
            "spring_sign_set",
            "crop_signs",
        },
        recipe = {
            {
                count = 10,
                item = "basic_wood",
            },
            {
                count = 1,
                item = "tulip",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 250,
        },
        name_en = "Tulip Sign",
        description_en = "A wooden sign featuring a painted tulip.",
        category = "furniture.crop_signs_set",
    },
    crop_sign_turnip = {
        name = "芜菁木牌",
        description = "一块画有芜菁图案的木制招牌。 ",
        icon_sprite = "spr_ui_item_crop_sign_turnip",
        object = "crop_sign_turnip",
        crafting_level_requirement = 4,
        tags = {
            "furniture",
            "spring_sign_set",
            "crop_signs",
        },
        recipe = {
            {
                count = 10,
                item = "basic_wood",
            },
            {
                count = 1,
                item = "turnip",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 250,
        },
        name_en = "Turnip Sign",
        description_en = "A wooden sign featuring a painted turnip.",
        category = "furniture.crop_signs_set",
    },
    crop_sign_cherry = {
        name = "樱桃木牌",
        description = "一块画有樱桃图案的木制招牌。 ",
        icon_sprite = "spr_ui_item_crop_sign_cherry",
        object = "crop_sign_cherry",
        crafting_level_requirement = 4,
        tags = {
            "furniture",
            "spring_sign_set",
            "crop_signs",
        },
        recipe = {
            {
                count = 10,
                item = "basic_wood",
            },
            {
                count = 1,
                item = "cherry",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 250,
        },
        name_en = "Cherry Sign",
        description_en = "A wooden sign featuring a painted cherry.",
        category = "furniture.crop_signs_set",
    },
    crop_sign_lemon = {
        name = "柠檬木牌",
        description = "一块画有柠檬图案的木制招牌。 ",
        icon_sprite = "spr_ui_item_crop_sign_lemon",
        object = "crop_sign_lemon",
        crafting_level_requirement = 4,
        tags = {
            "furniture",
            "spring_sign_set",
            "crop_signs",
        },
        recipe = {
            {
                count = 10,
                item = "basic_wood",
            },
            {
                count = 1,
                item = "lemon",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 250,
        },
        name_en = "Lemon Sign",
        description_en = "A wooden sign featuring a painted lemon.",
        category = "furniture.crop_signs_set",
    },
    crop_sign_basil = {
        name = "罗勒木牌",
        description = "一块画有罗勒图案的木制招牌。 ",
        icon_sprite = "spr_ui_item_crop_sign_basil",
        object = "crop_sign_basil",
        crafting_level_requirement = 4,
        tags = {
            "furniture",
            "summer_sign_set",
            "crop_signs",
        },
        recipe = {
            {
                count = 10,
                item = "basic_wood",
            },
            {
                count = 1,
                item = "basil",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 250,
        },
        name_en = "Basil Sign",
        description_en = "A wooden sign featuring a painted basil.",
        category = "furniture.crop_signs_set",
    },
    crop_sign_catmint = {
        name = "猫薄荷木牌",
        description = "一块画有猫薄荷图案的木制招牌。 ",
        icon_sprite = "spr_ui_item_crop_sign_catmint",
        object = "crop_sign_catmint",
        crafting_level_requirement = 4,
        tags = {
            "furniture",
            "summer_sign_set",
            "crop_signs",
        },
        recipe = {
            {
                count = 10,
                item = "basic_wood",
            },
            {
                count = 1,
                item = "catmint",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 250,
        },
        name_en = "Catmint Sign",
        description_en = "A wooden sign featuring a painted catmint.",
        category = "furniture.crop_signs_set",
    },
    crop_sign_chili_pepper = {
        name = "辣椒木牌",
        description = "一块画有辣椒图案的木制招牌。 ",
        icon_sprite = "spr_ui_item_crop_sign_chili_pepper",
        object = "crop_sign_chili_pepper",
        crafting_level_requirement = 4,
        tags = {
            "furniture",
            "summer_sign_set",
            "crop_signs",
        },
        recipe = {
            {
                count = 10,
                item = "basic_wood",
            },
            {
                count = 1,
                item = "chili_pepper",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 250,
        },
        name_en = "Chili Pepper Sign",
        description_en = "A wooden sign featuring a painted chili pepper.",
        category = "furniture.crop_signs_set",
    },
    crop_sign_corn = {
        name = "玉米木牌",
        description = "一块画有玉米图案的木制招牌。 ",
        icon_sprite = "spr_ui_item_crop_sign_corn",
        object = "crop_sign_corn",
        crafting_level_requirement = 4,
        tags = {
            "furniture",
            "summer_sign_set",
            "crop_signs",
        },
        recipe = {
            {
                count = 10,
                item = "basic_wood",
            },
            {
                count = 1,
                item = "corn",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 250,
        },
        name_en = "Corn Sign",
        description_en = "A wooden sign featuring a painted corn.",
        category = "furniture.crop_signs_set",
    },
    crop_sign_cosmos = {
        name = "波斯菊木牌",
        description = "一块画有波斯菊图案的木制招牌。 ",
        icon_sprite = "spr_ui_item_crop_sign_cosmos",
        object = "crop_sign_cosmos",
        crafting_level_requirement = 4,
        tags = {
            "furniture",
            "summer_sign_set",
            "crop_signs",
        },
        recipe = {
            {
                count = 10,
                item = "basic_wood",
            },
            {
                count = 1,
                item = "cosmos",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 250,
        },
        name_en = "Cosmos Sign",
        description_en = "A wooden sign featuring a painted cosmos.",
        category = "furniture.crop_signs_set",
    },
    crop_sign_cucumber = {
        name = "黄瓜木牌",
        description = "一块画有黄瓜图案的木制招牌。 ",
        icon_sprite = "spr_ui_item_crop_sign_cucumber",
        object = "crop_sign_cucumber",
        crafting_level_requirement = 4,
        tags = {
            "furniture",
            "summer_sign_set",
            "crop_signs",
        },
        recipe = {
            {
                count = 10,
                item = "basic_wood",
            },
            {
                count = 1,
                item = "cucumber",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 250,
        },
        name_en = "Cucumber Sign",
        description_en = "A wooden sign featuring a painted cucumber.",
        category = "furniture.crop_signs_set",
    },
    crop_sign_daisy = {
        name = "雏菊木牌",
        description = "一块画有雏菊图案的木制招牌。 ",
        icon_sprite = "spr_ui_item_crop_sign_daisy",
        object = "crop_sign_daisy",
        crafting_level_requirement = 4,
        tags = {
            "furniture",
            "summer_sign_set",
            "crop_signs",
        },
        recipe = {
            {
                count = 10,
                item = "basic_wood",
            },
            {
                count = 1,
                item = "daisy",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 250,
        },
        name_en = "Daisy Sign",
        description_en = "A wooden sign featuring a painted daisy.",
        category = "furniture.crop_signs_set",
    },
    crop_sign_dill = {
        name = "莳萝木牌",
        description = "一块画有莳萝图案的木制招牌。 ",
        icon_sprite = "spr_ui_item_crop_sign_dill",
        object = "crop_sign_dill",
        crafting_level_requirement = 4,
        tags = {
            "furniture",
            "summer_sign_set",
            "crop_signs",
        },
        recipe = {
            {
                count = 10,
                item = "basic_wood",
            },
            {
                count = 1,
                item = "dill",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 250,
        },
        name_en = "Dill Sign",
        description_en = "A wooden sign featuring a painted dill.",
        category = "furniture.crop_signs_set",
    },
    crop_sign_iris = {
        name = "鸢尾花木牌",
        description = "一块画有鸢尾花图案的木制招牌。 ",
        icon_sprite = "spr_ui_item_crop_sign_iris",
        object = "crop_sign_iris",
        crafting_level_requirement = 4,
        tags = {
            "furniture",
            "summer_sign_set",
            "crop_signs",
        },
        recipe = {
            {
                count = 10,
                item = "basic_wood",
            },
            {
                count = 1,
                item = "iris",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 250,
        },
        name_en = "Iris Sign",
        description_en = "A wooden sign featuring a painted iris.",
        category = "furniture.crop_signs_set",
    },
    crop_sign_marigold = {
        name = "万寿菊木牌",
        description = "一块画有万寿菊图案的木制招牌。 ",
        icon_sprite = "spr_ui_item_crop_sign_marigold",
        object = "crop_sign_marigold",
        crafting_level_requirement = 4,
        tags = {
            "furniture",
            "summer_sign_set",
            "crop_signs",
        },
        recipe = {
            {
                count = 10,
                item = "basic_wood",
            },
            {
                count = 1,
                item = "marigold",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 250,
        },
        name_en = "Marigold Sign",
        description_en = "A wooden sign featuring a painted marigold.",
        category = "furniture.crop_signs_set",
    },
    crop_sign_night_queen = {
        name = "夜之女王花",
        description = "一块画有夜之女王花图案的木制招牌。 ",
        icon_sprite = "spr_ui_item_crop_sign_night_queen",
        object = "crop_sign_night_queen",
        crafting_level_requirement = 4,
        tags = {
            "furniture",
            "summer_sign_set",
            "crop_signs",
        },
        recipe = {
            {
                count = 10,
                item = "basic_wood",
            },
            {
                count = 1,
                item = "night_queen",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 250,
        },
        name_en = "Night queen Sign",
        description_en = "A wooden sign featuring a painted night queen.",
        category = "furniture.crop_signs_set",
    },
    crop_sign_oregano = {
        name = "牛至木牌",
        description = "一块画有牛至图案的木制招牌。 ",
        icon_sprite = "spr_ui_item_crop_sign_oregano",
        object = "crop_sign_oregano",
        crafting_level_requirement = 4,
        tags = {
            "furniture",
            "summer_sign_set",
            "crop_signs",
        },
        recipe = {
            {
                count = 10,
                item = "basic_wood",
            },
            {
                count = 1,
                item = "oregano",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 250,
        },
        name_en = "Oregano Sign",
        description_en = "A wooden sign featuring a painted oregano.",
        category = "furniture.crop_signs_set",
    },
    crop_sign_sage = {
        name = "鼠尾草木牌",
        description = "一块画有鼠尾草图案的木制招牌。 ",
        icon_sprite = "spr_ui_item_crop_sign_sage",
        object = "crop_sign_sage",
        crafting_level_requirement = 4,
        tags = {
            "furniture",
            "summer_sign_set",
            "crop_signs",
        },
        recipe = {
            {
                count = 10,
                item = "basic_wood",
            },
            {
                count = 1,
                item = "sage",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 250,
        },
        name_en = "Sage Sign",
        description_en = "A wooden sign featuring a painted sage.",
        category = "furniture.crop_signs_set",
    },
    crop_sign_sunflower = {
        name = "向日葵木牌",
        description = "一块画有向日葵图案的木制招牌。 ",
        icon_sprite = "spr_ui_item_crop_sign_sunflower",
        object = "crop_sign_sunflower",
        crafting_level_requirement = 4,
        tags = {
            "furniture",
            "summer_sign_set",
            "crop_signs",
        },
        recipe = {
            {
                count = 10,
                item = "basic_wood",
            },
            {
                count = 1,
                item = "sunflower",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 250,
        },
        name_en = "Sunflower Sign",
        description_en = "A wooden sign featuring a painted sunflower.",
        category = "furniture.crop_signs_set",
    },
    crop_sign_thyme = {
        name = "麝香草木牌",
        description = "一块画有麝香草图案的木制招牌。 ",
        icon_sprite = "spr_ui_item_crop_sign_thyme",
        object = "crop_sign_thyme",
        crafting_level_requirement = 4,
        tags = {
            "furniture",
            "summer_sign_set",
            "crop_signs",
        },
        recipe = {
            {
                count = 10,
                item = "basic_wood",
            },
            {
                count = 1,
                item = "thyme",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 250,
        },
        name_en = "Thyme Sign",
        description_en = "A wooden sign featuring a painted thyme.",
        category = "furniture.crop_signs_set",
    },
    crop_sign_tomato = {
        name = "番茄木牌",
        description = "一块画有番茄图案的木制招牌。 ",
        icon_sprite = "spr_ui_item_crop_sign_tomato",
        object = "crop_sign_tomato",
        crafting_level_requirement = 4,
        tags = {
            "furniture",
            "summer_sign_set",
            "crop_signs",
        },
        recipe = {
            {
                count = 10,
                item = "basic_wood",
            },
            {
                count = 1,
                item = "tomato",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 250,
        },
        name_en = "Tomato Sign",
        description_en = "A wooden sign featuring a painted tomato.",
        category = "furniture.crop_signs_set",
    },
    crop_sign_watermelon = {
        name = "西瓜木牌",
        description = "一块画有西瓜图案的木制招牌。 ",
        icon_sprite = "spr_ui_item_crop_sign_watermelon",
        object = "crop_sign_watermelon",
        crafting_level_requirement = 4,
        tags = {
            "furniture",
            "summer_sign_set",
            "crop_signs",
        },
        recipe = {
            {
                count = 10,
                item = "basic_wood",
            },
            {
                count = 1,
                item = "watermelon",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 250,
        },
        name_en = "Watermelon Sign",
        description_en = "A wooden sign featuring a painted watermelon.",
        category = "furniture.crop_signs_set",
    },
    crop_sign_coconut = {
        name = "椰子木牌",
        description = "一块画有椰子图案的木制招牌。 ",
        icon_sprite = "spr_ui_item_crop_sign_coconut",
        object = "crop_sign_coconut",
        crafting_level_requirement = 4,
        tags = {
            "furniture",
            "summer_sign_set",
            "crop_signs",
        },
        recipe = {
            {
                count = 10,
                item = "basic_wood",
            },
            {
                count = 1,
                item = "coconut",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 250,
        },
        name_en = "Coconut Sign",
        description_en = "A wooden sign featuring a painted coconut.",
        category = "furniture.crop_signs_set",
    },
    crop_sign_peach = {
        name = "桃子木牌",
        description = "一块画有桃子图案的木制招牌。 ",
        icon_sprite = "spr_ui_item_crop_sign_peach",
        object = "crop_sign_peach",
        crafting_level_requirement = 4,
        tags = {
            "furniture",
            "summer_sign_set",
            "crop_signs",
        },
        recipe = {
            {
                count = 10,
                item = "basic_wood",
            },
            {
                count = 1,
                item = "peach",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 250,
        },
        name_en = "Peach Sign",
        description_en = "A wooden sign featuring a painted peach.",
        category = "furniture.crop_signs_set",
    },
    crop_sign_pear = {
        name = "梨子木牌",
        description = "一块画有梨子图案的木制招牌。 ",
        icon_sprite = "spr_ui_item_crop_sign_pear",
        object = "crop_sign_pear",
        crafting_level_requirement = 4,
        tags = {
            "furniture",
            "summer_sign_set",
            "crop_signs",
        },
        recipe = {
            {
                count = 10,
                item = "basic_wood",
            },
            {
                count = 1,
                item = "pear",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 250,
        },
        name_en = "Pear Sign",
        description_en = "A wooden sign featuring a painted pear.",
        category = "furniture.crop_signs_set",
    },
    crop_sign_broccoli = {
        name = "西兰花木牌",
        description = "一块画有西兰花图案的木制招牌。 ",
        icon_sprite = "spr_ui_item_crop_sign_broccoli",
        object = "crop_sign_broccoli",
        crafting_level_requirement = 4,
        tags = {
            "furniture",
            "fall_sign_set",
            "crop_signs",
        },
        recipe = {
            {
                count = 10,
                item = "basic_wood",
            },
            {
                count = 1,
                item = "broccoli",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 250,
        },
        name_en = "Broccoli Sign",
        description_en = "A wooden sign featuring a painted broccoli.",
        category = "furniture.crop_signs_set",
    },
    crop_sign_celosia = {
        name = "鸡冠花木牌",
        description = "一块画有鸡冠花图案的木制招牌。 ",
        icon_sprite = "spr_ui_item_crop_sign_celosia",
        object = "crop_sign_celosia",
        crafting_level_requirement = 4,
        tags = {
            "furniture",
            "fall_sign_set",
            "crop_signs",
        },
        recipe = {
            {
                count = 10,
                item = "basic_wood",
            },
            {
                count = 1,
                item = "celosia",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 250,
        },
        name_en = "Celosia Sign",
        description_en = "A wooden sign featuring a painted celosia.",
        category = "furniture.crop_signs_set",
    },
    crop_sign_chrysanthemum = {
        name = "菊花木牌",
        description = "一块画有菊花图案的木制招牌。 ",
        icon_sprite = "spr_ui_item_crop_sign_chrysanthemum",
        object = "crop_sign_chrysanthemum",
        crafting_level_requirement = 4,
        tags = {
            "furniture",
            "fall_sign_set",
            "crop_signs",
        },
        recipe = {
            {
                count = 10,
                item = "basic_wood",
            },
            {
                count = 1,
                item = "chrysanthemum",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 250,
        },
        name_en = "Chrysanthemum Sign",
        description_en = "A wooden sign featuring a painted chrysanthemum.",
        category = "furniture.crop_signs_set",
    },
    crop_sign_cranberry = {
        name = "蔓越莓木牌",
        description = "一块画有蔓越莓图案的木制招牌。 ",
        icon_sprite = "spr_ui_item_crop_sign_cranberry",
        object = "crop_sign_cranberry",
        crafting_level_requirement = 4,
        tags = {
            "furniture",
            "fall_sign_set",
            "crop_signs",
        },
        recipe = {
            {
                count = 10,
                item = "basic_wood",
            },
            {
                count = 1,
                item = "cranberry",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 250,
        },
        name_en = "Cranberry Sign",
        description_en = "A wooden sign featuring a painted cranberry.",
        category = "furniture.crop_signs_set",
    },
    crop_sign_pumpkin = {
        name = "南瓜木牌",
        description = "一块画有南瓜图案的木制招牌。 ",
        icon_sprite = "spr_ui_item_crop_sign_pumpkin",
        object = "crop_sign_pumpkin",
        crafting_level_requirement = 4,
        tags = {
            "furniture",
            "fall_sign_set",
            "crop_signs",
        },
        recipe = {
            {
                count = 10,
                item = "basic_wood",
            },
            {
                count = 1,
                item = "pumpkin",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 250,
        },
        name_en = "Pumpkin Sign",
        description_en = "A wooden sign featuring a painted pumpkin.",
        category = "furniture.crop_signs_set",
    },
    crop_sign_sweet_potato = {
        name = "番薯木牌",
        description = "一块画有番薯图案的木制招牌。 ",
        icon_sprite = "spr_ui_item_crop_sign_sweet_potato",
        object = "crop_sign_sweet_potato",
        crafting_level_requirement = 4,
        tags = {
            "furniture",
            "fall_sign_set",
            "crop_signs",
        },
        recipe = {
            {
                count = 10,
                item = "basic_wood",
            },
            {
                count = 1,
                item = "sweet_potato",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 250,
        },
        name_en = "Sweet Potato Sign",
        description_en = "A wooden sign featuring a painted sweet potato.",
        category = "furniture.crop_signs_set",
    },
    crop_sign_apple = {
        name = "苹果木牌",
        description = "一块画有苹果图案的木制招牌。 ",
        icon_sprite = "spr_ui_item_crop_sign_apple",
        object = "crop_sign_apple",
        crafting_level_requirement = 4,
        tags = {
            "furniture",
            "fall_sign_set",
            "crop_signs",
        },
        recipe = {
            {
                count = 10,
                item = "basic_wood",
            },
            {
                count = 1,
                item = "apple",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 250,
        },
        name_en = "Apple Sign",
        description_en = "A wooden sign featuring a painted apple.",
        category = "furniture.crop_signs_set",
    },
    crop_sign_pomegranate = {
        name = "石榴木牌",
        description = "一块画有石榴图案的木制招牌。 ",
        icon_sprite = "spr_ui_item_crop_sign_pomegranate",
        object = "crop_sign_pomegranate",
        crafting_level_requirement = 4,
        tags = {
            "furniture",
            "winter_sign_set",
            "crop_signs",
        },
        recipe = {
            {
                count = 10,
                item = "basic_wood",
            },
            {
                count = 1,
                item = "pomegranate",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 250,
        },
        name_en = "Pomegranate Sign",
        description_en = "A wooden sign featuring a painted pomegranate.",
        category = "furniture.crop_signs_set",
    },
    crop_sign_sugar_cane = {
        name = "甘蔗木牌",
        description = "一块画有甘蔗图案的木制招牌。 ",
        icon_sprite = "spr_ui_item_crop_sign_sugar_cane",
        object = "crop_sign_sugar_cane",
        crafting_level_requirement = 4,
        tags = {
            "furniture",
            "summer_sign_set",
            "crop_signs",
        },
        recipe = {
            {
                count = 10,
                item = "basic_wood",
            },
            {
                count = 1,
                item = "sugar_cane",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 250,
        },
        name_en = "Sugar Cane Sign",
        description_en = "A wooden sign featuring painted sugar cane.",
        category = "furniture.crop_signs_set",
    },
    crop_sign_tea = {
        name = "茶叶木牌",
        description = "一块画有茶叶图案的木制招牌。 ",
        icon_sprite = "spr_ui_item_crop_sign_tea",
        object = "crop_sign_tea",
        crafting_level_requirement = 4,
        tags = {
            "furniture",
            "summer_sign_set",
            "crop_signs",
        },
        recipe = {
            {
                count = 10,
                item = "basic_wood",
            },
            {
                count = 1,
                item = "tea",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 250,
        },
        name_en = "Tea Sign",
        description_en = "A wooden sign featuring painted tea.",
        category = "furniture.crop_signs_set",
    },
    crop_sign_garlic = {
        name = "大蒜木牌",
        description = "一块画有大蒜图案的木制招牌。 ",
        icon_sprite = "spr_ui_item_crop_sign_garlic",
        object = "crop_sign_garlic",
        crafting_level_requirement = 4,
        tags = {
            "furniture",
            "fall_sign_set",
            "crop_signs",
        },
        recipe = {
            {
                count = 10,
                item = "basic_wood",
            },
            {
                count = 1,
                item = "garlic",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 250,
        },
        name_en = "Garlic Sign",
        description_en = "A wooden sign featuring painted garlic.",
        category = "furniture.crop_signs_set",
    },
    crop_sign_heather = {
        name = "帚石楠木牌",
        description = "一块画有帚石楠图案的木制招牌。 ",
        icon_sprite = "spr_ui_item_crop_sign_heather",
        object = "crop_sign_heather",
        crafting_level_requirement = 4,
        tags = {
            "furniture",
            "fall_sign_set",
            "crop_signs",
        },
        recipe = {
            {
                count = 10,
                item = "basic_wood",
            },
            {
                count = 1,
                item = "heather",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 250,
        },
        name_en = "Heather Sign",
        description_en = "A wooden sign featuring painted heather.",
        category = "furniture.crop_signs_set",
    },
    crop_sign_moon_fruit = {
        name = "满月果木牌",
        description = "一块画有满月果图案的木制招牌。 ",
        icon_sprite = "spr_ui_item_crop_sign_moon_fruit",
        object = "crop_sign_moon_fruit",
        crafting_level_requirement = 4,
        tags = {
            "furniture",
            "fall_sign_set",
            "crop_signs",
        },
        recipe = {
            {
                count = 10,
                item = "basic_wood",
            },
            {
                count = 1,
                item = "moon_fruit",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 250,
        },
        name_en = "Moon Fruit Sign",
        description_en = "A wooden sign featuring a painted moon fruit.",
        category = "furniture.crop_signs_set",
    },
    crop_sign_onion = {
        name = "洋葱木牌",
        description = "一块画有洋葱图案的木制招牌。 ",
        icon_sprite = "spr_ui_item_crop_sign_onion",
        object = "crop_sign_onion",
        crafting_level_requirement = 4,
        tags = {
            "furniture",
            "fall_sign_set",
            "crop_signs",
        },
        recipe = {
            {
                count = 10,
                item = "basic_wood",
            },
            {
                count = 1,
                item = "onion",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 250,
        },
        name_en = "Onion Sign",
        description_en = "A wooden sign featuring a painted onion.",
        category = "furniture.crop_signs_set",
    },
    crop_sign_orange = {
        name = "橙子木牌",
        description = "一块画有橙子图案的木制招牌。 ",
        icon_sprite = "spr_ui_item_crop_sign_orange",
        object = "crop_sign_orange",
        crafting_level_requirement = 4,
        tags = {
            "furniture",
            "fall_sign_set",
            "crop_signs",
        },
        recipe = {
            {
                count = 10,
                item = "basic_wood",
            },
            {
                count = 1,
                item = "orange",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 250,
        },
        name_en = "Orange Sign",
        description_en = "A wooden sign featuring a painted orange.",
        category = "furniture.crop_signs_set",
    },
    crop_sign_rice = {
        name = "稻米木牌",
        description = "一块画有稻米图案的木制招牌。 ",
        icon_sprite = "spr_ui_item_crop_sign_rice",
        object = "crop_sign_rice",
        crafting_level_requirement = 4,
        tags = {
            "furniture",
            "fall_sign_set",
            "crop_signs",
        },
        recipe = {
            {
                count = 10,
                item = "basic_wood",
            },
            {
                count = 1,
                item = "rice",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 250,
        },
        name_en = "Rice Sign",
        description_en = "A wooden sign featuring painted rice.",
        category = "furniture.crop_signs_set",
    },
    crop_sign_rosemary = {
        name = "迷迭香木牌",
        description = "一块画有迷迭香图案的木制招牌。 ",
        icon_sprite = "spr_ui_item_crop_sign_rosemary",
        object = "crop_sign_rosemary",
        crafting_level_requirement = 4,
        tags = {
            "furniture",
            "fall_sign_set",
            "crop_signs",
        },
        recipe = {
            {
                count = 10,
                item = "basic_wood",
            },
            {
                count = 1,
                item = "rosemary",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 250,
        },
        name_en = "Rosemary Sign",
        description_en = "A wooden sign featuring painted rosemary.",
        category = "furniture.crop_signs_set",
    },
    crop_sign_viola = {
        name = "双色堇木牌",
        description = "一块画有双色堇图案的木制招牌。 ",
        icon_sprite = "spr_ui_item_crop_sign_viola",
        object = "crop_sign_viola",
        crafting_level_requirement = 4,
        tags = {
            "furniture",
            "fall_sign_set",
            "crop_signs",
        },
        recipe = {
            {
                count = 10,
                item = "basic_wood",
            },
            {
                count = 1,
                item = "viola",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 250,
        },
        name_en = "Viola Sign",
        description_en = "A wooden sign featuring a painted viola.",
        category = "furniture.crop_signs_set",
    },
    crop_sign_wheat = {
        name = "小麦木牌",
        description = "一块画有小麦图案的木制招牌。 ",
        icon_sprite = "spr_ui_item_crop_sign_wheat",
        object = "crop_sign_wheat",
        crafting_level_requirement = 4,
        tags = {
            "furniture",
            "fall_sign_set",
            "crop_signs",
        },
        recipe = {
            {
                count = 10,
                item = "basic_wood",
            },
            {
                count = 1,
                item = "wheat",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 250,
        },
        name_en = "Wheat Sign",
        description_en = "A wooden sign featuring painted wheat.",
        category = "furniture.crop_signs_set",
    },
    crop_sign_beet = {
        name = "甜菜木牌",
        description = "一块画有甜菜图案的木制招牌。 ",
        icon_sprite = "spr_ui_item_crop_sign_beet",
        object = "crop_sign_beet",
        crafting_level_requirement = 4,
        tags = {
            "furniture",
            "winter_sign_set",
            "crop_signs",
        },
        recipe = {
            {
                count = 10,
                item = "basic_wood",
            },
            {
                count = 1,
                item = "beet",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 250,
        },
        name_en = "Beet Sign",
        description_en = "A wooden sign featuring a painted beet.",
        category = "furniture.crop_signs_set",
    },
    crop_sign_burdock_root = {
        name = "牛蒡根木牌",
        description = "一块画有牛蒡根图案的木制招牌。 ",
        icon_sprite = "spr_ui_item_crop_sign_burdock_root",
        object = "crop_sign_burdock_root",
        crafting_level_requirement = 4,
        tags = {
            "furniture",
            "winter_sign_set",
            "crop_signs",
        },
        recipe = {
            {
                count = 10,
                item = "basic_wood",
            },
            {
                count = 1,
                item = "burdock_root",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 250,
        },
        name_en = "Burdock Root Sign",
        description_en = "A wooden sign featuring a painted burdock root.",
        category = "furniture.crop_signs_set",
    },
    crop_sign_daikon_radish = {
        name = "白萝卜木牌",
        description = "一块画有白萝卜图案的木制招牌。 ",
        icon_sprite = "spr_ui_item_crop_sign_daikon_radish",
        object = "crop_sign_daikon_radish",
        crafting_level_requirement = 4,
        tags = {
            "furniture",
            "winter_sign_set",
            "crop_signs",
        },
        recipe = {
            {
                count = 10,
                item = "basic_wood",
            },
            {
                count = 1,
                item = "daikon_radish",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 250,
        },
        name_en = "Daikon Radish Sign",
        description_en = "A wooden sign featuring a painted daikon radish.",
        category = "furniture.crop_signs_set",
    },
    crop_sign_frost_lily = {
        name = "冰百合",
        description = "一块画有冰百合图案的木制招牌。 ",
        icon_sprite = "spr_ui_item_crop_sign_frost_lily",
        object = "crop_sign_frost_lily",
        crafting_level_requirement = 4,
        tags = {
            "furniture",
            "winter_sign_set",
            "crop_signs",
        },
        recipe = {
            {
                count = 10,
                item = "basic_wood",
            },
            {
                count = 1,
                item = "frost_lily",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 250,
        },
        name_en = "Frost Lily Sign",
        description_en = "A wooden sign featuring a painted frost lily.",
        category = "furniture.crop_signs_set",
    },
    crop_sign_jasmine = {
        name = "茉莉花木牌",
        description = "一块画有茉莉花图案的木制招牌。 ",
        icon_sprite = "spr_ui_item_crop_sign_jasmine",
        object = "crop_sign_jasmine",
        crafting_level_requirement = 4,
        tags = {
            "furniture",
            "winter_sign_set",
            "crop_signs",
        },
        recipe = {
            {
                count = 10,
                item = "basic_wood",
            },
            {
                count = 1,
                item = "jasmine",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 250,
        },
        name_en = "Jasmine Sign",
        description_en = "A wooden sign featuring painted jasmine.",
        category = "furniture.crop_signs_set",
    },
    crop_sign_poinsettia = {
        name = "圣诞花木牌",
        description = "一块画有圣诞花图案的木制招牌。 ",
        icon_sprite = "spr_ui_item_crop_sign_poinsettia",
        object = "crop_sign_poinsettia",
        crafting_level_requirement = 4,
        tags = {
            "furniture",
            "winter_sign_set",
            "crop_signs",
        },
        recipe = {
            {
                count = 10,
                item = "basic_wood",
            },
            {
                count = 1,
                item = "poinsettia",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 250,
        },
        name_en = "Poinsettia Sign",
        description_en = "A wooden sign featuring a painted poinsettia.",
        category = "furniture.crop_signs_set",
    },
    crop_sign_snapdragon = {
        name = "金鱼草木牌",
        description = "一块画有金鱼草图案的木制招牌。 ",
        icon_sprite = "spr_ui_item_crop_sign_snapdragon",
        object = "crop_sign_snapdragon",
        crafting_level_requirement = 4,
        tags = {
            "furniture",
            "winter_sign_set",
            "crop_signs",
        },
        recipe = {
            {
                count = 10,
                item = "basic_wood",
            },
            {
                count = 1,
                item = "snapdragon",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 250,
        },
        name_en = "Snapdragon Sign",
        description_en = "A wooden sign featuring a painted snapdragon.",
        category = "furniture.crop_signs_set",
    },
    crop_sign_snow_peas = {
        name = "荷兰豆木牌",
        description = "一块画有荷兰豆图案的木制招牌。 ",
        icon_sprite = "spr_ui_item_crop_sign_snow_peas",
        object = "crop_sign_snow_peas",
        crafting_level_requirement = 4,
        tags = {
            "furniture",
            "winter_sign_set",
            "crop_signs",
        },
        recipe = {
            {
                count = 10,
                item = "basic_wood",
            },
            {
                count = 1,
                item = "snow_peas",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 250,
        },
        name_en = "Snow Peas Sign",
        description_en = "A wooden sign featuring painted snow peas.",
        category = "furniture.crop_signs_set",
    },
    crop_sign_temple_flower = {
        name = "神殿之花木牌",
        description = "一块画有神殿之花图案的木制招牌。 ",
        icon_sprite = "spr_ui_item_crop_sign_temple_flower",
        object = "crop_sign_temple_flower",
        crafting_level_requirement = 4,
        tags = {
            "furniture",
            "spring_sign_set",
            "crop_signs",
        },
        recipe = {
            {
                count = 10,
                item = "basic_wood",
            },
            {
                count = 1,
                item = "temple_flower",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 250,
        },
        name_en = "Temple Flower Sign",
        description_en = "A wooden sign featuring a painted temple flower.",
        category = "furniture.crop_signs_set",
    },
    crop_sign_mystery_bag = {
        name = "魔法植物木牌",
        description = "一块画有魔法植物图案的木制招牌。 ",
        icon_sprite = "spr_ui_item_crop_sign_mystery_bag",
        object = "crop_sign_mystery_bag",
        crafting_level_requirement = 4,
        tags = {
            "furniture",
            "spring_sign_set",
            "crop_signs",
        },
        recipe = {
            {
                count = 10,
                item = "basic_wood",
            },
            {
                count = 1,
                item = "seed_mystery_bag",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 250,
        },
        name_en = "Magic Seed Plant Sign",
        description_en = "A wooden sign featuring a magic seed plant.",
        category = "furniture.crop_signs_set",
    },
    counter_basic_v1 = {
        name = "简朴柜台",
        description = "简朴的橡木柜台, 多个相连可拼接成组! ",
        icon_sprite = "spr_ui_item_decor_counter_basic_v1",
        object = "counter_basic_v1",
        crafting_level_requirement = 20,
        crafting_preview_sprite = "spr_ui_decor_counter_basic_preview_v1",
        tags = {
            "furniture",
            "counters",
            "counter_set",
        },
        recipe = {
            {
                count = 5,
                item = "hard_wood",
            },
            {
                count = 1,
                item = "essence_drop",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 400,
        },
        name_en = "Basic Counter",
        description_en = "An oak basic counter piece. Place two or more together to connect them!",
        category = "furniture.counter_set",
    },
    counter_basic_v2 = {
        name = "简朴柜台",
        description = "简朴的胡桃木柜台, 多个相连可拼接成组! ",
        icon_sprite = "spr_ui_item_decor_counter_basic_v2",
        object = "counter_basic_v2",
        crafting_level_requirement = 20,
        crafting_preview_sprite = "spr_ui_decor_counter_basic_preview_v2",
        tags = {
            "furniture",
            "counters",
            "counter_set",
        },
        recipe = {
            {
                count = 5,
                item = "hard_wood",
            },
            {
                count = 1,
                item = "essence_drop",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 400,
        },
        name_en = "Basic Counter",
        description_en = "A walnut basic counter piece. Place two or more together to connect them!",
        category = "furniture.counter_set",
    },
    counter_cabin_walnut = {
        name = "小木屋柜台",
        description = "胡桃木做的小木屋柜台, 多个相连可拼接成组! ",
        icon_sprite = "spr_ui_item_decor_counter_cabin_walnut",
        object = "counter_cabin_walnut",
        crafting_level_requirement = 20,
        crafting_preview_sprite = "spr_ui_decor_counter_cabin_preview_walnut",
        tags = {
            "furniture",
            "counters",
            "counter_set",
        },
        recipe = {
            {
                count = 5,
                item = "hard_wood",
            },
            {
                count = 1,
                item = "essence_drop",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 400,
        },
        name_en = "Cabin Counter",
        description_en = "A walnut cabin counter piece. Place two or more together to connect them!",
        category = "furniture.counter_set",
    },
    counter_cabin_oak = {
        name = "小木屋柜台",
        description = "橡木做的小木屋柜台, 多个相连可拼接成组! ",
        icon_sprite = "spr_ui_item_decor_counter_cabin_oak",
        object = "counter_cabin_oak",
        crafting_level_requirement = 20,
        crafting_preview_sprite = "spr_ui_decor_counter_cabin_preview_oak",
        tags = {
            "furniture",
            "counters",
            "counter_set",
        },
        recipe = {
            {
                count = 5,
                item = "hard_wood",
            },
            {
                count = 1,
                item = "essence_drop",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 400,
        },
        name_en = "Cabin Counter",
        description_en = "An oak cabin counter piece. Place two or more together to connect them!",
        category = "furniture.counter_set",
    },
    counter_cabin_cherry = {
        name = "小木屋柜台",
        description = "樱桃木做的小木屋柜台, 多个相连可拼接成组! ",
        icon_sprite = "spr_ui_item_decor_counter_cabin_cherry",
        object = "counter_cabin_cherry",
        crafting_level_requirement = 20,
        crafting_preview_sprite = "spr_ui_decor_counter_cabin_preview_cherry",
        tags = {
            "furniture",
            "counters",
            "counter_set",
        },
        recipe = {
            {
                count = 5,
                item = "hard_wood",
            },
            {
                count = 1,
                item = "essence_drop",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 400,
        },
        name_en = "Cabin Counter",
        description_en = "A cherry cabin counter piece. Place two or more together to connect them!",
        category = "furniture.counter_set",
    },
    counter_cake_strawberry = {
        name = "蛋糕柜台",
        description = "形似草莓蛋糕的柜台, 多个相连可拼接成组! ",
        icon_sprite = "spr_ui_item_decor_counter_cake_strawberry",
        object = "counter_cake_strawberry",
        crafting_level_requirement = 20,
        crafting_preview_sprite = "spr_ui_decor_counter_cake_preview_strawberry",
        tags = {
            "furniture",
            "counters",
            "counter_set",
        },
        recipe = {
            {
                count = 5,
                item = "hard_wood",
            },
            {
                count = 1,
                item = "essence_drop",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 400,
        },
        name_en = "Cake Counter",
        description_en = "A strawberry cake counter piece. Place two or more together to connect them!",
        category = "furniture.counter_set",
    },
    counter_cake_chocolate = {
        name = "蛋糕柜台",
        description = "形似摩卡蛋糕的柜台, 多个相连可拼接成组! ",
        icon_sprite = "spr_ui_item_decor_counter_cake_chocolate",
        object = "counter_cake_chocolate",
        crafting_level_requirement = 20,
        crafting_preview_sprite = "spr_ui_decor_counter_cake_preview_chocolate",
        tags = {
            "furniture",
            "counters",
            "counter_set",
        },
        recipe = {
            {
                count = 5,
                item = "hard_wood",
            },
            {
                count = 1,
                item = "essence_drop",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 400,
        },
        name_en = "Cake Counter",
        description_en = "A mocha cake counter piece. Place two or more together to connect them!",
        category = "furniture.counter_set",
    },
    counter_cake_double_chocolate = {
        name = "蛋糕柜台",
        description = "形似巧克力蛋糕的柜台, 多个相连可拼接成组! ",
        icon_sprite = "spr_ui_item_decor_counter_cake_double_chocolate",
        object = "counter_cake_double_chocolate",
        crafting_level_requirement = 20,
        crafting_preview_sprite = "spr_ui_decor_counter_cake_preview_double_chocolate",
        tags = {
            "furniture",
            "counters",
            "counter_set",
        },
        recipe = {
            {
                count = 5,
                item = "hard_wood",
            },
            {
                count = 1,
                item = "essence_drop",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 400,
        },
        name_en = "Cake Counter",
        description_en = "A chocolate cake counter piece. Place two or more together to connect them!",
        category = "furniture.counter_set",
    },
    counter_cottage_v1 = {
        name = "可爱田园柜台",
        description = "可爱的豆沙绿色田园柜台, 多个相连可拼接成组! ",
        icon_sprite = "spr_ui_item_decor_counter_cottage_v1",
        object = "counter_cottage_v1",
        crafting_level_requirement = 20,
        crafting_preview_sprite = "spr_ui_decor_counter_cottage_preview_v1",
        tags = {
            "furniture",
            "counters",
            "counter_set",
        },
        recipe = {
            {
                count = 5,
                item = "hard_wood",
            },
            {
                count = 1,
                item = "essence_drop",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 400,
        },
        name_en = "Lovely Cottage Counter",
        description_en = "A sage lovely cottage counter piece. Place two or more together to connect them!",
        category = "furniture.counter_set",
    },
    counter_cottage_v2 = {
        name = "可爱田园柜台",
        description = "可爱的粉色田园柜台, 多个相连可拼接成组! ",
        icon_sprite = "spr_ui_item_decor_counter_cottage_v2",
        object = "counter_cottage_v2",
        crafting_level_requirement = 20,
        crafting_preview_sprite = "spr_ui_decor_counter_cottage_preview_v2",
        tags = {
            "furniture",
            "counters",
            "counter_set",
        },
        recipe = {
            {
                count = 5,
                item = "hard_wood",
            },
            {
                count = 1,
                item = "essence_drop",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 400,
        },
        name_en = "Lovely Cottage Counter",
        description_en = "A pink lovely cottage counter piece. Place two or more together to connect them!",
        category = "furniture.counter_set",
    },
    picnic_basket_pink = {
        icon_sprite = "spr_ui_item_picnic_basket_pink",
        name = "野餐篮",
        description = "可爱的装饰性野餐篮, 带有粉色点缀。 ",
        object = "picnic_basket_pink",
        tags = {
            "furniture",
            "misc_outdoor_decor",
            "picnic_decor_set",
        },
        recipe_key = "picnic_basket",
        crafting_level_requirement = 2,
        recipe = {
            {
                count = 10,
                item = "hay",
            },
            {
                count = 1,
                item = "paper",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 200,
        },
        name_en = "Picnic Basket",
        description_en = "A cute decorative picnic basket with pink accents.",
        category = "furniture.decor_picnic_set",
    },
    picnic_basket_yellow = {
        icon_sprite = "spr_ui_item_picnic_basket_yellow",
        description = "可爱的装饰性野餐篮, 带有黄色点缀。 ",
        name = "野餐篮",
        object = "picnic_basket_yellow",
        tags = {
            "furniture",
            "misc_outdoor_decor",
            "picnic_decor_set",
        },
        recipe_key = "picnic_basket",
        crafting_level_requirement = 2,
        recipe = {
            {
                count = 10,
                item = "hay",
            },
            {
                count = 1,
                item = "paper",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 200,
        },
        description_en = "A cute decorative picnic basket with yellow accents.",
        name_en = "Picnic Basket",
        category = "furniture.decor_picnic_set",
    },
    picnic_basket_red = {
        icon_sprite = "spr_ui_item_picnic_basket_red",
        description = "可爱的装饰性野餐篮, 带有红色点缀。 ",
        name = "野餐篮",
        object = "picnic_basket_red",
        tags = {
            "furniture",
            "misc_outdoor_decor",
            "picnic_decor_set",
        },
        recipe_key = "picnic_basket",
        crafting_level_requirement = 2,
        recipe = {
            {
                count = 10,
                item = "hay",
            },
            {
                count = 1,
                item = "paper",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 200,
        },
        description_en = "A cute decorative picnic basket with red accents.",
        name_en = "Picnic Basket",
        category = "furniture.decor_picnic_set",
    },
    picnic_pie_plate_pink = {
        icon_sprite = "spr_ui_item_picnic_pie_plate_pink",
        name = "野餐馅饼",
        description = "一盘装饰性的馅饼, 盘子是粉色的。 ",
        object = "picnic_pie_plate_pink",
        tags = {
            "furniture",
            "kitchen_decor",
            "picnic_decor_set",
        },
        recipe_key = "picnic_pie_plate",
        crafting_level_requirement = 2,
        recipe = {
            {
                count = 2,
                item = "clay",
            },
            {
                count = 1,
                item = "flour",
            },
            {
                count = 1,
                item = "sugar",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 400,
        },
        name_en = "Picnic Display Pie",
        description_en = "A decorative pie plate with pink accents.",
        category = "furniture.decor_picnic_set",
    },
    picnic_pie_plate_red = {
        icon_sprite = "spr_ui_item_picnic_pie_plate_red",
        name = "野餐馅饼",
        description = "一盘装饰性的馅饼, 盘子是红色的。 ",
        object = "picnic_pie_plate_red",
        tags = {
            "furniture",
            "kitchen_decor",
            "picnic_decor_set",
        },
        recipe_key = "picnic_pie_plate",
        crafting_level_requirement = 2,
        recipe = {
            {
                count = 2,
                item = "clay",
            },
            {
                count = 1,
                item = "flour",
            },
            {
                count = 1,
                item = "sugar",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 400,
        },
        name_en = "Picnic Display Pie",
        description_en = "A decorative pie plate with red accents.",
        category = "furniture.decor_picnic_set",
    },
    picnic_pie_plate_yellow = {
        icon_sprite = "spr_ui_item_picnic_pie_plate_yellow",
        name = "野餐馅饼",
        description = "一盘装饰性的馅饼, 盘子是黄色的。 ",
        object = "picnic_pie_plate_yellow",
        tags = {
            "furniture",
            "kitchen_decor",
            "picnic_decor_set",
        },
        recipe_key = "picnic_pie_plate",
        crafting_level_requirement = 2,
        recipe = {
            {
                count = 2,
                item = "clay",
            },
            {
                count = 1,
                item = "flour",
            },
            {
                count = 1,
                item = "sugar",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 400,
        },
        name_en = "Picnic Display Pie",
        description_en = "A decorative pie plate with yellow accents.",
        category = "furniture.decor_picnic_set",
    },
    picnic_place_setting_red = {
        icon_sprite = "spr_ui_item_picnic_place_setting_red",
        name = "野餐餐具",
        description = "红色的野餐餐具。 ",
        object = "picnic_place_setting_red",
        tags = {
            "furniture",
            "kitchen_decor",
            "picnic_decor_set",
        },
        recipe_key = "picnic_place_setting",
        crafting_level_requirement = 2,
        recipe = {
            {
                count = 1,
                item = "iron_ingot",
            },
            {
                count = 3,
                item = "clay",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 200,
        },
        name_en = "Picnic Place Setting",
        description_en = "A picnic place setting with red accents.",
        category = "furniture.decor_picnic_set",
    },
    picnic_place_setting_yellow = {
        icon_sprite = "spr_ui_item_picnic_place_setting_yellow",
        name = "野餐餐具",
        description = "黄色的野餐餐具。 ",
        object = "picnic_place_setting_yellow",
        tags = {
            "furniture",
            "kitchen_decor",
            "picnic_decor_set",
        },
        recipe_key = "picnic_place_setting",
        crafting_level_requirement = 2,
        recipe = {
            {
                count = 1,
                item = "iron_ingot",
            },
            {
                count = 3,
                item = "clay",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 200,
        },
        name_en = "Picnic Place Setting",
        description_en = "A picnic place setting with yellow accents.",
        category = "furniture.decor_picnic_set",
    },
    picnic_place_setting_pink = {
        icon_sprite = "spr_ui_item_picnic_place_setting_pink",
        name = "野餐餐具",
        description = "粉色的野餐餐具。 ",
        object = "picnic_place_setting_pink",
        tags = {
            "furniture",
            "kitchen_decor",
            "picnic_decor_set",
        },
        recipe_key = "picnic_place_setting",
        crafting_level_requirement = 2,
        recipe = {
            {
                count = 1,
                item = "iron_ingot",
            },
            {
                count = 3,
                item = "clay",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 200,
        },
        name_en = "Picnic Place Setting",
        description_en = "A picnic place setting with pink accents.",
        category = "furniture.decor_picnic_set",
    },
    picnic_rug_red = {
        icon_sprite = "spr_ui_item_picnic_rug_red",
        name = "野餐垫",
        description = "可爱的红色格子野餐垫。 ",
        object = "picnic_rug_red",
        tags = {
            "furniture",
            "medium_rug",
            "picnic_decor_set",
        },
        recipe_key = "picnic_rug",
        crafting_level_requirement = 2,
        recipe = {
            {
                count = 5,
                item = "fiber",
            },
            {
                count = 5,
                item = "cattail",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 200,
        },
        name_en = "Picnic Blanket",
        description_en = "A cute red gingham picnic blanket.",
        category = "furniture.decor_picnic_set",
    },
    picnic_rug_yellow = {
        icon_sprite = "spr_ui_item_picnic_rug_yellow",
        name = "野餐垫",
        description = "可爱的黄色格子野餐垫。 ",
        object = "picnic_rug_yellow",
        tags = {
            "furniture",
            "medium_rug",
            "picnic_decor_set",
        },
        recipe_key = "picnic_rug",
        crafting_level_requirement = 2,
        recipe = {
            {
                count = 5,
                item = "fiber",
            },
            {
                count = 5,
                item = "cattail",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 200,
        },
        name_en = "Picnic Blanket",
        description_en = "A cute yellow gingham picnic blanket.",
        category = "furniture.decor_picnic_set",
    },
    picnic_rug_pink = {
        icon_sprite = "spr_ui_item_picnic_rug_pink",
        name = "野餐垫",
        description = "可爱的粉色格子野餐垫。 ",
        object = "picnic_rug_pink",
        tags = {
            "furniture",
            "medium_rug",
            "picnic_decor_set",
        },
        recipe_key = "picnic_rug",
        crafting_level_requirement = 2,
        recipe = {
            {
                count = 5,
                item = "fiber",
            },
            {
                count = 5,
                item = "cattail",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 200,
        },
        name_en = "Picnic Blanket",
        description_en = "A cute pink gingham picnic blanket.",
        category = "furniture.decor_picnic_set",
    },
    picnic_donut_plate = {
        icon_sprite = "spr_ui_item_picnic_snack_plate_pink",
        name = "野餐甜甜圈",
        description = "一盘装饰性的甜甜圈。 ",
        object = "picnic_donut_plate",
        tags = {
            "furniture",
            "kitchen_decor",
            "picnic_decor_set",
        },
        crafting_level_requirement = 2,
        recipe = {
            {
                count = 3,
                item = "clay",
            },
            {
                count = 1,
                item = "flour",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 400,
        },
        name_en = "Picnic Display Donuts",
        description_en = "A decorative donut plate.",
        category = "furniture.decor_picnic_set",
    },
    picnic_hamburger_plate = {
        icon_sprite = "spr_ui_item_picnic_snack_plate_yellow",
        name = "野餐汉堡包",
        description = "一盘装饰性的汉堡包。 ",
        object = "picnic_hamburger_plate",
        tags = {
            "furniture",
            "kitchen_decor",
            "picnic_decor_set",
        },
        crafting_level_requirement = 2,
        recipe = {
            {
                count = 3,
                item = "clay",
            },
            {
                count = 1,
                item = "flour",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 400,
        },
        name_en = "Picnic Display Burgers",
        description_en = "A decorative burger plate.",
        category = "furniture.decor_picnic_set",
    },
    picnic_sandwich_plate = {
        icon_sprite = "spr_ui_item_picnic_snack_plate_red",
        name = "野餐三文治",
        description = "一盘装饰性的三文治。 ",
        object = "picnic_sandwich_plate",
        tags = {
            "furniture",
            "kitchen_decor",
            "picnic_decor_set",
        },
        crafting_level_requirement = 2,
        recipe = {
            {
                count = 3,
                item = "clay",
            },
            {
                count = 1,
                item = "flour",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 400,
        },
        name_en = "Picnic Display Sandwiches",
        description_en = "A decorative sandwich plate.",
        category = "furniture.decor_picnic_set",
    },
    picnic_sunflower_vase_pink = {
        icon_sprite = "spr_ui_item_picnic_sunflower_vase_pink",
        name = "野餐向日葵花瓶",
        description = "一瓶漂亮的向日葵, 瓶身带有粉色点缀。 ",
        object = "picnic_sunflower_vase_pink",
        tags = {
            "furniture",
            "tabletop_plant",
            "picnic_decor_set",
        },
        recipe_key = "picnic_sunflower_vase",
        crafting_level_requirement = 2,
        recipe = {
            {
                count = 3,
                item = "glass",
            },
            {
                count = 2,
                item = "sunflower",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 200,
        },
        name_en = "Picnic Sunflower Vase",
        description_en = "A pretty vase of sunflowers with a pink accent.",
        category = "furniture.decor_picnic_set",
    },
    picnic_sunflower_vase_red = {
        icon_sprite = "spr_ui_item_picnic_sunflower_vase_red",
        name = "野餐向日葵花瓶",
        description = "一瓶漂亮的向日葵, 瓶身带有红色点缀。 ",
        object = "picnic_sunflower_vase_red",
        tags = {
            "furniture",
            "tabletop_plant",
            "picnic_decor_set",
        },
        recipe_key = "picnic_sunflower_vase",
        crafting_level_requirement = 2,
        recipe = {
            {
                count = 3,
                item = "glass",
            },
            {
                count = 2,
                item = "sunflower",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 200,
        },
        name_en = "Picnic Sunflower Vase",
        description_en = "A pretty vase of sunflowers with a red accent.",
        category = "furniture.decor_picnic_set",
    },
    picnic_sunflower_vase_yellow = {
        icon_sprite = "spr_ui_item_picnic_sunflower_vase_yellow",
        name = "野餐向日葵花瓶",
        description = "一瓶漂亮的向日葵, 瓶身带有黄色点缀。 ",
        object = "picnic_sunflower_vase_yellow",
        tags = {
            "furniture",
            "tabletop_plant",
            "picnic_decor_set",
        },
        recipe_key = "picnic_sunflower_vase",
        crafting_level_requirement = 2,
        recipe = {
            {
                count = 3,
                item = "glass",
            },
            {
                count = 2,
                item = "sunflower",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 200,
        },
        name_en = "Picnic Sunflower Vase",
        description_en = "A pretty vase of sunflowers with a yellow accent.",
        category = "furniture.decor_picnic_set",
    },
    basic_wood_chest_dark = {
        description = "可储藏物品的基础木箱。 ",
        icon_sprite = "spr_ui_item_furniture_basic_chest_v01",
        name = "简朴木箱",
        recipe_is_default = true,
        object = "basic_wood_chest_dark",
        tags = {
            "furniture",
            "basic_chest_set",
            "chest_and_storage",
        },
        crafting_level_requirement = 4,
        recipe_key = "basic_wood_chest",
        recipe = {
            {
                count = 30,
                item = "basic_wood",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 250,
        },
        description_en = "A placeable basic wooden chest.",
        name_en = "Basic Wood Chest",
        category = "furniture.basic_chest_set",
    },
    basic_wood_chest_light = {
        description = "可储藏物品的基础木箱。 ",
        icon_sprite = "spr_ui_item_furniture_basic_chest_v02",
        name = "简朴木箱",
        recipe_is_default = true,
        object = "basic_wood_chest_light",
        tags = {
            "furniture",
            "basic_chest_set",
            "chest_and_storage",
        },
        crafting_level_requirement = 4,
        recipe_key = "basic_wood_chest",
        recipe = {
            {
                count = 30,
                item = "basic_wood",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 250,
        },
        description_en = "A placeable basic wooden chest.",
        name_en = "Basic Wood Chest",
        category = "furniture.basic_chest_set",
    },
    basic_wood_chest_medium = {
        description = "可储藏物品的基础木箱。 ",
        icon_sprite = "spr_ui_item_furniture_basic_chest_v03",
        name = "简朴木箱",
        recipe_is_default = true,
        object = "basic_wood_chest_medium",
        tags = {
            "furniture",
            "basic_chest_set",
            "chest_and_storage",
        },
        crafting_level_requirement = 4,
        recipe_key = "basic_wood_chest",
        recipe = {
            {
                count = 30,
                item = "basic_wood",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 250,
        },
        description_en = "A placeable basic wooden chest.",
        name_en = "Basic Wood Chest",
        category = "furniture.basic_chest_set",
    },
    basic_wood_chest_witch_queen = {
        description = "可储藏物品的基础木箱。 ",
        icon_sprite = "spr_ui_item_furniture_basic_chest_v04",
        name = "简朴木箱",
        recipe_is_default = true,
        object = "basic_wood_chest_witch_queen",
        tags = {
            "furniture",
            "basic_chest_set",
            "chest_and_storage",
        },
        crafting_level_requirement = 4,
        recipe_key = "basic_wood_chest",
        recipe = {
            {
                count = 30,
                item = "basic_wood",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 250,
        },
        description_en = "A placeable basic wooden chest.",
        name_en = "Basic Wood Chest",
        category = "furniture.basic_chest_set",
    },
    basic_wood_chest_black = {
        description = "可储藏物品的基础木箱。 ",
        icon_sprite = "spr_ui_item_furniture_basic_chest_v05",
        name = "简朴木箱",
        recipe_is_default = true,
        object = "basic_wood_chest_black",
        tags = {
            "furniture",
            "basic_chest_set",
            "chest_and_storage",
        },
        crafting_level_requirement = 4,
        recipe_key = "basic_wood_chest",
        recipe = {
            {
                count = 30,
                item = "basic_wood",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 250,
        },
        description_en = "A placeable basic wooden chest.",
        name_en = "Basic Wood Chest",
        category = "furniture.basic_chest_set",
    },
    basic_wood_chest_cottage = {
        description = "可储藏物品的基础木箱。 ",
        icon_sprite = "spr_ui_item_furniture_basic_chest_v06",
        name = "简朴木箱",
        recipe_is_default = true,
        object = "basic_wood_chest_cottage",
        tags = {
            "furniture",
            "basic_chest_set",
            "chest_and_storage",
        },
        crafting_level_requirement = 4,
        recipe_key = "basic_wood_chest",
        recipe = {
            {
                count = 30,
                item = "basic_wood",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 250,
        },
        description_en = "A placeable basic wooden chest.",
        name_en = "Basic Wood Chest",
        category = "furniture.basic_chest_set",
    },
    basic_wood_chest_haunted_attic = {
        description = "可储藏物品的基础木箱。 ",
        icon_sprite = "spr_ui_item_furniture_basic_chest_v07",
        name = "简朴木箱",
        recipe_is_default = true,
        object = "basic_wood_chest_haunted_attic",
        tags = {
            "furniture",
            "basic_chest_set",
            "chest_and_storage",
        },
        crafting_level_requirement = 4,
        recipe_key = "basic_wood_chest",
        recipe = {
            {
                count = 30,
                item = "basic_wood",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 250,
        },
        description_en = "A placeable basic wooden chest.",
        name_en = "Basic Wood Chest",
        category = "furniture.basic_chest_set",
    },
    basic_wood_chest_red = {
        description = "可储藏物品的基础木箱。 ",
        icon_sprite = "spr_ui_item_furniture_basic_chest_v08",
        name = "简朴木箱",
        recipe_is_default = true,
        object = "basic_wood_chest_red",
        tags = {
            "furniture",
            "basic_chest_set",
            "chest_and_storage",
        },
        crafting_level_requirement = 4,
        recipe_key = "basic_wood_chest",
        recipe = {
            {
                count = 30,
                item = "basic_wood",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 250,
        },
        description_en = "A placeable basic wooden chest.",
        name_en = "Basic Wood Chest",
        category = "furniture.basic_chest_set",
    },
    basic_wood_chest_orange = {
        description = "可储藏物品的基础木箱。 ",
        icon_sprite = "spr_ui_item_furniture_basic_chest_v09",
        name = "简朴木箱",
        recipe_is_default = true,
        object = "basic_wood_chest_orange",
        tags = {
            "furniture",
            "basic_chest_set",
            "chest_and_storage",
        },
        crafting_level_requirement = 4,
        recipe_key = "basic_wood_chest",
        recipe = {
            {
                count = 30,
                item = "basic_wood",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 250,
        },
        description_en = "A placeable basic wooden chest.",
        name_en = "Basic Wood Chest",
        category = "furniture.basic_chest_set",
    },
    basic_wood_chest_yellow = {
        description = "可储藏物品的基础木箱。 ",
        icon_sprite = "spr_ui_item_furniture_basic_chest_v10",
        name = "简朴木箱",
        recipe_is_default = true,
        object = "basic_wood_chest_yellow",
        tags = {
            "furniture",
            "basic_chest_set",
            "chest_and_storage",
        },
        crafting_level_requirement = 4,
        recipe_key = "basic_wood_chest",
        recipe = {
            {
                count = 30,
                item = "basic_wood",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 250,
        },
        description_en = "A placeable basic wooden chest.",
        name_en = "Basic Wood Chest",
        category = "furniture.basic_chest_set",
    },
    basic_wood_chest_green = {
        description = "可储藏物品的基础木箱。 ",
        icon_sprite = "spr_ui_item_furniture_basic_chest_v11",
        name = "简朴木箱",
        recipe_is_default = true,
        object = "basic_wood_chest_green",
        tags = {
            "furniture",
            "basic_chest_set",
            "chest_and_storage",
        },
        crafting_level_requirement = 4,
        recipe_key = "basic_wood_chest",
        recipe = {
            {
                count = 30,
                item = "basic_wood",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 250,
        },
        description_en = "A placeable basic wooden chest.",
        name_en = "Basic Wood Chest",
        category = "furniture.basic_chest_set",
    },
    basic_wood_chest_blue = {
        description = "可储藏物品的基础木箱。 ",
        icon_sprite = "spr_ui_item_furniture_basic_chest_v12",
        name = "简朴木箱",
        recipe_is_default = true,
        object = "basic_wood_chest_blue",
        tags = {
            "furniture",
            "basic_chest_set",
            "chest_and_storage",
        },
        crafting_level_requirement = 4,
        recipe_key = "basic_wood_chest",
        recipe = {
            {
                count = 30,
                item = "basic_wood",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 250,
        },
        description_en = "A placeable basic wooden chest.",
        name_en = "Basic Wood Chest",
        category = "furniture.basic_chest_set",
    },
    basic_wood_chest_purple = {
        description = "可储藏物品的基础木箱。 ",
        icon_sprite = "spr_ui_item_furniture_basic_chest_v13",
        name = "简朴木箱",
        recipe_is_default = true,
        object = "basic_wood_chest_purple",
        tags = {
            "furniture",
            "basic_chest_set",
            "chest_and_storage",
        },
        crafting_level_requirement = 4,
        recipe_key = "basic_wood_chest",
        recipe = {
            {
                count = 30,
                item = "basic_wood",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 250,
        },
        description_en = "A placeable basic wooden chest.",
        name_en = "Basic Wood Chest",
        category = "furniture.basic_chest_set",
    },
    basic_wood_chest_pink = {
        description = "可储藏物品的基础木箱。 ",
        icon_sprite = "spr_ui_item_furniture_basic_chest_v14",
        name = "简朴木箱",
        recipe_is_default = true,
        object = "basic_wood_chest_pink",
        tags = {
            "furniture",
            "basic_chest_set",
            "chest_and_storage",
        },
        crafting_level_requirement = 4,
        recipe_key = "basic_wood_chest",
        recipe = {
            {
                count = 30,
                item = "basic_wood",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 250,
        },
        description_en = "A placeable basic wooden chest.",
        name_en = "Basic Wood Chest",
        category = "furniture.basic_chest_set",
    },
    basic_wood_chest_white = {
        description = "可储藏物品的基础木箱。 ",
        icon_sprite = "spr_ui_item_furniture_basic_chest_v15",
        name = "简朴木箱",
        recipe_is_default = true,
        object = "basic_wood_chest_white",
        tags = {
            "furniture",
            "basic_chest_set",
            "chest_and_storage",
        },
        crafting_level_requirement = 4,
        recipe_key = "basic_wood_chest",
        recipe = {
            {
                count = 30,
                item = "basic_wood",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 250,
        },
        description_en = "A placeable basic wooden chest.",
        name_en = "Basic Wood Chest",
        category = "furniture.basic_chest_set",
    },
    weather_crystal_ball = {
        icon_sprite = "spr_ui_item_weather_crystal_ball",
        description = "透过帷幕, 一窥… 天气变化。 ",
        name = "天气水晶球",
        object = "weather_crystal_ball",
        value = {
            bin = 20,
            store = 500,
        },
        description_en = "Peer beyond the curtain, into...the weather.",
        name_en = "Weather Crystal Ball",
        category = "furniture.no_set",
    },
    espresso_machine = {
        icon_sprite = "spr_ui_item_espresso_machine_gold",
        description = "每天清晨为你准备一杯香浓的意式浓缩咖啡! ",
        name = "浓缩咖啡机",
        object = "espresso_machine",
        tags = {
            "furniture",
            "misc_functional",
        },
        crafting_level_requirement = 30,
        recipe = {
            {
                count = 20,
                item = "gold_ingot",
            },
            {
                count = 10,
                item = "ore_diamond",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        description_en = "Prepares a hot cup of espresso for you each morning!",
        name_en = "Espresso Machine",
        category = "furniture.no_set",
    },
    tile_roof_fence_v1 = {
        description = "蓝色瓦顶的石质栅栏。 ",
        icon_sprite = "spr_ui_item_tile_roof_fence_v1",
        crafting_preview_sprite = "spr_ui_decor_tile_roof_fence_preview_v1",
        name = "瓦顶围墙",
        object = "tile_roof_fence_v1",
        recipe_key = "tile_roof_fence",
        tags = {
            "furniture",
            "fencing",
        },
        crafting_level_requirement = 4,
        recipe = {
            {
                count = 3,
                item = "ore_stone",
            },
            {
                count = 3,
                item = "clay",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        description_en = "A stone fence with a blue tiled roof.",
        name_en = "Tile Roof Fence",
        category = "furniture.no_set",
    },
    tile_roof_fence_v2 = {
        description = "红棕色瓦顶的石质栅栏。 ",
        icon_sprite = "spr_ui_item_tile_roof_fence_v2",
        crafting_preview_sprite = "spr_ui_decor_tile_roof_fence_preview_v2",
        name = "瓦顶围墙",
        object = "tile_roof_fence_v2",
        recipe_key = "tile_roof_fence",
        tags = {
            "furniture",
            "fencing",
        },
        crafting_level_requirement = 4,
        recipe = {
            {
                count = 3,
                item = "ore_stone",
            },
            {
                count = 3,
                item = "clay",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        description_en = "A stone fence with a red-brown tiled roof.",
        name_en = "Tile Roof Fence",
        category = "furniture.no_set",
    },
    tile_roof_fence_v3 = {
        description = "绿色瓦顶的石质栅栏。 ",
        icon_sprite = "spr_ui_item_tile_roof_fence_v3",
        crafting_preview_sprite = "spr_ui_decor_tile_roof_fence_preview_v3",
        name = "瓦顶围墙",
        object = "tile_roof_fence_v3",
        recipe_key = "tile_roof_fence",
        tags = {
            "furniture",
            "fencing",
        },
        crafting_level_requirement = 4,
        recipe = {
            {
                count = 3,
                item = "ore_stone",
            },
            {
                count = 3,
                item = "clay",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        description_en = "A stone fence with a green tiled roof.",
        name_en = "Tile Roof Fence",
        category = "furniture.no_set",
    },
    moon_gate_v1 = {
        description = "蓝色瓦顶的石质月洞门。 ",
        icon_sprite = "spr_ui_item_decor_moon_gate_v1",
        name = "月洞门",
        object = "moon_gate_v1",
        recipe_key = "moon_gate",
        tags = {
            "furniture",
            "misc_outdoor_decor",
        },
        crafting_level_requirement = 10,
        recipe = {
            {
                count = 50,
                item = "ore_stone",
            },
            {
                count = 10,
                item = "clay",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        description_en = "A stone moon gate with a blue tiled roof.",
        name_en = "Moon Gate",
        category = "furniture.no_set",
    },
    moon_gate_v2 = {
        description = "红棕色瓦顶的石质月洞门。 ",
        icon_sprite = "spr_ui_item_decor_moon_gate_v2",
        name = "月洞门",
        object = "moon_gate_v2",
        recipe_key = "moon_gate",
        tags = {
            "furniture",
            "misc_outdoor_decor",
        },
        crafting_level_requirement = 10,
        recipe = {
            {
                count = 50,
                item = "ore_stone",
            },
            {
                count = 10,
                item = "clay",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        description_en = "A stone moon gate with a red-brown tiled roof.",
        name_en = "Moon Gate",
        category = "furniture.no_set",
    },
    moon_gate_v3 = {
        description = "绿色瓦顶的石质月洞门。 ",
        icon_sprite = "spr_ui_item_decor_moon_gate_v3",
        name = "月洞门",
        object = "moon_gate_v3",
        recipe_key = "moon_gate",
        tags = {
            "furniture",
            "misc_outdoor_decor",
        },
        crafting_level_requirement = 10,
        recipe = {
            {
                count = 50,
                item = "ore_stone",
            },
            {
                count = 10,
                item = "clay",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        description_en = "A stone moon gate with a green tiled roof.",
        name_en = "Moon Gate",
        category = "furniture.no_set",
    },
    mournful_clown_painting = {
        icon_sprite = "spr_ui_item_decor_mournful_clown_painting",
        name = "忧伤小丑画像",
        object = "mournful_clown_painting",
        description = "一件真正的杰作, 每一笔都勾勒出小丑的悲伤。 ",
        tags = {
            "furniture",
        },
        value = {
            bin = 500,
        },
        name_en = "Mournful Clown Painting",
        description_en = "This painting is a true masterpiece, each stroke imbued with the melancholy of this mournful clown.",
        category = "furniture.no_set",
    },
    summit_wallpaper_v1 = {
        name = "山顶墙纸",
        icon_sprite = "spr_ui_item_furniture_summit_wallpaper_v1",
        description = "漂亮的墙纸, 仿佛置身于夜里的山顶。 ",
        crafting_level_requirement = 30,
        crafting_preview_sprite = "spr_ui_furniture_summit_wall_v1_preview",
        recipe_key = "summit_wallpaper",
        wallpaper = "starry_v1",
        door_mold = "spr_carpenter_house_f2_doorway2_spring",
        tags = {
            "furniture",
            "wallpaper",
        },
        recipe = {
            {
                count = 5,
                item = "paper",
            },
            {
                count = 3,
                item = "essence_drop",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Summit Wallpaper",
        description_en = "A beautiful wallpaper resembling the summit sky at night.",
        category = "furniture.no_set",
    },
    starry_flooring_v1 = {
        name = "星空地板",
        icon_sprite = "spr_ui_item_furniture_starry_flooring_v1",
        description = "闪耀着蓝色和橙色星星的星空地板。 ",
        crafting_level_requirement = 30,
        crafting_preview_sprite = "spr_ui_furniture_starry_floor_v1_preview",
        flooring = "starry_v1",
        recipe_key = "starry_flooring",
        tags = {
            "furniture",
            "novelty_flooring",
        },
        recipe = {
            {
                count = 5,
                item = "hard_wood",
            },
            {
                count = 5,
                item = "crystal",
            },
            {
                count = 3,
                item = "essence_drop",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Starry Flooring",
        description_en = "Starry patterned flooring with blue and orange stars.",
        category = "furniture.no_set",
    },
    summit_wallpaper_v2 = {
        name = "山顶墙纸",
        icon_sprite = "spr_ui_item_furniture_summit_wallpaper_v2",
        description = "漂亮的墙纸, 仿佛置身于日落时的山顶。 ",
        crafting_level_requirement = 30,
        crafting_preview_sprite = "spr_ui_furniture_summit_wall_v2_preview",
        wallpaper = "starry_v2",
        recipe_key = "summit_wallpaper",
        door_mold = "spr_carpenter_house_f2_doorway2_spring",
        tags = {
            "furniture",
            "wallpaper",
        },
        recipe = {
            {
                count = 5,
                item = "paper",
            },
            {
                count = 3,
                item = "essence_drop",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Summit Wallpaper",
        description_en = "A beautiful wallpaper resembling the summit sky at sunset.",
        category = "furniture.no_set",
    },
    starry_flooring_v2 = {
        name = "星空地板",
        icon_sprite = "spr_ui_item_furniture_starry_flooring_v2",
        description = "闪耀着粉色和紫色星星的星空地板。 ",
        crafting_level_requirement = 30,
        crafting_preview_sprite = "spr_ui_furniture_starry_floor_v2_preview",
        flooring = "starry_v2",
        recipe_key = "starry_flooring",
        tags = {
            "furniture",
            "novelty_flooring",
        },
        recipe = {
            {
                count = 5,
                item = "hard_wood",
            },
            {
                count = 5,
                item = "crystal",
            },
            {
                count = 3,
                item = "essence_drop",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Starry Flooring",
        description_en = "Starry patterned flooring with pink and purple stars.",
        category = "furniture.no_set",
    },
    crystal_string_lights_blue = {
        name = "水晶壁灯串",
        icon_sprite = "spr_ui_item_decor_crystal_string_lights_blue",
        description = "挂在墙上的蓝色水晶壁灯串。 ",
        crafting_level_requirement = 20,
        object = "crystal_string_lights_blue",
        recipe_key = "crystal_string_lights",
        tags = {
            "furniture",
            "wall_lighting",
        },
        recipe = {
            {
                count = 3,
                item = "crystal",
            },
            {
                count = 3,
                item = "monster_core",
            },
            {
                count = 3,
                item = "essence_drop",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Crystal Wall String Lights",
        description_en = "Blue crystal string lights to hang on your wall.",
        category = "furniture.no_set",
    },
    crystal_string_lights_pink = {
        name = "水晶壁灯串",
        icon_sprite = "spr_ui_item_decor_crystal_string_lights_pink",
        description = "挂在墙上的粉色水晶壁灯串。 ",
        crafting_level_requirement = 20,
        object = "crystal_string_lights_pink",
        recipe_key = "crystal_string_lights",
        tags = {
            "furniture",
            "wall_lighting",
        },
        recipe = {
            {
                count = 3,
                item = "crystal",
            },
            {
                count = 3,
                item = "monster_core",
            },
            {
                count = 3,
                item = "essence_drop",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Crystal Wall String Lights",
        description_en = "Pink crystal string lights to hang on your wall.",
        category = "furniture.no_set",
    },
    crystal_string_lights_purple = {
        name = "水晶壁灯串",
        icon_sprite = "spr_ui_item_decor_crystal_string_lights_purple",
        description = "挂在墙上的紫色水晶壁灯串。 ",
        crafting_level_requirement = 20,
        object = "crystal_string_lights_purple",
        recipe_key = "crystal_string_lights",
        tags = {
            "furniture",
            "wall_lighting",
        },
        recipe = {
            {
                count = 3,
                item = "crystal",
            },
            {
                count = 3,
                item = "monster_core",
            },
            {
                count = 3,
                item = "essence_drop",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Crystal Wall String Lights",
        description_en = "Purple crystal string lights to hang on your wall.",
        category = "furniture.no_set",
    },
    coffee_mug_v1 = {
        icon_sprite = "spr_ui_item_decor_coffee_v1",
        name = "咖啡杯",
        description = "装饰性的绿色咖啡杯。 ",
        object = "coffee_mug_v1",
        recipe_key = "coffee_mug",
        crafting_level_requirement = 6,
        tags = {
            "furniture",
            "misc_decor",
            "tabletop_clutter",
        },
        recipe = {
            {
                count = 3,
                item = "clay",
            },
            {
                count = 1,
                item = "coffee",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Coffee Mug",
        description_en = "A decorative green coffee mug.",
        category = "furniture.tabletop_clutter_set",
    },
    coffee_mug_v2 = {
        icon_sprite = "spr_ui_item_decor_coffee_v2",
        name = "咖啡杯",
        description = "装饰性的白色咖啡杯。 ",
        object = "coffee_mug_v2",
        recipe_key = "coffee_mug",
        crafting_level_requirement = 6,
        tags = {
            "furniture",
            "misc_decor",
            "tabletop_clutter",
        },
        recipe = {
            {
                count = 3,
                item = "clay",
            },
            {
                count = 1,
                item = "coffee",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Coffee Mug",
        description_en = "A decorative white coffee mug.",
        category = "furniture.tabletop_clutter_set",
    },
    coffee_mug_v3 = {
        icon_sprite = "spr_ui_item_decor_coffee_v3",
        name = "咖啡杯",
        description = "装饰性的红色咖啡杯。 ",
        object = "coffee_mug_v3",
        recipe_key = "coffee_mug",
        crafting_level_requirement = 6,
        tags = {
            "furniture",
            "misc_decor",
            "tabletop_clutter",
        },
        recipe = {
            {
                count = 3,
                item = "clay",
            },
            {
                count = 1,
                item = "coffee",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Coffee Mug",
        description_en = "A decorative red coffee mug.",
        category = "furniture.tabletop_clutter_set",
    },
    espresso_cup_v1 = {
        icon_sprite = "spr_ui_item_decor_espresso_v1",
        name = "浓缩咖啡杯",
        description = "装饰性的绿色浓缩咖啡杯。 ",
        object = "espresso_cup_v1",
        recipe_key = "espresso_cup",
        crafting_level_requirement = 6,
        tags = {
            "furniture",
            "misc_decor",
            "tabletop_clutter",
        },
        recipe = {
            {
                count = 2,
                item = "clay",
            },
            {
                count = 1,
                item = "coffee",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Espresso Cup",
        description_en = "A decorative green espresso cup.",
        category = "furniture.tabletop_clutter_set",
    },
    espresso_cup_v2 = {
        icon_sprite = "spr_ui_item_decor_espresso_v2",
        name = "浓缩咖啡杯",
        description = "装饰性的白色浓缩咖啡杯。 ",
        object = "espresso_cup_v2",
        recipe_key = "espresso_cup",
        crafting_level_requirement = 6,
        tags = {
            "furniture",
            "misc_decor",
            "tabletop_clutter",
        },
        recipe = {
            {
                count = 2,
                item = "clay",
            },
            {
                count = 1,
                item = "coffee",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Espresso Cup",
        description_en = "A decorative white espresso cup.",
        category = "furniture.tabletop_clutter_set",
    },
    espresso_cup_v3 = {
        icon_sprite = "spr_ui_item_decor_espresso_v3",
        name = "浓缩咖啡杯",
        description = "装饰性的红色浓缩咖啡杯。 ",
        object = "espresso_cup_v3",
        recipe_key = "espresso_cup",
        crafting_level_requirement = 6,
        tags = {
            "furniture",
            "misc_decor",
            "tabletop_clutter",
        },
        recipe = {
            {
                count = 2,
                item = "clay",
            },
            {
                count = 1,
                item = "coffee",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Espresso Cup",
        description_en = "A decorative red espresso cup.",
        category = "furniture.tabletop_clutter_set",
    },
    basket = {
        icon_sprite = "spr_ui_item_decor_clutter_basket",
        name = "篮子",
        description = "装饰性的藤编蓝。 ",
        object = "basket",
        recipe_key = "basket",
        crafting_level_requirement = 4,
        tags = {
            "furniture",
            "misc_decor",
            "tabletop_clutter",
        },
        recipe = {
            {
                count = 10,
                item = "hay",
            },
            {
                count = 5,
                item = "fiber",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Basket",
        description_en = "A decorative woven basket.",
        category = "furniture.tabletop_clutter_set",
    },
    beer_mug = {
        icon_sprite = "spr_ui_item_decor_clutter_beer",
        name = "啤酒杯",
        description = "装饰性的啤酒杯。 ",
        object = "beer_mug",
        recipe_key = "beer_mug",
        crafting_level_requirement = 6,
        tags = {
            "furniture",
            "misc_decor",
            "tabletop_clutter",
        },
        recipe = {
            {
                count = 1,
                item = "beer",
            },
            {
                count = 3,
                item = "glass",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Beer Mug",
        description_en = "A decorative beer mug.",
        category = "furniture.tabletop_clutter_set",
    },
    box_medium_v1 = {
        icon_sprite = "spr_ui_item_decor_clutter_box_medium_v1",
        name = "中盒",
        description = "装饰性的中尺寸盒子。 ",
        object = "box_medium_v1",
        recipe_key = "box_medium",
        crafting_level_requirement = 8,
        tags = {
            "furniture",
            "misc_decor",
            "tabletop_clutter",
        },
        recipe = {
            {
                count = 10,
                item = "paper",
            },
            {
                count = 1,
                item = "sap",
            },
            {
                hours = 0,
                minutes = 10,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Medium Box",
        description_en = "A medium sized decorative box.",
        category = "furniture.tabletop_clutter_set",
    },
    box_small_v1 = {
        icon_sprite = "spr_ui_item_decor_clutter_box_small_v1",
        name = "小盒",
        description = "装饰性的蓝色小盒。 ",
        object = "box_small_v1",
        recipe_key = "box_small",
        crafting_level_requirement = 6,
        tags = {
            "furniture",
            "misc_decor",
            "tabletop_clutter",
        },
        recipe = {
            {
                count = 5,
                item = "paper",
            },
            {
                count = 1,
                item = "sap",
            },
            {
                hours = 0,
                minutes = 10,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Small Box",
        description_en = "A small decorative blue box.",
        category = "furniture.tabletop_clutter_set",
    },
    box_small_v2 = {
        icon_sprite = "spr_ui_item_decor_clutter_box_small_v2",
        name = "小盒",
        description = "装饰性的紫色小盒。 ",
        object = "box_small_v2",
        recipe_key = "box_small",
        crafting_level_requirement = 6,
        tags = {
            "furniture",
            "misc_decor",
            "tabletop_clutter",
        },
        recipe = {
            {
                count = 5,
                item = "paper",
            },
            {
                count = 1,
                item = "sap",
            },
            {
                hours = 0,
                minutes = 10,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Small Box",
        description_en = "A small decorative purple box.",
        category = "furniture.tabletop_clutter_set",
    },
    candle = {
        icon_sprite = "spr_ui_item_decor_clutter_candle",
        name = "蜡烛",
        description = "装饰性的蜡烛。 ",
        object = "candle",
        recipe_key = "candle",
        crafting_level_requirement = 2,
        tags = {
            "furniture",
            "misc_decor",
            "tabletop_clutter",
        },
        recipe = {
            {
                count = 5,
                item = "sap",
            },
            {
                hours = 0,
                minutes = 10,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Candle",
        description_en = "A decorative candle.",
        category = "furniture.tabletop_clutter_set",
    },
    candle_chamberstick = {
        icon_sprite = "spr_ui_item_decor_clutter_candle_chamberstick",
        name = "蜡烛烛台",
        description = "装饰性的蜡烛烛台。 ",
        object = "candle_chamberstick",
        recipe_key = "candle_chamberstick",
        crafting_level_requirement = 2,
        tags = {
            "furniture",
            "misc_decor",
            "tabletop_clutter",
        },
        recipe = {
            {
                count = 5,
                item = "sap",
            },
            {
                hours = 0,
                minutes = 10,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Candle Chamberstick",
        description_en = "A decorative candle chamberstick.",
        category = "furniture.tabletop_clutter_set",
    },
    glass_absinthe = {
        icon_sprite = "spr_ui_item_decor_clutter_glass_absinthe",
        name = "苦艾酒杯",
        description = "装饰性的一杯苦艾酒。 ",
        object = "glass_absinthe",
        recipe_key = "glass_absinthe",
        crafting_level_requirement = 6,
        tags = {
            "furniture",
            "misc_decor",
            "tabletop_clutter",
        },
        recipe = {
            {
                count = 3,
                item = "glass",
            },
            {
                count = 1,
                item = "ore_emerald",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Absinthe Glass",
        description_en = "A decorative absinthe glass.",
        category = "furniture.tabletop_clutter_set",
    },
    glass_cocktail = {
        icon_sprite = "spr_ui_item_decor_clutter_glass_cocktail",
        name = "鸡尾酒杯",
        description = "装饰性的一杯鸡尾酒。 ",
        object = "glass_cocktail",
        recipe_key = "glass_cocktail",
        crafting_level_requirement = 6,
        tags = {
            "furniture",
            "misc_decor",
            "tabletop_clutter",
        },
        recipe = {
            {
                count = 3,
                item = "glass",
            },
            {
                count = 1,
                item = "orange",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Cocktail Glass",
        description_en = "A decorative cocktail glass.",
        category = "furniture.tabletop_clutter_set",
    },
    glass_lemonade = {
        icon_sprite = "spr_ui_item_decor_clutter_glass_lemonade",
        name = "柠檬水杯",
        description = "装饰性的一杯柠檬水。 ",
        object = "glass_lemonade",
        recipe_key = "glass_lemonade",
        crafting_level_requirement = 6,
        tags = {
            "furniture",
            "misc_decor",
            "tabletop_clutter",
        },
        recipe = {
            {
                count = 3,
                item = "glass",
            },
            {
                count = 1,
                item = "lemon",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Lemonade Glass",
        description_en = "A decorative lemonade glass.",
        category = "furniture.tabletop_clutter_set",
    },
    glass_milk = {
        icon_sprite = "spr_ui_item_decor_clutter_glass_milk",
        name = "牛奶杯",
        description = "装饰性的一杯牛奶。 ",
        object = "glass_milk",
        recipe_key = "glass_milk",
        crafting_level_requirement = 6,
        tags = {
            "furniture",
            "misc_decor",
            "tabletop_clutter",
        },
        recipe = {
            {
                count = 3,
                item = "glass",
            },
            {
                count = 1,
                item = "cow_milk",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Milk Glass",
        description_en = "A decorative milk glass.",
        category = "furniture.tabletop_clutter_set",
    },
    glass_water = {
        icon_sprite = "spr_ui_item_decor_clutter_glass_water",
        name = "水杯",
        description = "装饰性的一杯水。 ",
        object = "glass_water",
        recipe_key = "glass_water",
        crafting_level_requirement = 4,
        tags = {
            "furniture",
            "misc_decor",
            "tabletop_clutter",
        },
        recipe = {
            {
                count = 3,
                item = "glass",
            },
            {
                hours = 0,
                minutes = 10,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Water Glass",
        description_en = "A decorative water glass.",
        category = "furniture.tabletop_clutter_set",
    },
    glass_whisky = {
        icon_sprite = "spr_ui_item_decor_clutter_glass_whisky",
        name = "威士忌酒杯",
        description = "装饰性的一杯威士忌。 ",
        object = "glass_whisky",
        recipe_key = "glass_whisky",
        crafting_level_requirement = 6,
        tags = {
            "furniture",
            "misc_decor",
            "tabletop_clutter",
        },
        recipe = {
            {
                count = 3,
                item = "glass",
            },
            {
                count = 2,
                item = "ice_block",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Whisky Glass",
        description_en = "A decorative whisky glass.",
        category = "furniture.tabletop_clutter_set",
    },
    green_bottle = {
        icon_sprite = "spr_ui_item_decor_clutter_green_bottle",
        name = "绿瓶子",
        description = "装饰性的绿瓶子。 ",
        object = "green_bottle",
        recipe_key = "green_bottle",
        crafting_level_requirement = 4,
        tags = {
            "furniture",
            "misc_decor",
            "tabletop_clutter",
        },
        recipe = {
            {
                count = 1,
                item = "beer",
            },
            {
                hours = 0,
                minutes = 10,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Green Bottle",
        description_en = "A decorative green bottle.",
        category = "furniture.tabletop_clutter_set",
    },
    jar_large = {
        icon_sprite = "spr_ui_item_decor_clutter_jar_large",
        name = "大玻璃罐",
        description = "装饰性的大玻璃罐。 ",
        object = "jar_large",
        recipe_key = "jar_large",
        crafting_level_requirement = 8,
        tags = {
            "furniture",
            "misc_decor",
            "tabletop_clutter",
        },
        recipe = {
            {
                count = 15,
                item = "glass",
            },
            {
                hours = 0,
                minutes = 10,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Large Jar",
        description_en = "A large decorative glass jar.",
        category = "furniture.tabletop_clutter_set",
    },
    jar_medium = {
        icon_sprite = "spr_ui_item_decor_clutter_jar_medium",
        name = "中玻璃罐",
        description = "装饰性的中玻璃罐。 ",
        object = "jar_medium",
        recipe_key = "jar_medium",
        crafting_level_requirement = 6,
        tags = {
            "furniture",
            "misc_decor",
            "tabletop_clutter",
        },
        recipe = {
            {
                count = 10,
                item = "glass",
            },
            {
                hours = 0,
                minutes = 10,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Medium Jar",
        description_en = "A medium sized decorative glass jar.",
        category = "furniture.tabletop_clutter_set",
    },
    jar_pair = {
        icon_sprite = "spr_ui_item_decor_clutter_jar_pair",
        name = "一对玻璃罐",
        description = "装饰性的一对玻璃罐",
        object = "jar_pair",
        recipe_key = "jar_pair",
        crafting_level_requirement = 8,
        tags = {
            "furniture",
            "misc_decor",
            "tabletop_clutter",
        },
        recipe = {
            {
                count = 15,
                item = "glass",
            },
            {
                hours = 0,
                minutes = 10,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Pair of Jars",
        description_en = "A pair of decorative glass jars.",
        category = "furniture.tabletop_clutter_set",
    },
    jar_small = {
        icon_sprite = "spr_ui_item_decor_clutter_jar_small",
        name = "小玻璃罐",
        description = "装饰性的小玻璃罐。 ",
        object = "jar_small",
        recipe_key = "jar_small",
        crafting_level_requirement = 4,
        tags = {
            "furniture",
            "misc_decor",
            "tabletop_clutter",
        },
        recipe = {
            {
                count = 5,
                item = "glass",
            },
            {
                hours = 0,
                minutes = 10,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Small Jar",
        description_en = "A small decorative glass jar.",
        category = "furniture.tabletop_clutter_set",
    },
    notepad_white = {
        icon_sprite = "spr_ui_item_decor_clutter_notepad_white",
        name = "记事本",
        description = "装饰性的白色记事本。 ",
        object = "notepad_white",
        recipe_key = "notepad",
        crafting_level_requirement = 8,
        tags = {
            "furniture",
            "misc_decor",
            "tabletop_clutter",
        },
        recipe = {
            {
                count = 10,
                item = "paper",
            },
            {
                hours = 0,
                minutes = 10,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Notepad",
        description_en = "A decorative white notepad.",
        category = "furniture.tabletop_clutter_set",
    },
    notepad_yellow = {
        icon_sprite = "spr_ui_item_decor_clutter_notepad_yellow",
        name = "记事本",
        description = "装饰性的黄色记事本。 ",
        object = "notepad_yellow",
        recipe_key = "notepad",
        crafting_level_requirement = 8,
        tags = {
            "furniture",
            "misc_decor",
            "tabletop_clutter",
        },
        recipe = {
            {
                count = 10,
                item = "paper",
            },
            {
                hours = 0,
                minutes = 10,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Notepad",
        description_en = "A decorative yellow notepad.",
        category = "furniture.tabletop_clutter_set",
    },
    paper_stack = {
        icon_sprite = "spr_ui_item_decor_clutter_paper_stack",
        name = "纸叠",
        description = "装饰性的一叠纸。 ",
        object = "paper_stack",
        recipe_key = "paper_stack",
        crafting_level_requirement = 8,
        tags = {
            "furniture",
            "misc_decor",
            "tabletop_clutter",
        },
        recipe = {
            {
                count = 10,
                item = "paper",
            },
            {
                hours = 0,
                minutes = 10,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Paper Stack",
        description_en = "A decorative stack of paper.",
        category = "furniture.tabletop_clutter_set",
    },
    small_vase_v1 = {
        icon_sprite = "spr_ui_item_decor_clutter_small_vase_v1",
        name = "小花瓶",
        description = "小小的白色花瓶, 里面盛着装饰性的花芽。 ",
        object = "small_vase_v1",
        recipe_key = "small_vase",
        crafting_level_requirement = 10,
        tags = {
            "furniture",
            "misc_decor",
            "tabletop_clutter",
        },
        recipe = {
            {
                count = 4,
                item = "clay",
            },
            {
                count = 1,
                item = "small_grass_starter",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Small Vase",
        description_en = "A small white vase with a decorative sprout.",
        category = "furniture.tabletop_clutter_set",
    },
    small_vase_v2 = {
        icon_sprite = "spr_ui_item_decor_clutter_small_vase_v2",
        name = "小花瓶",
        description = "小小的赤陶色花瓶, 里面盛着装饰性的花芽。 ",
        object = "small_vase_v2",
        recipe_key = "small_vase",
        crafting_level_requirement = 10,
        tags = {
            "furniture",
            "misc_decor",
            "tabletop_clutter",
        },
        recipe = {
            {
                count = 4,
                item = "clay",
            },
            {
                count = 1,
                item = "small_grass_starter",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Small Vase",
        description_en = "A small terracotta vase with decorative flower.",
        category = "furniture.tabletop_clutter_set",
    },
    small_vase_v3 = {
        icon_sprite = "spr_ui_item_decor_clutter_small_vase_v3",
        name = "小花瓶",
        description = "小小的紫色花瓶, 里面盛着装饰性的花芽。 ",
        object = "small_vase_v3",
        recipe_key = "small_vase",
        crafting_level_requirement = 10,
        tags = {
            "furniture",
            "misc_decor",
            "tabletop_clutter",
        },
        recipe = {
            {
                count = 4,
                item = "clay",
            },
            {
                count = 3,
                item = "hay",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Small Vase",
        description_en = "A small purple vase with decorative grass.",
        category = "furniture.tabletop_clutter_set",
    },
    small_vase_v4 = {
        icon_sprite = "spr_ui_item_decor_clutter_small_vase_v4",
        name = "小花瓶",
        description = "小小的黑色花瓶, 里面盛着装饰性的花芽。 ",
        object = "small_vase_v4",
        recipe_key = "small_vase",
        crafting_level_requirement = 10,
        tags = {
            "furniture",
            "misc_decor",
            "tabletop_clutter",
        },
        recipe = {
            {
                count = 4,
                item = "clay",
            },
            {
                count = 3,
                item = "hay",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Small Vase",
        description_en = "A small black vase with decorative grass.",
        category = "furniture.tabletop_clutter_set",
    },
    tea_black = {
        icon_sprite = "spr_ui_item_decor_clutter_tea_black",
        name = "红茶杯",
        description = "装饰性的一杯红茶。 ",
        object = "tea_black",
        recipe_key = "tea_black",
        crafting_level_requirement = 6,
        tags = {
            "furniture",
            "misc_decor",
            "tabletop_clutter",
        },
        recipe = {
            {
                count = 3,
                item = "clay",
            },
            {
                count = 1,
                item = "tea",
            },
            {
                hours = 0,
                minutes = 10,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Black Tea Cup",
        description_en = "A decorative cup of black tea.",
        category = "furniture.tabletop_clutter_set",
    },
    tea_green = {
        icon_sprite = "spr_ui_item_decor_clutter_tea_green",
        name = "绿茶杯",
        description = "装饰性的一杯绿茶。 ",
        object = "tea_green",
        recipe_key = "tea_green",
        crafting_level_requirement = 6,
        tags = {
            "furniture",
            "misc_decor",
            "tabletop_clutter",
        },
        recipe = {
            {
                count = 3,
                item = "clay",
            },
            {
                count = 1,
                item = "tea",
            },
            {
                hours = 0,
                minutes = 10,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Green Tea Cup",
        description_en = "A decorative cup of green tea.",
        category = "furniture.tabletop_clutter_set",
    },
    wine_glass_red = {
        icon_sprite = "spr_ui_item_decor_clutter_wine_glass_red",
        name = "红酒杯",
        description = "装饰性的一杯红酒。 ",
        object = "wine_glass_red",
        recipe_key = "wine_glass_red",
        crafting_level_requirement = 6,
        tags = {
            "furniture",
            "misc_decor",
            "tabletop_clutter",
        },
        recipe = {
            {
                count = 1,
                item = "red_wine",
            },
            {
                hours = 0,
                minutes = 10,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Red Wine Glass",
        description_en = "A decorative glass of red wine.",
        category = "furniture.tabletop_clutter_set",
    },
    wine_glass_rose = {
        icon_sprite = "spr_ui_item_decor_clutter_wine_glass_rose",
        name = "粉红酒杯",
        description = "装饰性的一杯粉红酒。 ",
        object = "wine_glass_rose",
        recipe_key = "wine_glass_rose",
        crafting_level_requirement = 6,
        tags = {
            "furniture",
            "misc_decor",
            "tabletop_clutter",
        },
        recipe = {
            {
                count = 1,
                item = "red_wine",
            },
            {
                count = 1,
                item = "white_wine",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Rose Wine Glass",
        description_en = "A decorative glass of rose wine.",
        category = "furniture.tabletop_clutter_set",
    },
    wine_glass_white = {
        icon_sprite = "spr_ui_item_decor_clutter_wine_glass_white",
        name = "白葡萄酒杯",
        description = "装饰性的一杯白葡萄酒。 ",
        object = "wine_glass_white",
        recipe_key = "wine_glass_white",
        crafting_level_requirement = 6,
        tags = {
            "furniture",
            "misc_decor",
            "tabletop_clutter",
        },
        recipe = {
            {
                count = 1,
                item = "white_wine",
            },
            {
                hours = 0,
                minutes = 10,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "White Wine Glass",
        description_en = "A decorative white wine glass.",
        category = "furniture.tabletop_clutter_set",
    },
    crop_faux_basil = {
        icon_sprite = "spr_ui_item_decor_crop_faux_basil",
        name = "人造罗勒",
        description = "装饰性的人造罗勒作物。 ",
        object = "crop_faux_basil",
        tags = {
            "furniture",
            "farm_decor",
            "faux_summer_plants_set",
        },
        crafting_level_requirement = 16,
        recipe = {
            {
                count = 4,
                item = "basil",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Faux Basil",
        description_en = "A decorative faux basil plant.",
        category = "furniture.faux_plant_set",
    },
    crop_faux_beet = {
        icon_sprite = "spr_ui_item_decor_crop_faux_beet",
        name = "人造甜菜",
        description = "装饰性的人造甜菜作物。 ",
        object = "crop_faux_beet",
        tags = {
            "furniture",
            "farm_decor",
            "faux_winter_plants_set",
        },
        crafting_level_requirement = 16,
        recipe = {
            {
                count = 4,
                item = "beet",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Faux Beet",
        description_en = "A decorative faux beet plant.",
        category = "furniture.faux_plant_set",
    },
    crop_faux_blue_conch_shell = {
        icon_sprite = "spr_ui_item_decor_crop_faux_blue_conch_shell",
        name = "人造蓝色海螺贝壳",
        description = "装饰性的蓝色海螺贝壳。 ",
        object = "crop_faux_blue_conch_shell",
        tags = {
            "furniture",
            "farm_decor",
            "faux_shells_set",
        },
        crafting_level_requirement = 16,
        recipe = {
            {
                count = 4,
                item = "blue_conch_shell",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Faux Blue Conch Shell",
        description_en = "A decorative faux blue conch shell.",
        category = "furniture.faux_plant_set",
    },
    crop_faux_broccoli = {
        icon_sprite = "spr_ui_item_decor_crop_faux_broccoli",
        name = "人造西兰花",
        description = "装饰性的人造西兰花植株。 ",
        object = "crop_faux_broccoli",
        tags = {
            "furniture",
            "farm_decor",
            "faux_fall_plants_set",
        },
        crafting_level_requirement = 16,
        recipe = {
            {
                count = 4,
                item = "broccoli",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Faux Broccoli",
        description_en = "A decorative faux broccoli plant.",
        category = "furniture.faux_plant_set",
    },
    crop_faux_burdock_root = {
        icon_sprite = "spr_ui_item_decor_crop_faux_burdock_root",
        name = "人造牛蒡根",
        description = "装饰性的人造牛蒡根植株。 ",
        object = "crop_faux_burdock_root",
        tags = {
            "furniture",
            "farm_decor",
            "faux_winter_plants_set",
        },
        crafting_level_requirement = 16,
        recipe = {
            {
                count = 4,
                item = "burdock_root",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Faux Burdock",
        description_en = "A decorative faux burdock plant.",
        category = "furniture.faux_plant_set",
    },
    crop_faux_cabbage = {
        icon_sprite = "spr_ui_item_decor_crop_faux_cabbage",
        name = "人造卷心菜",
        description = "装饰性的人造卷心菜植株。 ",
        object = "crop_faux_cabbage",
        tags = {
            "furniture",
            "farm_decor",
            "faux_spring_plants_set",
        },
        crafting_level_requirement = 16,
        recipe = {
            {
                count = 4,
                item = "cabbage",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Faux Cabbage",
        description_en = "A decorative faux cabbage plant.",
        category = "furniture.faux_plant_set",
    },
    crop_faux_carrot = {
        icon_sprite = "spr_ui_item_decor_crop_faux_carrot",
        name = "人造胡萝卜",
        description = "装饰性的人造胡萝卜植株。 ",
        object = "crop_faux_carrot",
        tags = {
            "furniture",
            "farm_decor",
            "faux_spring_plants_set",
        },
        crafting_level_requirement = 16,
        recipe = {
            {
                count = 4,
                item = "carrot",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Faux Carrot",
        description_en = "A decorative faux carrot plant.",
        category = "furniture.faux_plant_set",
    },
    crop_faux_catmint = {
        icon_sprite = "spr_ui_item_decor_crop_faux_catmint",
        name = "人造猫薄荷",
        description = "装饰性的人造猫薄荷植株。 ",
        object = "crop_faux_catmint",
        tags = {
            "furniture",
            "farm_decor",
            "faux_summer_plants_set",
        },
        crafting_level_requirement = 16,
        recipe = {
            {
                count = 4,
                item = "catmint",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Faux Catmint",
        description_en = "A decorative faux catmint plant.",
        category = "furniture.faux_plant_set",
    },
    crop_faux_cauliflower = {
        icon_sprite = "spr_ui_item_decor_crop_faux_cauliflower",
        name = "人造花椰菜",
        description = "装饰性的人造花椰菜植株。 ",
        object = "crop_faux_cauliflower",
        tags = {
            "furniture",
            "farm_decor",
            "faux_winter_plants_set",
        },
        crafting_level_requirement = 16,
        recipe = {
            {
                count = 4,
                item = "cauliflower",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Faux Cauliflower",
        description_en = "A decorative faux cauliflower plant.",
        category = "furniture.faux_plant_set",
    },
    crop_faux_cave_kelp = {
        icon_sprite = "spr_ui_item_decor_crop_faux_cave_kelp",
        name = "人造翡翠海藻",
        description = "装饰性的人造翡翠海藻植株。 ",
        object = "crop_faux_cave_kelp",
        tags = {
            "furniture",
            "farm_decor",
            "faux_mines_plants_set",
        },
        crafting_level_requirement = 16,
        recipe = {
            {
                count = 4,
                item = "cave_kelp",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Faux Jade Dulse",
        description_en = "A decorative faux jade dulse plant.",
        category = "furniture.faux_plant_set",
    },
    crop_faux_celosia = {
        icon_sprite = "spr_ui_item_decor_crop_faux_celosia",
        name = "人造鸡冠花",
        description = "鸡冠花装饰性的人造鸡冠花植株。 ",
        object = "crop_faux_celosia",
        tags = {
            "furniture",
            "farm_decor",
            "faux_fall_plants_set",
        },
        crafting_level_requirement = 16,
        recipe = {
            {
                count = 4,
                item = "celosia",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Faux Celosia",
        description_en = "A decorative faux celosia plant.",
        category = "furniture.faux_plant_set",
    },
    crop_faux_chestnut = {
        icon_sprite = "spr_ui_item_decor_crop_faux_chestnut",
        name = "人造栗子",
        description = "装饰性的人造栗子。 ",
        object = "crop_faux_chestnut",
        tags = {
            "furniture",
            "farm_decor",
            "faux_fall_plants_set",
        },
        crafting_level_requirement = 16,
        recipe = {
            {
                count = 4,
                item = "chestnut",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Faux Chestnut",
        description_en = "A decorative faux chestnut.",
        category = "furniture.faux_plant_set",
    },
    crop_faux_chickpea = {
        icon_sprite = "spr_ui_item_decor_crop_faux_chickpea",
        name = "人造鹰嘴豆",
        description = "装饰性的人造鹰嘴豆植株。 ",
        object = "crop_faux_chickpea",
        tags = {
            "furniture",
            "farm_decor",
            "faux_spring_plants_set",
        },
        crafting_level_requirement = 16,
        recipe = {
            {
                count = 4,
                item = "chickpea",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Faux Chickpea",
        description_en = "A decorative faux chickpea plant.",
        category = "furniture.faux_plant_set",
    },
    crop_faux_chili_pepper = {
        icon_sprite = "spr_ui_item_decor_crop_faux_chili_pepper",
        name = "人造辣椒",
        description = "装饰性的人造辣椒植株。 ",
        object = "crop_faux_chili_pepper",
        tags = {
            "furniture",
            "farm_decor",
            "faux_summer_plants_set",
        },
        crafting_level_requirement = 16,
        recipe = {
            {
                count = 4,
                item = "chili_pepper",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Faux Chili Pepper",
        description_en = "A decorative faux chili pepper plant.",
        category = "furniture.faux_plant_set",
    },
    crop_faux_chrysanthemum = {
        icon_sprite = "spr_ui_item_decor_crop_faux_chrysanthemum",
        name = "人造菊花",
        description = "装饰性的人造菊花植株。 ",
        object = "crop_faux_chrysanthemum",
        tags = {
            "furniture",
            "farm_decor",
            "faux_fall_plants_set",
        },
        crafting_level_requirement = 16,
        recipe = {
            {
                count = 4,
                item = "chrysanthemum",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Faux Chrysanthemum",
        description_en = "A decorative faux chrysanthemum plant.",
        category = "furniture.faux_plant_set",
    },
    crop_faux_corn = {
        icon_sprite = "spr_ui_item_decor_crop_faux_corn",
        name = "人造玉米",
        description = "装饰性的人造玉米植株。 ",
        object = "crop_faux_corn",
        tags = {
            "furniture",
            "farm_decor",
            "faux_summer_plants_set",
        },
        crafting_level_requirement = 16,
        recipe = {
            {
                count = 4,
                item = "corn",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Faux Corn",
        description_en = "A decorative faux corn plant.",
        category = "furniture.faux_plant_set",
    },
    crop_faux_cranberry = {
        icon_sprite = "spr_ui_item_decor_crop_faux_cranberry",
        name = "人造蔓越莓",
        description = "装饰性的人造蔓越莓灌木。 ",
        object = "crop_faux_cranberry",
        tags = {
            "furniture",
            "farm_decor",
            "faux_fall_plants_set",
        },
        crafting_level_requirement = 16,
        recipe = {
            {
                count = 4,
                item = "cranberry",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Faux Cranberry",
        description_en = "A decorative faux cranberry plant.",
        category = "furniture.faux_plant_set",
    },
    crop_faux_crocus = {
        icon_sprite = "spr_ui_item_decor_crop_faux_crocus",
        name = "人造西红花",
        description = "装饰性的人造西红花。 ",
        object = "crop_faux_crocus",
        tags = {
            "furniture",
            "farm_decor",
            "faux_winter_plants_set",
        },
        crafting_level_requirement = 16,
        recipe = {
            {
                count = 4,
                item = "crocus",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Faux Crocus",
        description_en = "A decorative faux crocus.",
        category = "furniture.faux_plant_set",
    },
    crop_faux_crystal_berries = {
        icon_sprite = "spr_ui_item_decor_crop_faux_crystal_berries",
        name = "人造水晶浆果",
        description = "装饰性的人造水晶浆果植株。 ",
        object = "crop_faux_crystal_berries",
        tags = {
            "furniture",
            "farm_decor",
            "faux_mines_plants_set",
        },
        crafting_level_requirement = 16,
        recipe = {
            {
                count = 4,
                item = "crystal_berries",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Faux Crystal Berries",
        description_en = "A decorative faux crystal berry plant.",
        category = "furniture.faux_plant_set",
    },
    crop_faux_crystal_rose = {
        icon_sprite = "spr_ui_item_decor_crop_faux_crystal_rose",
        name = "人造水晶玫瑰",
        description = "装饰性的人造水晶玫瑰。 ",
        object = "crop_faux_crystal_rose",
        tags = {
            "furniture",
            "farm_decor",
            "faux_mines_plants_set",
        },
        crafting_level_requirement = 16,
        recipe = {
            {
                count = 4,
                item = "crystal_rose",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Faux Crystal Rose",
        description_en = "A decorative faux crystal rose.",
        category = "furniture.faux_plant_set",
    },
    crop_faux_cucumber = {
        icon_sprite = "spr_ui_item_decor_crop_faux_cucumber",
        name = "人造黄瓜",
        description = "装饰性的人造黄瓜植株。 ",
        object = "crop_faux_cucumber",
        tags = {
            "furniture",
            "farm_decor",
            "faux_summer_plants_set",
        },
        crafting_level_requirement = 16,
        recipe = {
            {
                count = 4,
                item = "cucumber",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Faux Cucumber",
        description_en = "A decorative faux cucumber plant.",
        category = "furniture.faux_plant_set",
    },
    crop_faux_daffodil = {
        icon_sprite = "spr_ui_item_decor_crop_faux_daffodil",
        name = "人造水仙花",
        description = "装饰性的人造水仙花。 ",
        object = "crop_faux_daffodil",
        tags = {
            "furniture",
            "farm_decor",
            "faux_spring_plants_set",
        },
        crafting_level_requirement = 16,
        recipe = {
            {
                count = 4,
                item = "daffodil",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Faux Daffodil",
        description_en = "A decorative faux daffodil.",
        category = "furniture.faux_plant_set",
    },
    crop_faux_daikon_radish = {
        icon_sprite = "spr_ui_item_decor_crop_faux_daikon_radish",
        name = "人造白萝卜",
        description = "装饰性的人造白萝卜植株。 ",
        object = "crop_faux_daikon_radish",
        tags = {
            "furniture",
            "farm_decor",
            "faux_winter_plants_set",
        },
        crafting_level_requirement = 16,
        recipe = {
            {
                count = 4,
                item = "daikon_radish",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Faux Daikon Radish",
        description_en = "A decorative faux daikon radish.",
        category = "furniture.faux_plant_set",
    },
    crop_faux_daisy = {
        icon_sprite = "spr_ui_item_decor_crop_faux_daisy",
        name = "人造雏菊",
        description = "装饰性的人造雏菊。 ",
        object = "crop_faux_daisy",
        tags = {
            "furniture",
            "farm_decor",
            "faux_summer_plants_set",
        },
        crafting_level_requirement = 16,
        recipe = {
            {
                count = 4,
                item = "daisy",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Faux Daisy",
        description_en = "A decorative faux daisy.",
        category = "furniture.faux_plant_set",
    },
    crop_faux_dandelion = {
        icon_sprite = "spr_ui_item_decor_crop_faux_dandelion",
        name = "人造蒲公英",
        description = "装饰性的人造蒲公英。 ",
        object = "crop_faux_dandelion",
        tags = {
            "furniture",
            "farm_decor",
            "faux_spring_plants_set",
        },
        crafting_level_requirement = 16,
        recipe = {
            {
                count = 4,
                item = "dandelion",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Faux Dandelion",
        description_en = "A decorative faux dandelion.",
        category = "furniture.faux_plant_set",
    },
    crop_faux_dill = {
        icon_sprite = "spr_ui_item_decor_crop_faux_dill",
        name = "人造莳萝",
        description = "装饰性的人造莳萝植株。 ",
        object = "crop_faux_dill",
        tags = {
            "furniture",
            "farm_decor",
            "faux_summer_plants_set",
        },
        crafting_level_requirement = 16,
        recipe = {
            {
                count = 4,
                item = "dill",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Faux Dill",
        description_en = "A decorative faux dill plant.",
        category = "furniture.faux_plant_set",
    },
    crop_faux_earthshroom = {
        icon_sprite = "spr_ui_item_decor_crop_faux_earthshroom",
        name = "人造土菇",
        description = "装饰性的人造土菇。 ",
        object = "crop_faux_earthshroom",
        tags = {
            "furniture",
            "farm_decor",
            "faux_mines_plants_set",
        },
        crafting_level_requirement = 16,
        recipe = {
            {
                count = 4,
                item = "earthshroom",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Faux Earthshroom",
        description_en = "A decorative faux earthshroom.",
        category = "furniture.faux_plant_set",
    },
    crop_faux_fennel = {
        icon_sprite = "spr_ui_item_decor_crop_faux_fennel",
        name = "人造茴香",
        description = "装饰性的人造茴香植株。 ",
        object = "crop_faux_fennel",
        tags = {
            "furniture",
            "farm_decor",
            "faux_spring_plants_set",
        },
        crafting_level_requirement = 16,
        recipe = {
            {
                count = 4,
                item = "fennel",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Faux Fennel",
        description_en = "A decorative faux fennel plant.",
        category = "furniture.faux_plant_set",
    },
    crop_faux_fiddlehead = {
        icon_sprite = "spr_ui_item_decor_crop_faux_fiddlehead",
        name = "人造蕨菜",
        description = "装饰性的人造蕨菜植株。 ",
        object = "crop_faux_fiddlehead",
        tags = {
            "furniture",
            "farm_decor",
            "faux_spring_plants_set",
        },
        crafting_level_requirement = 16,
        recipe = {
            {
                count = 4,
                item = "fiddlehead",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Faux Fiddlehead",
        description_en = "A decorative faux fiddlehead plant.",
        category = "furniture.faux_plant_set",
    },
    crop_faux_fog_orchid = {
        icon_sprite = "spr_ui_item_decor_crop_faux_fog_orchid",
        name = "人造雾兰",
        description = "装饰性的人造雾兰。 ",
        object = "crop_faux_fog_orchid",
        tags = {
            "furniture",
            "farm_decor",
            "faux_fall_plants_set",
        },
        crafting_level_requirement = 16,
        recipe = {
            {
                count = 4,
                item = "fog_orchid",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Faux Fog Orchid",
        description_en = "A decorative faux fog orchid.",
        category = "furniture.faux_plant_set",
    },
    crop_faux_frost_lily = {
        icon_sprite = "spr_ui_item_decor_crop_faux_frost_lily",
        name = "人造冰百合",
        description = "装饰性的人造冰百合。 ",
        object = "crop_faux_frost_lily",
        tags = {
            "furniture",
            "farm_decor",
            "faux_winter_plants_set",
        },
        crafting_level_requirement = 16,
        recipe = {
            {
                count = 4,
                item = "frost_lily",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Faux Frost Lily",
        description_en = "A decorative faux frost lily.",
        category = "furniture.faux_plant_set",
    },
    crop_faux_cosmos = {
        icon_sprite = "spr_ui_item_decor_crop_faux_cosmos",
        name = "人造波斯菊",
        description = "装饰性的人造波斯菊植株。 ",
        object = "crop_faux_cosmos",
        tags = {
            "furniture",
            "farm_decor",
            "faux_summer_plants_set",
        },
        crafting_level_requirement = 16,
        recipe = {
            {
                count = 4,
                item = "cosmos",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Faux Cosmos",
        description_en = "A decorative faux cosmos plant.",
        category = "furniture.faux_plant_set",
    },
    crop_faux_garlic = {
        icon_sprite = "spr_ui_item_decor_crop_faux_garlic",
        name = "人造大蒜",
        description = "装饰性的人造大蒜植株。 ",
        object = "crop_faux_garlic",
        tags = {
            "furniture",
            "farm_decor",
            "faux_fall_plants_set",
        },
        crafting_level_requirement = 16,
        recipe = {
            {
                count = 4,
                item = "garlic",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Faux Garlic",
        description_en = "A decorative faux garlic plant.",
        category = "furniture.faux_plant_set",
    },
    crop_faux_heather = {
        icon_sprite = "spr_ui_item_decor_crop_faux_heather",
        name = "人造帚石楠",
        description = "装饰性的人造帚石楠。 ",
        object = "crop_faux_heather",
        tags = {
            "furniture",
            "farm_decor",
            "faux_fall_plants_set",
        },
        crafting_level_requirement = 16,
        recipe = {
            {
                count = 4,
                item = "heather",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Faux Heather",
        description_en = "A decorative faux heather plant.",
        category = "furniture.faux_plant_set",
    },
    crop_faux_holly = {
        icon_sprite = "spr_ui_item_decor_crop_faux_holly",
        name = "人造冬青",
        description = "装饰性的人造冬青植株。 ",
        object = "crop_faux_holly",
        tags = {
            "furniture",
            "farm_decor",
            "faux_winter_plants_set",
        },
        crafting_level_requirement = 16,
        recipe = {
            {
                count = 4,
                item = "holly",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Faux Holly",
        description_en = "A decorative faux holly plant.",
        category = "furniture.faux_plant_set",
    },
    crop_faux_horseradish = {
        icon_sprite = "spr_ui_item_decor_crop_faux_horseradish",
        name = "人造辣根",
        description = "装饰性的人造辣根植株。 ",
        object = "crop_faux_horseradish",
        tags = {
            "furniture",
            "farm_decor",
            "faux_fall_plants_set",
        },
        crafting_level_requirement = 16,
        recipe = {
            {
                count = 4,
                item = "horseradish",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Faux Horseradish",
        description_en = "A decorative faux horseradish plant.",
        category = "furniture.faux_plant_set",
    },
    crop_faux_ice_block = {
        icon_sprite = "spr_ui_item_decor_crop_faux_ice_block",
        name = "人造冰块。 ",
        description = "装饰性的人造冰块。 ",
        object = "crop_faux_ice_block",
        tags = {
            "furniture",
            "farm_decor",
            "faux_winter_plants_set",
        },
        crafting_level_requirement = 16,
        recipe = {
            {
                count = 4,
                item = "ice_block",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Faux Ice Block",
        description_en = "A decorative faux ice block.",
        category = "furniture.faux_plant_set",
    },
    crop_faux_iris = {
        icon_sprite = "spr_ui_item_decor_crop_faux_iris",
        name = "人造鸢尾花",
        description = "装饰性的人造鸢尾花。 ",
        object = "crop_faux_iris",
        tags = {
            "furniture",
            "farm_decor",
            "faux_summer_plants_set",
        },
        crafting_level_requirement = 16,
        recipe = {
            {
                count = 4,
                item = "iris",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Faux Iris",
        description_en = "A decorative faux iris.",
        category = "furniture.faux_plant_set",
    },
    crop_faux_jasmine = {
        icon_sprite = "spr_ui_item_decor_crop_faux_jasmine",
        name = "人造茉莉花",
        description = "装饰性的人造茉莉花植株。 ",
        object = "crop_faux_jasmine",
        tags = {
            "furniture",
            "farm_decor",
            "faux_winter_plants_set",
        },
        crafting_level_requirement = 16,
        recipe = {
            {
                count = 4,
                item = "jasmine",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Faux Jasmine",
        description_en = "A decorative faux jasmine plant.",
        category = "furniture.faux_plant_set",
    },
    crop_faux_lilac = {
        icon_sprite = "spr_ui_item_decor_crop_faux_lilac",
        name = "人造紫丁香",
        description = "装饰性的人造紫丁香。 ",
        object = "crop_faux_lilac",
        tags = {
            "furniture",
            "farm_decor",
            "faux_spring_plants_set",
        },
        crafting_level_requirement = 16,
        recipe = {
            {
                count = 4,
                item = "lilac",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Faux Lilac",
        description_en = "A decorative faux lilac plant.",
        category = "furniture.faux_plant_set",
    },
    crop_faux_marigold = {
        icon_sprite = "spr_ui_item_decor_crop_faux_marigold",
        name = "人造万寿菊",
        description = "装饰性的人造万寿菊。 ",
        object = "crop_faux_marigold",
        tags = {
            "furniture",
            "farm_decor",
            "faux_summer_plants_set",
        },
        crafting_level_requirement = 16,
        recipe = {
            {
                count = 4,
                item = "marigold",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Faux Marigold",
        description_en = "A decorative faux marigold.",
        category = "furniture.faux_plant_set",
    },
    crop_faux_middlemist = {
        icon_sprite = "spr_ui_item_decor_crop_faux_middlemist",
        name = "人造雾中山茶",
        description = "装饰性的人造雾中山茶。 ",
        object = "crop_faux_middlemist",
        tags = {
            "furniture",
            "farm_decor",
            "faux_spring_plants_set",
        },
        crafting_level_requirement = 16,
        recipe = {
            {
                count = 4,
                item = "middlemist",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Faux Middlemist",
        description_en = "A decorative faux middlemist.",
        category = "furniture.faux_plant_set",
    },
    crop_faux_mines_mussels = {
        icon_sprite = "spr_ui_item_decor_crop_faux_mines_mussels",
        name = "人造矿洞贻贝",
        description = "装饰性的人造矿洞贻贝。 ",
        object = "crop_faux_mines_mussels",
        tags = {
            "furniture",
            "farm_decor",
            "faux_mines_plants_set",
        },
        crafting_level_requirement = 16,
        recipe = {
            {
                count = 4,
                item = "mines_mussels",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Faux Mines Mussels",
        description_en = "A decorative clump of faux mines mussels.",
        category = "furniture.faux_plant_set",
    },
    crop_faux_moon_fruit = {
        icon_sprite = "spr_ui_item_decor_crop_faux_moon_fruit",
        name = "人造满月果",
        description = "装饰性的人造满月果植株。 ",
        object = "crop_faux_moon_fruit",
        tags = {
            "furniture",
            "farm_decor",
            "faux_fall_plants_set",
        },
        crafting_level_requirement = 16,
        recipe = {
            {
                count = 4,
                item = "moon_fruit",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Faux Moon Fruit",
        description_en = "A decorative faux moon fruit plant.",
        category = "furniture.faux_plant_set",
    },
    crop_faux_morel_mushroom = {
        icon_sprite = "spr_ui_item_decor_crop_faux_morel_mushroom",
        name = "人造羊肚菌",
        description = "装饰性的人造羊肚菌。 ",
        object = "crop_faux_morel_mushroom",
        tags = {
            "furniture",
            "farm_decor",
            "faux_spring_plants_set",
        },
        crafting_level_requirement = 16,
        recipe = {
            {
                count = 4,
                item = "morel_mushroom",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Faux Morel Mushroom",
        description_en = "A decorative faux morel mushroom.",
        category = "furniture.faux_plant_set",
    },
    crop_faux_narrows_moss = {
        icon_sprite = "spr_ui_item_decor_crop_faux_narrows_moss",
        name = "人造狭域苔藓",
        description = "装饰性的人造狭域苔藓。 ",
        object = "crop_faux_narrows_moss",
        tags = {
            "furniture",
            "farm_decor",
            "faux_mines_plants_set",
        },
        crafting_level_requirement = 16,
        recipe = {
            {
                count = 4,
                item = "narrows_moss",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Faux Narrows Moss",
        description_en = "A decorative faux clump of narrows moss.",
        category = "furniture.faux_plant_set",
    },
    crop_faux_nettle = {
        icon_sprite = "spr_ui_item_decor_crop_faux_nettle",
        name = "人造蕁麻",
        description = "装饰性的人造蕁麻植株。 ",
        object = "crop_faux_nettle",
        tags = {
            "furniture",
            "farm_decor",
            "faux_spring_plants_set",
        },
        crafting_level_requirement = 16,
        recipe = {
            {
                count = 4,
                item = "nettle",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Faux Nettle",
        description_en = "A decorative faux nettle plant.",
        category = "furniture.faux_plant_set",
    },
    crop_faux_night_queen = {
        icon_sprite = "spr_ui_item_decor_crop_faux_night_queen",
        name = "人造夜之女王花",
        description = "装饰性的人造夜之女王花。 ",
        object = "crop_faux_night_queen",
        tags = {
            "furniture",
            "farm_decor",
            "faux_summer_plants_set",
        },
        crafting_level_requirement = 16,
        recipe = {
            {
                count = 4,
                item = "night_queen",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Faux Night Queen",
        description_en = "A decorative faux night queen.",
        category = "furniture.faux_plant_set",
    },
    crop_faux_onion = {
        icon_sprite = "spr_ui_item_decor_crop_faux_onion",
        name = "人造洋葱",
        description = "装饰性的人造洋葱植株。 ",
        object = "crop_faux_onion",
        tags = {
            "furniture",
            "farm_decor",
            "faux_fall_plants_set",
        },
        crafting_level_requirement = 16,
        recipe = {
            {
                count = 4,
                item = "onion",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Faux Onion",
        description_en = "A decorative faux onion plant.",
        category = "furniture.faux_plant_set",
    },
    crop_faux_oregano = {
        icon_sprite = "spr_ui_item_decor_crop_faux_oregano",
        name = "人造牛至",
        description = "装饰性的人造牛至植株。 ",
        object = "crop_faux_oregano",
        tags = {
            "furniture",
            "farm_decor",
            "faux_summer_plants_set",
        },
        crafting_level_requirement = 16,
        recipe = {
            {
                count = 4,
                item = "oregano",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Faux Oregano",
        description_en = "A decorative faux oregano plant.",
        category = "furniture.faux_plant_set",
    },
    crop_faux_oyster_mushroom = {
        icon_sprite = "spr_ui_item_decor_crop_faux_oyster_mushroom",
        name = "人造平菇",
        description = "装饰性的人造平菇。 ",
        object = "crop_faux_oyster_mushroom",
        tags = {
            "furniture",
            "farm_decor",
            "faux_winter_plants_set",
        },
        crafting_level_requirement = 16,
        recipe = {
            {
                count = 4,
                item = "oyster_mushroom",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Faux Oyster Mushroom",
        description_en = "A decorative faux oyster mushroom.",
        category = "furniture.faux_plant_set",
    },
    crop_faux_peas = {
        icon_sprite = "spr_ui_item_decor_crop_faux_peas",
        name = "人造豌豆",
        description = "装饰性的人造豌豆植株。 ",
        object = "crop_faux_peas",
        tags = {
            "furniture",
            "farm_decor",
            "faux_spring_plants_set",
        },
        crafting_level_requirement = 16,
        recipe = {
            {
                count = 4,
                item = "peas",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Faux Peas",
        description_en = "A decorative faux pea plant.",
        category = "furniture.faux_plant_set",
    },
    crop_faux_pineshroom = {
        icon_sprite = "spr_ui_item_decor_crop_faux_pineshroom",
        name = "人造松锥菇",
        description = "装饰性的人造松锥菇。 ",
        object = "crop_faux_pineshroom",
        tags = {
            "furniture",
            "farm_decor",
            "faux_winter_plants_set",
        },
        crafting_level_requirement = 16,
        recipe = {
            {
                count = 4,
                item = "pineshroom",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Faux Pineshroom",
        description_en = "A decorative faux pineshroom.",
        category = "furniture.faux_plant_set",
    },
    crop_faux_pink_scallop_shell = {
        icon_sprite = "spr_ui_item_decor_crop_faux_pink_scallop_shell",
        name = "人造粉色扇贝",
        description = "装饰性的人造粉色扇贝。 ",
        object = "crop_faux_pink_scallop_shell",
        tags = {
            "furniture",
            "farm_decor",
            "faux_shells_set",
        },
        crafting_level_requirement = 16,
        recipe = {
            {
                count = 4,
                item = "pink_scallop_shell",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Faux Pink Scallop Shell",
        description_en = "A decorative faux pink scallop shell.",
        category = "furniture.faux_plant_set",
    },
    crop_faux_poinsettia = {
        icon_sprite = "spr_ui_item_decor_crop_faux_poinsettia",
        name = "人造圣诞花",
        description = "装饰性的人造圣诞花植株。 ",
        object = "crop_faux_poinsettia",
        tags = {
            "furniture",
            "farm_decor",
            "faux_winter_plants_set",
        },
        crafting_level_requirement = 16,
        recipe = {
            {
                count = 4,
                item = "poinsettia",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Faux Poinsettia",
        description_en = "A decorative faux poinsettia plant.",
        category = "furniture.faux_plant_set",
    },
    crop_faux_potato = {
        icon_sprite = "spr_ui_item_decor_crop_faux_potato",
        name = "人造土豆",
        description = "装饰性的人造土豆植株。 ",
        object = "crop_faux_potato",
        tags = {
            "furniture",
            "farm_decor",
            "faux_spring_plants_set",
        },
        crafting_level_requirement = 16,
        recipe = {
            {
                count = 4,
                item = "potato",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Faux Potato",
        description_en = "A decorative faux potato plant.",
        category = "furniture.faux_plant_set",
    },
    crop_faux_pumpkin = {
        icon_sprite = "spr_ui_item_decor_crop_faux_pumpkin",
        name = "人造南瓜",
        description = "装饰性的人造南瓜。 ",
        object = "crop_faux_pumpkin",
        tags = {
            "furniture",
            "farm_decor",
            "faux_fall_plants_set",
        },
        crafting_level_requirement = 16,
        recipe = {
            {
                count = 4,
                item = "pumpkin",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Faux Pumpkin",
        description_en = "A decorative faux pumpkin.",
        category = "furniture.faux_plant_set",
    },
    crop_faux_rice = {
        icon_sprite = "spr_ui_item_decor_crop_faux_rice",
        name = "人造稻米",
        description = "装饰性的人造稻米植株。 ",
        object = "crop_faux_rice",
        tags = {
            "furniture",
            "farm_decor",
            "faux_fall_plants_set",
        },
        crafting_level_requirement = 16,
        recipe = {
            {
                count = 4,
                item = "rice_stalk",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Faux Rice",
        description_en = "A decorative faux rice plant.",
        category = "furniture.faux_plant_set",
    },
    crop_faux_rockroot = {
        icon_sprite = "spr_ui_item_decor_crop_faux_rockroot",
        name = "人造石根",
        description = "装饰性的人造石根植株。 ",
        object = "crop_faux_rockroot",
        tags = {
            "furniture",
            "farm_decor",
            "faux_mines_plants_set",
        },
        crafting_level_requirement = 16,
        recipe = {
            {
                count = 4,
                item = "rockroot",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Faux Rockroot",
        description_en = "A decorative faux rockroot plant.",
        category = "furniture.faux_plant_set",
    },
    crop_faux_rosemary = {
        icon_sprite = "spr_ui_item_decor_crop_faux_rosemary",
        name = "人造迷迭香",
        description = "装饰性的人造迷迭香植株。 ",
        object = "crop_faux_rosemary",
        tags = {
            "furniture",
            "farm_decor",
            "faux_fall_plants_set",
        },
        crafting_level_requirement = 16,
        recipe = {
            {
                count = 4,
                item = "rosemary",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Faux Rosemary",
        description_en = "A decorative faux rosemary plant.",
        category = "furniture.faux_plant_set",
    },
    crop_faux_sage = {
        icon_sprite = "spr_ui_item_decor_crop_faux_sage",
        name = "人造鼠尾草",
        description = "装饰性的人造鼠尾草植株。 ",
        object = "crop_faux_sage",
        tags = {
            "furniture",
            "farm_decor",
            "faux_summer_plants_set",
        },
        crafting_level_requirement = 16,
        recipe = {
            {
                count = 4,
                item = "sage",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Faux Sage",
        description_en = "A decorative faux sage plant.",
        category = "furniture.faux_plant_set",
    },
    crop_faux_sand_dollar = {
        icon_sprite = "spr_ui_item_decor_crop_faux_sand_dollar",
        name = "人造沙钱",
        description = "装饰性的人造沙钱。 ",
        object = "crop_faux_sand_dollar",
        tags = {
            "furniture",
            "farm_decor",
            "faux_shells_set",
        },
        crafting_level_requirement = 16,
        recipe = {
            {
                count = 4,
                item = "sand_dollar",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Faux Sand Dollar",
        description_en = "A decorative faux sand dollar.",
        category = "furniture.faux_plant_set",
    },
    crop_faux_sea_grapes = {
        icon_sprite = "spr_ui_item_decor_crop_faux_sea_grapes",
        name = "人造海葡萄",
        description = "装饰性的人造海葡萄植株。 ",
        object = "crop_faux_sea_grapes",
        tags = {
            "furniture",
            "farm_decor",
            "faux_mines_plants_set",
        },
        crafting_level_requirement = 16,
        recipe = {
            {
                count = 4,
                item = "sea_grapes",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Faux Sea Grapes",
        description_en = "A decorative faux sea grape plant.",
        category = "furniture.faux_plant_set",
    },
    crop_faux_sesame = {
        icon_sprite = "spr_ui_item_decor_crop_faux_sesame",
        name = "人造芝麻",
        description = "装饰性的人造芝麻植株。 ",
        object = "crop_faux_sesame",
        tags = {
            "furniture",
            "farm_decor",
            "faux_summer_plants_set",
        },
        crafting_level_requirement = 16,
        recipe = {
            {
                count = 4,
                item = "sesame",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Faux Sesame",
        description_en = "A decorative faux sesame plant.",
        category = "furniture.faux_plant_set",
    },
    crop_faux_shadow_flower = {
        icon_sprite = "spr_ui_item_decor_crop_faux_shadow_flower",
        name = "人造暗影花",
        description = "装饰性的人造暗影花。 ",
        object = "crop_faux_shadow_flower",
        tags = {
            "furniture",
            "farm_decor",
            "faux_mines_plants_set",
        },
        crafting_level_requirement = 16,
        recipe = {
            {
                count = 4,
                item = "shadow_flower",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Faux Shadow Flower",
        description_en = "A decorative faux shadow flower.",
        category = "furniture.faux_plant_set",
    },
    crop_faux_shale_grass = {
        icon_sprite = "spr_ui_item_decor_crop_faux_shale_grass",
        name = "人造页岩草",
        description = "装饰性的人造页岩草植株。 ",
        object = "crop_faux_shale_grass",
        tags = {
            "furniture",
            "farm_decor",
            "faux_mines_plants_set",
        },
        crafting_level_requirement = 16,
        recipe = {
            {
                count = 4,
                item = "shale_grass",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Faux Shale Grass",
        description_en = "A decorative faux shale grass plant.",
        category = "furniture.faux_plant_set",
    },
    crop_faux_snapdragon = {
        icon_sprite = "spr_ui_item_decor_crop_faux_snapdragon",
        name = "人造金鱼草",
        description = "装饰性的人造金鱼草植株。 ",
        object = "crop_faux_snapdragon",
        tags = {
            "furniture",
            "farm_decor",
            "faux_winter_plants_set",
        },
        crafting_level_requirement = 16,
        recipe = {
            {
                count = 4,
                item = "snapdragon",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Faux Snapdragon",
        description_en = "A decorative faux snapdragon plant.",
        category = "furniture.faux_plant_set",
    },
    crop_faux_snowdrop_anemone = {
        icon_sprite = "spr_ui_item_decor_crop_faux_snowdrop_anemone",
        name = "人造大花银莲花",
        description = "装饰性的人造大花银莲花植株。 ",
        object = "crop_faux_snowdrop_anemone",
        tags = {
            "furniture",
            "farm_decor",
            "faux_spring_plants_set",
        },
        crafting_level_requirement = 16,
        recipe = {
            {
                count = 4,
                item = "snowdrop_anemone",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Faux Snowdrop Anemone",
        description_en = "A decorative faux snowdrop anemone plant.",
        category = "furniture.faux_plant_set",
    },
    crop_faux_snow_peas = {
        icon_sprite = "spr_ui_item_decor_crop_faux_snow_peas",
        name = "人造荷兰豆",
        description = "装饰性的人造荷兰豆植株。 ",
        object = "crop_faux_snow_peas",
        tags = {
            "furniture",
            "farm_decor",
            "faux_winter_plants_set",
        },
        crafting_level_requirement = 16,
        recipe = {
            {
                count = 4,
                item = "snow_peas",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Faux Snow Peas",
        description_en = "A decorative faux snow pea plant.",
        category = "furniture.faux_plant_set",
    },
    crop_faux_spirula_shell = {
        icon_sprite = "spr_ui_item_decor_crop_faux_spirula_shell",
        name = "人造螺旋贝",
        description = "装饰性的人造螺旋贝。 ",
        object = "crop_faux_spirula_shell",
        tags = {
            "furniture",
            "farm_decor",
            "faux_shells_set",
        },
        crafting_level_requirement = 16,
        recipe = {
            {
                count = 4,
                item = "spirula_shell",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Faux Spirula Shell",
        description_en = "A decorative faux spirula shell.",
        category = "furniture.faux_plant_set",
    },
    crop_faux_strawberry = {
        icon_sprite = "spr_ui_item_decor_crop_faux_strawberry",
        name = "人造草莓",
        description = "装饰性的人造草莓灌木。 ",
        object = "crop_faux_strawberry",
        tags = {
            "furniture",
            "farm_decor",
            "faux_spring_plants_set",
        },
        crafting_level_requirement = 16,
        recipe = {
            {
                count = 4,
                item = "strawberry",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Faux Strawberry",
        description_en = "A decorative faux strawberry plant.",
        category = "furniture.faux_plant_set",
    },
    crop_faux_sugar_cane = {
        icon_sprite = "spr_ui_item_decor_crop_faux_sugar_cane",
        name = "人造甘蔗",
        description = "装饰性的人造甘蔗植株。 ",
        object = "crop_faux_sugar_cane",
        tags = {
            "furniture",
            "farm_decor",
            "faux_summer_plants_set",
        },
        crafting_level_requirement = 16,
        recipe = {
            {
                count = 4,
                item = "sugar_cane",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Faux Sugar Cane",
        description_en = "A decorative faux sugar cane plant.",
        category = "furniture.faux_plant_set",
    },
    crop_faux_sunflower = {
        icon_sprite = "spr_ui_item_decor_crop_faux_sunflower",
        name = "人造向日葵",
        description = "装饰性的人造向日葵。 ",
        object = "crop_faux_sunflower",
        tags = {
            "furniture",
            "farm_decor",
            "faux_summer_plants_set",
        },
        crafting_level_requirement = 16,
        recipe = {
            {
                count = 4,
                item = "sunflower",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Faux Sunflower",
        description_en = "A decorative faux sunflower.",
        category = "furniture.faux_plant_set",
    },
    crop_faux_sweetroot = {
        icon_sprite = "spr_ui_item_decor_crop_faux_sweetroot",
        name = "人造甜根",
        description = "装饰性的人造甜根植株。 ",
        object = "crop_faux_sweetroot",
        tags = {
            "furniture",
            "farm_decor",
            "faux_mines_plants_set",
        },
        crafting_level_requirement = 16,
        recipe = {
            {
                count = 4,
                item = "sweetroot",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Faux Sweetroot",
        description_en = "A decorative faux sweetroot plant.",
        category = "furniture.faux_plant_set",
    },
    crop_faux_sweet_potato = {
        icon_sprite = "spr_ui_item_decor_crop_faux_sweet_potato",
        name = "人造番薯",
        description = "装饰性的人造番薯植株。 ",
        object = "crop_faux_sweet_potato",
        tags = {
            "furniture",
            "farm_decor",
            "faux_fall_plants_set",
        },
        crafting_level_requirement = 16,
        recipe = {
            {
                count = 4,
                item = "sweet_potato",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Faux Sweet Potato",
        description_en = "A decorative faux sweet potato plant.",
        category = "furniture.faux_plant_set",
    },
    crop_faux_tea = {
        icon_sprite = "spr_ui_item_decor_crop_faux_tea",
        name = "人造茶树",
        description = "装饰性的人造茶树。 ",
        object = "crop_faux_tea",
        tags = {
            "furniture",
            "farm_decor",
            "faux_summer_plants_set",
        },
        crafting_level_requirement = 16,
        recipe = {
            {
                count = 4,
                item = "tea",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Faux Tea",
        description_en = "A decorative faux tea plant.",
        category = "furniture.faux_plant_set",
    },
    crop_faux_thyme = {
        icon_sprite = "spr_ui_item_decor_crop_faux_thyme",
        name = "人造麝香草",
        description = "装饰性的人造麝香草植株。 ",
        object = "crop_faux_thyme",
        tags = {
            "furniture",
            "farm_decor",
            "faux_summer_plants_set",
        },
        crafting_level_requirement = 16,
        recipe = {
            {
                count = 4,
                item = "thyme",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Faux Thyme",
        description_en = "A decorative faux thyme plant.",
        category = "furniture.faux_plant_set",
    },
    crop_faux_tide_lettuce = {
        icon_sprite = "spr_ui_item_decor_crop_faux_tide_lettuce",
        name = "人造潮生莴苣",
        description = "装饰性的人造潮生莴苣植株。 ",
        object = "crop_faux_tide_lettuce",
        tags = {
            "furniture",
            "farm_decor",
            "faux_mines_plants_set",
        },
        crafting_level_requirement = 16,
        recipe = {
            {
                count = 4,
                item = "tide_lettuce",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Faux Tide Lettuce",
        description_en = "A decorative faux tide lettuce plant.",
        category = "furniture.faux_plant_set",
    },
    crop_faux_tomato = {
        icon_sprite = "spr_ui_item_decor_crop_faux_tomato",
        name = "人造番茄",
        description = "装饰性的人造番茄植株。 ",
        object = "crop_faux_tomato",
        tags = {
            "furniture",
            "farm_decor",
            "faux_summer_plants_set",
        },
        crafting_level_requirement = 16,
        recipe = {
            {
                count = 4,
                item = "tomato",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Faux Tomato",
        description_en = "A decorative faux tomato plant.",
        category = "furniture.faux_plant_set",
    },
    crop_faux_tulip = {
        icon_sprite = "spr_ui_item_decor_crop_faux_tulip",
        name = "人造郁金香",
        description = "装饰性的人造郁金香。 ",
        object = "crop_faux_tulip",
        tags = {
            "furniture",
            "farm_decor",
            "faux_spring_plants_set",
        },
        crafting_level_requirement = 16,
        recipe = {
            {
                count = 4,
                item = "tulip",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Faux Tulip",
        description_en = "A decorative faux tulip.",
        category = "furniture.faux_plant_set",
    },
    crop_faux_turnip = {
        icon_sprite = "spr_ui_item_decor_crop_faux_turnip",
        name = "人造芜菁",
        description = "装饰性的人造芜菁。 ",
        object = "crop_faux_turnip",
        tags = {
            "furniture",
            "farm_decor",
            "faux_spring_plants_set",
        },
        crafting_level_requirement = 16,
        recipe = {
            {
                count = 4,
                item = "turnip",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Faux Turnip",
        description_en = "A decorative faux turnip.",
        category = "furniture.faux_plant_set",
    },
    crop_faux_upper_mines_mushroom = {
        icon_sprite = "spr_ui_item_decor_crop_faux_upper_mines_mushroom",
        name = "人造上层矿洞蘑菇",
        description = "装饰性的人造上层矿洞蘑菇。 ",
        object = "crop_faux_upper_mines_mushroom",
        tags = {
            "furniture",
            "farm_decor",
            "faux_mines_plants_set",
        },
        crafting_level_requirement = 16,
        recipe = {
            {
                count = 4,
                item = "upper_mines_mushroom",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Faux Upper Mines Mushroom",
        description_en = "A decorative faux upper mines mushroom.",
        category = "furniture.faux_plant_set",
    },
    crop_faux_viola = {
        icon_sprite = "spr_ui_item_decor_crop_faux_viola",
        name = "人造双色堇",
        description = "装饰性的人造双色堇。 ",
        object = "crop_faux_viola",
        tags = {
            "furniture",
            "farm_decor",
            "faux_fall_plants_set",
        },
        crafting_level_requirement = 16,
        recipe = {
            {
                count = 4,
                item = "viola",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Faux Viola",
        description_en = "A decorative faux viola.",
        category = "furniture.faux_plant_set",
    },
    crop_faux_watermelon = {
        icon_sprite = "spr_ui_item_decor_crop_faux_watermelon",
        name = "人造西瓜",
        description = "装饰性的人造西瓜。 ",
        object = "crop_faux_watermelon",
        tags = {
            "furniture",
            "farm_decor",
            "faux_summer_plants_set",
        },
        crafting_level_requirement = 16,
        recipe = {
            {
                count = 4,
                item = "watermelon",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Faux Watermelon",
        description_en = "A decorative faux watermelon.",
        category = "furniture.faux_plant_set",
    },
    crop_faux_wheat = {
        icon_sprite = "spr_ui_item_decor_crop_faux_wheat",
        name = "人造小麦",
        description = "装饰性的人造小麦植株。 ",
        object = "crop_faux_wheat",
        tags = {
            "furniture",
            "farm_decor",
            "faux_fall_plants_set",
        },
        crafting_level_requirement = 16,
        recipe = {
            {
                count = 4,
                item = "wheat",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Faux Wheat",
        description_en = "A decorative faux wheat plant.",
        category = "furniture.faux_plant_set",
    },
    crop_faux_wild_leek = {
        icon_sprite = "spr_ui_item_decor_crop_faux_wild_leek",
        name = "人造野韭葱",
        description = "装饰性的人造野韭葱。 ",
        object = "crop_faux_wild_leek",
        tags = {
            "furniture",
            "farm_decor",
            "faux_spring_plants_set",
        },
        crafting_level_requirement = 16,
        recipe = {
            {
                count = 4,
                item = "wild_leek",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Faux Wild Leek",
        description_en = "A decorative faux wild leek.",
        category = "furniture.faux_plant_set",
    },
    crop_faux_flame_pepper = {
        icon_sprite = "spr_ui_item_decor_crop_faux_flame_pepper",
        name = "人造火焰辣椒",
        description = "装饰性的人造火焰辣椒植株。 ",
        object = "crop_faux_flame_pepper",
        tags = {
            "furniture",
            "farm_decor",
            "faux_mines_plants_set",
        },
        crafting_level_requirement = 16,
        recipe = {
            {
                count = 4,
                item = "flame_pepper",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Faux Flame Pepper",
        description_en = "A decorative faux flame pepper.",
        category = "furniture.faux_plant_set",
    },
    crop_faux_ash_mushroom = {
        icon_sprite = "spr_ui_item_decor_crop_faux_ash_mushroom",
        name = "人造灰烬蘑菇",
        description = "装饰性的人造灰烬蘑菇。 ",
        object = "crop_faux_ash_mushroom",
        tags = {
            "furniture",
            "farm_decor",
            "faux_mines_plants_set",
        },
        crafting_level_requirement = 16,
        recipe = {
            {
                count = 4,
                item = "ash_mushroom",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Faux Ash Mushroom",
        description_en = "A decorative faux ash mushroom.",
        category = "furniture.faux_plant_set",
    },
    crop_faux_lava_chestnuts = {
        icon_sprite = "spr_ui_item_decor_crop_faux_lava_chestnut",
        name = "人造熔岩栗子",
        description = "装饰性的人造熔岩栗子。 ",
        object = "crop_faux_lava_chestnuts",
        tags = {
            "furniture",
            "farm_decor",
            "faux_mines_plants_set",
        },
        crafting_level_requirement = 16,
        recipe = {
            {
                count = 4,
                item = "lava_chestnuts",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Faux Lava Chestnuts",
        description_en = "A decorative faux lava chestnut.",
        category = "furniture.faux_plant_set",
    },
    crop_faux_hot_potato = {
        icon_sprite = "spr_ui_item_decor_crop_faux_hot_potato",
        name = "人造热土豆",
        description = "装饰性的人造热土豆。 ",
        object = "crop_faux_hot_potato",
        tags = {
            "furniture",
            "farm_decor",
            "faux_mines_plants_set",
        },
        crafting_level_requirement = 16,
        recipe = {
            {
                count = 4,
                item = "hot_potato",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Faux Hot Potato",
        description_en = "A decorative faux hot potato.",
        category = "furniture.faux_plant_set",
    },
    crop_faux_breath_of_fire = {
        icon_sprite = "spr_ui_item_decor_crop_faux_breath_of_flame",
        name = "人造火息花",
        description = "装饰性的人造火息花。 ",
        object = "crop_faux_breath_of_fire",
        tags = {
            "furniture",
            "farm_decor",
            "faux_mines_plants_set",
        },
        crafting_level_requirement = 16,
        recipe = {
            {
                count = 4,
                item = "breath_of_fire",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Faux Breath of Flame",
        description_en = "A decorative faux breath of flame.",
        category = "furniture.faux_plant_set",
    },
    crop_faux_thorn_vine = {
        icon_sprite = "spr_ui_item_decor_crop_faux_thorn_vine",
        name = "人造荆棘藤",
        description = "装饰性的人造荆棘藤。 ",
        object = "crop_faux_thorn_vine",
        tags = {
            "furniture",
            "farm_decor",
            "faux_deep_woods_plants_set",
        },
        crafting_level_requirement = 16,
        recipe = {
            {
                count = 4,
                item = "thorn_vine",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Faux Thorn Vine",
        description_en = "A decorative faux thorn vine.",
        category = "furniture.faux_plant_set",
    },
    crop_faux_spirit_mushroom = {
        icon_sprite = "spr_ui_item_decor_crop_faux_spirit_mushroom",
        name = "人造灵菇",
        description = "装饰性的人造灵菇。 ",
        object = "crop_faux_spirit_mushroom",
        tags = {
            "furniture",
            "farm_decor",
            "faux_deep_woods_plants_set",
        },
        crafting_level_requirement = 16,
        recipe = {
            {
                count = 4,
                item = "spirit_mushroom",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Faux Spirit Mushroom",
        description_en = "A decorative faux spirit mushroom.",
        category = "furniture.faux_plant_set",
    },
    crop_faux_temple_flower = {
        icon_sprite = "spr_ui_item_decor_crop_faux_temple_flower",
        name = "人造神殿之花",
        description = "装饰性的人造神殿之花。 ",
        object = "crop_faux_temple_flower",
        tags = {
            "furniture",
            "farm_decor",
            "faux_deep_woods_plants_set",
        },
        crafting_level_requirement = 16,
        recipe = {
            {
                count = 4,
                item = "temple_flower",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Faux Temple Flower",
        description_en = "A decorative faux temple flower.",
        category = "furniture.faux_plant_set",
    },
    crop_faux_walnut = {
        icon_sprite = "spr_ui_item_decor_crop_faux_walnut",
        name = "人造核桃",
        description = "装饰性的人造核桃。 ",
        object = "crop_faux_walnut",
        tags = {
            "furniture",
            "farm_decor",
            "faux_deep_woods_plants_set",
        },
        crafting_level_requirement = 16,
        recipe = {
            {
                count = 4,
                item = "walnut",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Faux Walnut",
        description_en = "A decorative faux walnut.",
        category = "furniture.faux_plant_set",
    },
    crop_faux_mystery_bag = {
        icon_sprite = "spr_ui_item_decor_crop_faux_mystery_bag",
        name = "人造魔法植物",
        description = "装饰性的人造魔法植株。 ",
        object = "crop_faux_mystery_bag",
        tags = {
            "furniture",
            "farm_decor",
            "faux_spring_plants_set",
        },
        crafting_level_requirement = 16,
        recipe = {
            {
                count = 4,
                item = "seed_mystery_bag",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Faux Magic Seed Plant",
        description_en = "A decorative faux magic seed plant.",
        category = "furniture.faux_plant_set",
    },
    training_dummy_sapling = {
        icon_sprite = "spr_ui_item_decor_training_dummy_sapling",
        name = "训练人偶",
        description = "看起来像树苗怪的训练人偶。 ",
        object = "training_dummy_sapling",
        tags = {
            "furniture",
            "training_dummy_set",
            "misc_decor",
        },
        recipe_key = "training_dummy",
        crafting_level_requirement = "6",
        recipe = {
            {
                count = 30,
                item = "basic_wood",
            },
            {
                count = 10,
                item = "fiber",
            },
            {
                count = 5,
                item = "monster_fang",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Training Dummy",
        description_en = "A training dummy that looks like a Sapling.",
        category = "furniture.training_dummy_set",
    },
    training_dummy_mushroom = {
        icon_sprite = "spr_ui_item_decor_training_dummy_mushroom",
        name = "训练人偶",
        description = "看起来像蘑菇怪的训练人偶。 ",
        object = "training_dummy_mushroom",
        tags = {
            "furniture",
            "training_dummy_set",
            "misc_decor",
        },
        recipe_key = "training_dummy",
        crafting_level_requirement = "6",
        recipe = {
            {
                count = 30,
                item = "basic_wood",
            },
            {
                count = 10,
                item = "fiber",
            },
            {
                count = 5,
                item = "monster_powder",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Training Dummy",
        description_en = "A training dummy that looks like a Mushroom Monster.",
        category = "furniture.training_dummy_set",
    },
    training_dummy_clod = {
        icon_sprite = "spr_ui_item_decor_training_dummy_rockclod",
        name = "训练人偶",
        description = "看起来像石头怪的训练人偶。 ",
        object = "training_dummy_clod",
        tags = {
            "furniture",
            "training_dummy_set",
            "misc_decor",
        },
        recipe_key = "training_dummy",
        crafting_level_requirement = "6",
        recipe = {
            {
                count = 30,
                item = "basic_wood",
            },
            {
                count = 10,
                item = "fiber",
            },
            {
                count = 5,
                item = "monster_shell",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Training Dummy",
        description_en = "A training dummy that looks like a Rock Clod.",
        category = "furniture.training_dummy_set",
    },
    color_paving_stone_v01 = {
        name = "彩色铺路石",
        description = "一小块浅红色铺路石。 ",
        crafting_level_requirement = 20,
        recipe_key = "color_paving_stone",
        object = "color_paving_stone_v01",
        icon_sprite = "spr_ui_item_decor_floor_tile_small_01",
        tags = {
            "furniture",
            "stone_path",
            "paving_stone_set",
            "ground_decor",
        },
        recipe = {
            {
                count = 1,
                item = "clay",
            },
            {
                count = 1,
                item = "red_toadstool",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Color Paving Stone",
        description_en = "A small light red paving stone.",
        category = "furniture.color_paving_stone_set",
    },
    color_paving_stone_v02 = {
        name = "彩色铺路石",
        description = "一小块红色铺路石。 ",
        crafting_level_requirement = 20,
        recipe_key = "color_paving_stone",
        object = "color_paving_stone_v02",
        icon_sprite = "spr_ui_item_decor_floor_tile_small_02",
        tags = {
            "furniture",
            "stone_path",
            "paving_stone_set",
            "ground_decor",
        },
        recipe = {
            {
                count = 1,
                item = "clay",
            },
            {
                count = 1,
                item = "red_toadstool",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Color Paving Stone",
        description_en = "A small red paving stone.",
        category = "furniture.color_paving_stone_set",
    },
    color_paving_stone_v03 = {
        name = "彩色铺路石",
        description = "一小块深红色铺路石。 ",
        crafting_level_requirement = 20,
        recipe_key = "color_paving_stone",
        object = "color_paving_stone_v03",
        icon_sprite = "spr_ui_item_decor_floor_tile_small_03",
        tags = {
            "furniture",
            "stone_path",
            "paving_stone_set",
            "ground_decor",
        },
        recipe = {
            {
                count = 1,
                item = "clay",
            },
            {
                count = 1,
                item = "red_toadstool",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Color Paving Stone",
        description_en = "A small dark red paving stone.",
        category = "furniture.color_paving_stone_set",
    },
    color_paving_stone_v04 = {
        name = "彩色铺路石",
        description = "一小块浅橙色铺路石。 ",
        crafting_level_requirement = 20,
        recipe_key = "color_paving_stone",
        object = "color_paving_stone_v04",
        icon_sprite = "spr_ui_item_decor_floor_tile_small_04",
        tags = {
            "furniture",
            "stone_path",
            "paving_stone_set",
            "ground_decor",
        },
        recipe = {
            {
                count = 1,
                item = "clay",
            },
            {
                count = 1,
                item = "ore_copper",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Color Paving Stone",
        description_en = "A small light orange paving stone.",
        category = "furniture.color_paving_stone_set",
    },
    color_paving_stone_v05 = {
        name = "彩色铺路石",
        description = "一小块橙色铺路石。 ",
        crafting_level_requirement = 20,
        recipe_key = "color_paving_stone",
        object = "color_paving_stone_v05",
        icon_sprite = "spr_ui_item_decor_floor_tile_small_05",
        tags = {
            "furniture",
            "stone_path",
            "paving_stone_set",
            "ground_decor",
        },
        recipe = {
            {
                count = 1,
                item = "clay",
            },
            {
                count = 1,
                item = "ore_copper",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Color Paving Stone",
        description_en = "A small orange paving stone.",
        category = "furniture.color_paving_stone_set",
    },
    color_paving_stone_v06 = {
        name = "彩色铺路石",
        description = "一小块深橙色铺路石。 ",
        crafting_level_requirement = 20,
        recipe_key = "color_paving_stone",
        object = "color_paving_stone_v06",
        icon_sprite = "spr_ui_item_decor_floor_tile_small_06",
        tags = {
            "furniture",
            "stone_path",
            "paving_stone_set",
            "ground_decor",
        },
        recipe = {
            {
                count = 1,
                item = "clay",
            },
            {
                count = 1,
                item = "ore_copper",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Color Paving Stone",
        description_en = "A small dark orange paving stone.",
        category = "furniture.color_paving_stone_set",
    },
    color_paving_stone_v07 = {
        name = "彩色铺路石",
        description = "一小块浅黄色铺路石。 ",
        crafting_level_requirement = 20,
        recipe_key = "color_paving_stone",
        object = "color_paving_stone_v07",
        icon_sprite = "spr_ui_item_decor_floor_tile_small_07",
        tags = {
            "furniture",
            "stone_path",
            "paving_stone_set",
            "ground_decor",
        },
        recipe = {
            {
                count = 1,
                item = "clay",
            },
            {
                count = 1,
                item = "sap",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Color Paving Stone",
        description_en = "A small light yellow paving stone.",
        category = "furniture.color_paving_stone_set",
    },
    color_paving_stone_v08 = {
        name = "彩色铺路石",
        description = "一小块黄色铺路石。 ",
        crafting_level_requirement = 20,
        recipe_key = "color_paving_stone",
        object = "color_paving_stone_v08",
        icon_sprite = "spr_ui_item_decor_floor_tile_small_08",
        tags = {
            "furniture",
            "stone_path",
            "paving_stone_set",
            "ground_decor",
        },
        recipe = {
            {
                count = 1,
                item = "clay",
            },
            {
                count = 1,
                item = "sap",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Color Paving Stone",
        description_en = "A small yellow paving stone.",
        category = "furniture.color_paving_stone_set",
    },
    color_paving_stone_v09 = {
        name = "彩色铺路石",
        description = "一小块深黄色铺路石。 ",
        crafting_level_requirement = 20,
        recipe_key = "color_paving_stone",
        object = "color_paving_stone_v09",
        icon_sprite = "spr_ui_item_decor_floor_tile_small_09",
        tags = {
            "furniture",
            "stone_path",
            "paving_stone_set",
            "ground_decor",
        },
        recipe = {
            {
                count = 1,
                item = "clay",
            },
            {
                count = 1,
                item = "sap",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Color Paving Stone",
        description_en = "A small dark yellow paving stone.",
        category = "furniture.color_paving_stone_set",
    },
    color_paving_stone_v10 = {
        name = "彩色铺路石",
        description = "一小块浅绿色铺路石。 ",
        crafting_level_requirement = 20,
        recipe_key = "color_paving_stone",
        object = "color_paving_stone_v10",
        icon_sprite = "spr_ui_item_decor_floor_tile_small_10",
        tags = {
            "furniture",
            "stone_path",
            "paving_stone_set",
            "ground_decor",
        },
        recipe = {
            {
                count = 1,
                item = "clay",
            },
            {
                count = 1,
                item = "monster_fang",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Color Paving Stone",
        description_en = "A small light green paving stone.",
        category = "furniture.color_paving_stone_set",
    },
    color_paving_stone_v11 = {
        name = "彩色铺路石",
        description = "一小块绿色铺路石。 ",
        crafting_level_requirement = 20,
        recipe_key = "color_paving_stone",
        object = "color_paving_stone_v11",
        icon_sprite = "spr_ui_item_decor_floor_tile_small_11",
        tags = {
            "furniture",
            "stone_path",
            "paving_stone_set",
            "ground_decor",
        },
        recipe = {
            {
                count = 1,
                item = "clay",
            },
            {
                count = 1,
                item = "monster_fang",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Color Paving Stone",
        description_en = "A small green paving stone.",
        category = "furniture.color_paving_stone_set",
    },
    color_paving_stone_v12 = {
        name = "彩色铺路石",
        description = "一小块深绿色铺路石。 ",
        crafting_level_requirement = 20,
        recipe_key = "color_paving_stone",
        object = "color_paving_stone_v12",
        icon_sprite = "spr_ui_item_decor_floor_tile_small_12",
        tags = {
            "furniture",
            "stone_path",
            "paving_stone_set",
            "ground_decor",
        },
        recipe = {
            {
                count = 1,
                item = "clay",
            },
            {
                count = 1,
                item = "monster_fang",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Color Paving Stone",
        description_en = "A small dark green paving stone.",
        category = "furniture.color_paving_stone_set",
    },
    color_paving_stone_v13 = {
        name = "彩色铺路石",
        description = "一小块浅青绿色铺路石。 ",
        crafting_level_requirement = 20,
        recipe_key = "color_paving_stone",
        object = "color_paving_stone_v13",
        icon_sprite = "spr_ui_item_decor_floor_tile_small_13",
        tags = {
            "furniture",
            "stone_path",
            "paving_stone_set",
            "ground_decor",
        },
        recipe = {
            {
                count = 1,
                item = "clay",
            },
            {
                count = 1,
                item = "glass",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Color Paving Stone",
        description_en = "A small light turquoise paving stone.",
        category = "furniture.color_paving_stone_set",
    },
    color_paving_stone_v14 = {
        name = "彩色铺路石",
        description = "一小块青绿色铺路石。 ",
        crafting_level_requirement = 20,
        recipe_key = "color_paving_stone",
        object = "color_paving_stone_v14",
        icon_sprite = "spr_ui_item_decor_floor_tile_small_14",
        tags = {
            "furniture",
            "stone_path",
            "paving_stone_set",
            "ground_decor",
        },
        recipe = {
            {
                count = 1,
                item = "clay",
            },
            {
                count = 1,
                item = "glass",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Color Paving Stone",
        description_en = "A small turquoise paving stone.",
        category = "furniture.color_paving_stone_set",
    },
    color_paving_stone_v15 = {
        name = "彩色铺路石",
        description = "一小块深青绿色铺路石。 ",
        crafting_level_requirement = 20,
        recipe_key = "color_paving_stone",
        object = "color_paving_stone_v15",
        icon_sprite = "spr_ui_item_decor_floor_tile_small_15",
        tags = {
            "furniture",
            "stone_path",
            "paving_stone_set",
            "ground_decor",
        },
        recipe = {
            {
                count = 1,
                item = "clay",
            },
            {
                count = 1,
                item = "glass",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Color Paving Stone",
        description_en = "A small dark turquoise paving stone.",
        category = "furniture.color_paving_stone_set",
    },
    color_paving_stone_v16 = {
        name = "彩色铺路石",
        description = "一小块浅蓝色铺路石。 ",
        crafting_level_requirement = 20,
        recipe_key = "color_paving_stone",
        object = "color_paving_stone_v16",
        icon_sprite = "spr_ui_item_decor_floor_tile_small_16",
        tags = {
            "furniture",
            "stone_path",
            "paving_stone_set",
            "ground_decor",
        },
        recipe = {
            {
                count = 1,
                item = "clay",
            },
            {
                count = 1,
                item = "monster_horn",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Color Paving Stone",
        description_en = "A small light blue paving stone.",
        category = "furniture.color_paving_stone_set",
    },
    color_paving_stone_v17 = {
        name = "彩色铺路石",
        description = "一小块蓝色铺路石。 ",
        crafting_level_requirement = 20,
        recipe_key = "color_paving_stone",
        object = "color_paving_stone_v17",
        icon_sprite = "spr_ui_item_decor_floor_tile_small_17",
        tags = {
            "furniture",
            "stone_path",
            "paving_stone_set",
            "ground_decor",
        },
        recipe = {
            {
                count = 1,
                item = "clay",
            },
            {
                count = 1,
                item = "monster_horn",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Color Paving Stone",
        description_en = "A small blue paving stone.",
        category = "furniture.color_paving_stone_set",
    },
    color_paving_stone_v18 = {
        name = "彩色铺路石",
        description = "一小块深蓝色铺路石。 ",
        crafting_level_requirement = 20,
        recipe_key = "color_paving_stone",
        object = "color_paving_stone_v18",
        icon_sprite = "spr_ui_item_decor_floor_tile_small_18",
        tags = {
            "furniture",
            "stone_path",
            "paving_stone_set",
            "ground_decor",
        },
        recipe = {
            {
                count = 1,
                item = "clay",
            },
            {
                count = 1,
                item = "monster_horn",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Color Paving Stone",
        description_en = "A small dark blue paving stone.",
        category = "furniture.color_paving_stone_set",
    },
    color_paving_stone_v19 = {
        name = "彩色铺路石",
        description = "一小块浅堇紫色铺路石。 ",
        crafting_level_requirement = 20,
        recipe_key = "color_paving_stone",
        object = "color_paving_stone_v19",
        icon_sprite = "spr_ui_item_decor_floor_tile_small_19",
        tags = {
            "furniture",
            "stone_path",
            "paving_stone_set",
            "ground_decor",
        },
        recipe = {
            {
                count = 1,
                item = "clay",
            },
            {
                count = 1,
                item = "monster_powder",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Color Paving Stone",
        description_en = "A small light violet paving stone.",
        category = "furniture.color_paving_stone_set",
    },
    color_paving_stone_v20 = {
        name = "彩色铺路石",
        description = "一小块堇紫色铺路石。 ",
        crafting_level_requirement = 20,
        recipe_key = "color_paving_stone",
        object = "color_paving_stone_v20",
        icon_sprite = "spr_ui_item_decor_floor_tile_small_20",
        tags = {
            "furniture",
            "stone_path",
            "paving_stone_set",
            "ground_decor",
        },
        recipe = {
            {
                count = 1,
                item = "clay",
            },
            {
                count = 1,
                item = "monster_powder",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Color Paving Stone",
        description_en = "A small violet paving stone.",
        category = "furniture.color_paving_stone_set",
    },
    color_paving_stone_v21 = {
        name = "彩色铺路石",
        description = "一小块深堇紫色铺路石。 ",
        crafting_level_requirement = 20,
        recipe_key = "color_paving_stone",
        object = "color_paving_stone_v21",
        icon_sprite = "spr_ui_item_decor_floor_tile_small_21",
        tags = {
            "furniture",
            "stone_path",
            "paving_stone_set",
            "ground_decor",
        },
        recipe = {
            {
                count = 1,
                item = "clay",
            },
            {
                count = 1,
                item = "monster_powder",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Color Paving Stone",
        description_en = "A small dark violet paving stone.",
        category = "furniture.color_paving_stone_set",
    },
    color_paving_stone_v22 = {
        name = "彩色铺路石",
        description = "一小块浅紫色铺路石。 ",
        crafting_level_requirement = 20,
        recipe_key = "color_paving_stone",
        object = "color_paving_stone_v22",
        icon_sprite = "spr_ui_item_decor_floor_tile_small_22",
        tags = {
            "furniture",
            "stone_path",
            "paving_stone_set",
            "ground_decor",
        },
        recipe = {
            {
                count = 1,
                item = "clay",
            },
            {
                count = 1,
                item = "monster_wing",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Color Paving Stone",
        description_en = "A small light purple paving stone.",
        category = "furniture.color_paving_stone_set",
    },
    color_paving_stone_v23 = {
        name = "彩色铺路石",
        description = "一小块紫色铺路石。 ",
        crafting_level_requirement = 20,
        recipe_key = "color_paving_stone",
        object = "color_paving_stone_v23",
        icon_sprite = "spr_ui_item_decor_floor_tile_small_23",
        tags = {
            "furniture",
            "stone_path",
            "paving_stone_set",
            "ground_decor",
        },
        recipe = {
            {
                count = 1,
                item = "clay",
            },
            {
                count = 1,
                item = "monster_wing",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Color Paving Stone",
        description_en = "A small purple paving stone.",
        category = "furniture.color_paving_stone_set",
    },
    color_paving_stone_v24 = {
        name = "彩色铺路石",
        description = "一小块深紫色铺路石。 ",
        crafting_level_requirement = 20,
        recipe_key = "color_paving_stone",
        object = "color_paving_stone_v24",
        icon_sprite = "spr_ui_item_decor_floor_tile_small_24",
        tags = {
            "furniture",
            "stone_path",
            "paving_stone_set",
            "ground_decor",
        },
        recipe = {
            {
                count = 1,
                item = "clay",
            },
            {
                count = 1,
                item = "monster_wing",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Color Paving Stone",
        description_en = "A small dark purple paving stone.",
        category = "furniture.color_paving_stone_set",
    },
    color_paving_stone_v25 = {
        name = "彩色铺路石",
        description = "一小块浅粉色铺路石。 ",
        crafting_level_requirement = 20,
        recipe_key = "color_paving_stone",
        object = "color_paving_stone_v25",
        icon_sprite = "spr_ui_item_decor_floor_tile_small_25",
        tags = {
            "furniture",
            "stone_path",
            "paving_stone_set",
            "ground_decor",
        },
        recipe = {
            {
                count = 1,
                item = "clay",
            },
            {
                count = 1,
                item = "monster_core",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Color Paving Stone",
        description_en = "A small light pink paving stone.",
        category = "furniture.color_paving_stone_set",
    },
    color_paving_stone_v26 = {
        name = "彩色铺路石",
        description = "一小块粉色铺路石。 ",
        crafting_level_requirement = 20,
        recipe_key = "color_paving_stone",
        object = "color_paving_stone_v26",
        icon_sprite = "spr_ui_item_decor_floor_tile_small_26",
        tags = {
            "furniture",
            "stone_path",
            "paving_stone_set",
            "ground_decor",
        },
        recipe = {
            {
                count = 1,
                item = "clay",
            },
            {
                count = 1,
                item = "monster_core",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Color Paving Stone",
        description_en = "A small pink paving stone.",
        category = "furniture.color_paving_stone_set",
    },
    color_paving_stone_v27 = {
        name = "彩色铺路石",
        description = "一小块深粉色铺路石。 ",
        crafting_level_requirement = 20,
        recipe_key = "color_paving_stone",
        object = "color_paving_stone_v27",
        icon_sprite = "spr_ui_item_decor_floor_tile_small_27",
        tags = {
            "furniture",
            "stone_path",
            "paving_stone_set",
            "ground_decor",
        },
        recipe = {
            {
                count = 1,
                item = "clay",
            },
            {
                count = 1,
                item = "monster_core",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Color Paving Stone",
        description_en = "A small dark pink paving stone.",
        category = "furniture.color_paving_stone_set",
    },
    color_paving_stone_v28 = {
        name = "彩色铺路石",
        description = "一小块奶油色铺路石。 ",
        crafting_level_requirement = 20,
        recipe_key = "color_paving_stone",
        object = "color_paving_stone_v28",
        icon_sprite = "spr_ui_item_decor_floor_tile_small_28",
        tags = {
            "furniture",
            "stone_path",
            "paving_stone_set",
            "ground_decor",
        },
        recipe = {
            {
                count = 1,
                item = "clay",
            },
            {
                count = 1,
                item = "shards",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Color Paving Stone",
        description_en = "A small cream paving stone.",
        category = "furniture.color_paving_stone_set",
    },
    color_paving_stone_v29 = {
        name = "彩色铺路石",
        description = "一小块象牙白铺路石。 ",
        crafting_level_requirement = 20,
        recipe_key = "color_paving_stone",
        object = "color_paving_stone_v29",
        icon_sprite = "spr_ui_item_decor_floor_tile_small_29",
        tags = {
            "furniture",
            "stone_path",
            "paving_stone_set",
            "ground_decor",
        },
        recipe = {
            {
                count = 1,
                item = "clay",
            },
            {
                count = 1,
                item = "shards",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Color Paving Stone",
        description_en = "A small off-white paving stone.",
        category = "furniture.color_paving_stone_set",
    },
    color_paving_stone_v30 = {
        name = "彩色铺路石",
        description = "一小块浅灰色铺路石。 ",
        crafting_level_requirement = 20,
        recipe_key = "color_paving_stone",
        object = "color_paving_stone_v30",
        icon_sprite = "spr_ui_item_decor_floor_tile_small_30",
        tags = {
            "furniture",
            "stone_path",
            "paving_stone_set",
            "ground_decor",
        },
        recipe = {
            {
                count = 1,
                item = "clay",
            },
            {
                count = 1,
                item = "shards",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Color Paving Stone",
        description_en = "A small light gray paving stone.",
        category = "furniture.color_paving_stone_set",
    },
    color_paving_stone_v31 = {
        name = "彩色铺路石",
        description = "一小块白色铺路石。 ",
        crafting_level_requirement = 20,
        recipe_key = "color_paving_stone",
        object = "color_paving_stone_v31",
        icon_sprite = "spr_ui_item_decor_floor_tile_small_31",
        tags = {
            "furniture",
            "stone_path",
            "paving_stone_set",
            "ground_decor",
        },
        recipe = {
            {
                count = 1,
                item = "clay",
            },
            {
                count = 1,
                item = "ore_silver",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Color Paving Stone",
        description_en = "A small white paving stone.",
        category = "furniture.color_paving_stone_set",
    },
    color_paving_stone_v32 = {
        name = "彩色铺路石",
        description = "一小块灰色铺路石。 ",
        crafting_level_requirement = 20,
        recipe_key = "color_paving_stone",
        object = "color_paving_stone_v32",
        icon_sprite = "spr_ui_item_decor_floor_tile_small_32",
        tags = {
            "furniture",
            "stone_path",
            "paving_stone_set",
            "ground_decor",
        },
        recipe = {
            {
                count = 1,
                item = "clay",
            },
            {
                count = 1,
                item = "ore_silver",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Color Paving Stone",
        description_en = "A small gray paving stone.",
        category = "furniture.color_paving_stone_set",
    },
    color_paving_stone_v33 = {
        name = "彩色铺路石",
        description = "一小块深灰色铺路石。 ",
        crafting_level_requirement = 20,
        recipe_key = "color_paving_stone",
        object = "color_paving_stone_v33",
        icon_sprite = "spr_ui_item_decor_floor_tile_small_33",
        tags = {
            "furniture",
            "stone_path",
            "paving_stone_set",
            "ground_decor",
        },
        recipe = {
            {
                count = 1,
                item = "clay",
            },
            {
                count = 1,
                item = "ore_silver",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Color Paving Stone",
        description_en = "A small dark gray paving stone.",
        category = "furniture.color_paving_stone_set",
    },
    color_paving_stone_v34 = {
        name = "彩色铺路石",
        description = "一小块浅黑色铺路石。 ",
        crafting_level_requirement = 20,
        recipe_key = "color_paving_stone",
        object = "color_paving_stone_v34",
        icon_sprite = "spr_ui_item_decor_floor_tile_small_34",
        tags = {
            "furniture",
            "stone_path",
            "paving_stone_set",
            "ground_decor",
        },
        recipe = {
            {
                count = 1,
                item = "clay",
            },
            {
                count = 1,
                item = "ore_iron",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Color Paving Stone",
        description_en = "A small light black paving stone.",
        category = "furniture.color_paving_stone_set",
    },
    color_paving_stone_v35 = {
        name = "彩色铺路石",
        description = "一小块黑色铺路石。 ",
        crafting_level_requirement = 20,
        recipe_key = "color_paving_stone",
        object = "color_paving_stone_v35",
        icon_sprite = "spr_ui_item_decor_floor_tile_small_35",
        tags = {
            "furniture",
            "stone_path",
            "paving_stone_set",
            "ground_decor",
        },
        recipe = {
            {
                count = 1,
                item = "clay",
            },
            {
                count = 1,
                item = "ore_iron",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Color Paving Stone",
        description_en = "A small black paving stone.",
        category = "furniture.color_paving_stone_set",
    },
    color_paving_stone_v36 = {
        name = "彩色铺路石",
        description = "一小块深黑色铺路石。 ",
        crafting_level_requirement = 20,
        recipe_key = "color_paving_stone",
        object = "color_paving_stone_v36",
        icon_sprite = "spr_ui_item_decor_floor_tile_small_36",
        tags = {
            "furniture",
            "stone_path",
            "paving_stone_set",
            "ground_decor",
        },
        recipe = {
            {
                count = 1,
                item = "clay",
            },
            {
                count = 1,
                item = "ore_iron",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Color Paving Stone",
        description_en = "A small dark black paving stone.",
        category = "furniture.color_paving_stone_set",
    },
    color_paving_stone_v37 = {
        name = "彩色铺路石",
        description = "一小块浅米色铺路石。 ",
        crafting_level_requirement = 20,
        recipe_key = "color_paving_stone",
        object = "color_paving_stone_v37",
        icon_sprite = "spr_ui_item_decor_floor_tile_small_37",
        tags = {
            "furniture",
            "stone_path",
            "paving_stone_set",
            "ground_decor",
        },
        recipe = {
            {
                count = 1,
                item = "clay",
            },
            {
                count = 1,
                item = "basic_wood",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Color Paving Stone",
        description_en = "A small light beige paving stone.",
        category = "furniture.color_paving_stone_set",
    },
    color_paving_stone_v38 = {
        name = "彩色铺路石",
        description = "一小块米色铺路石。 ",
        crafting_level_requirement = 20,
        recipe_key = "color_paving_stone",
        object = "color_paving_stone_v38",
        icon_sprite = "spr_ui_item_decor_floor_tile_small_38",
        tags = {
            "furniture",
            "stone_path",
            "paving_stone_set",
            "ground_decor",
        },
        recipe = {
            {
                count = 1,
                item = "clay",
            },
            {
                count = 1,
                item = "basic_wood",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Color Paving Stone",
        description_en = "A small beige paving stone.",
        category = "furniture.color_paving_stone_set",
    },
    color_paving_stone_v39 = {
        name = "彩色铺路石",
        description = "一小块深米色铺路石。 ",
        crafting_level_requirement = 20,
        recipe_key = "color_paving_stone",
        object = "color_paving_stone_v39",
        icon_sprite = "spr_ui_item_decor_floor_tile_small_39",
        tags = {
            "furniture",
            "stone_path",
            "paving_stone_set",
            "ground_decor",
        },
        recipe = {
            {
                count = 1,
                item = "clay",
            },
            {
                count = 1,
                item = "basic_wood",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Color Paving Stone",
        description_en = "A small dark beige paving stone.",
        category = "furniture.color_paving_stone_set",
    },
    color_paving_stone_v40 = {
        name = "彩色铺路石",
        description = "一小块浅棕色铺路石。 ",
        crafting_level_requirement = 20,
        recipe_key = "color_paving_stone",
        object = "color_paving_stone_v40",
        icon_sprite = "spr_ui_item_decor_floor_tile_small_40",
        tags = {
            "furniture",
            "stone_path",
            "paving_stone_set",
            "ground_decor",
        },
        recipe = {
            {
                count = 1,
                item = "clay",
            },
            {
                count = 1,
                item = "peat",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Color Paving Stone",
        description_en = "A small light brown paving stone.",
        category = "furniture.color_paving_stone_set",
    },
    color_paving_stone_v41 = {
        name = "彩色铺路石",
        description = "一小块棕色铺路石。 ",
        crafting_level_requirement = 20,
        recipe_key = "color_paving_stone",
        object = "color_paving_stone_v41",
        icon_sprite = "spr_ui_item_decor_floor_tile_small_41",
        tags = {
            "furniture",
            "stone_path",
            "paving_stone_set",
            "ground_decor",
        },
        recipe = {
            {
                count = 1,
                item = "clay",
            },
            {
                count = 1,
                item = "peat",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Color Paving Stone",
        description_en = "A small brown paving stone.",
        category = "furniture.color_paving_stone_set",
    },
    color_paving_stone_v42 = {
        name = "彩色铺路石",
        description = "一小块深棕色铺路石。 ",
        crafting_level_requirement = 20,
        recipe_key = "color_paving_stone",
        object = "color_paving_stone_v42",
        icon_sprite = "spr_ui_item_decor_floor_tile_small_42",
        tags = {
            "furniture",
            "stone_path",
            "paving_stone_set",
            "ground_decor",
        },
        recipe = {
            {
                count = 1,
                item = "clay",
            },
            {
                count = 1,
                item = "peat",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Color Paving Stone",
        description_en = "A small dark brown paving stone.",
        category = "furniture.color_paving_stone_set",
    },
    summer_bed_yellow = {
        icon_sprite = "spr_ui_item_furniture_summer_bed_yellow",
        name = "夏日小床",
        description = "铺着亚麻床品的白色的床, 床头缠绕着黄色花藤。 ",
        object = "summer_bed_yellow",
        tags = {
            "furniture",
            "single_bed",
            "summer_set",
        },
        recipe_key = "summer_bed",
        crafting_level_requirement = 12,
        recipe = {
            {
                count = 40,
                item = "basic_wood",
            },
            {
                count = 2,
                item = "duck_feather",
            },
            {
                count = 1,
                item = "daisy",
            },
            {
                count = 3,
                item = "sap",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Summer Bed",
        description_en = "A white linen bed with a yellow flower vine wrapped around the headboard.",
        category = "furniture.summer_set",
    },
    summer_chair_yellow = {
        icon_sprite = "spr_ui_item_furniture_summer_chair_yellow",
        name = "夏日椅子",
        description = "白色的草坪椅。 ",
        object = "summer_chair_yellow",
        tags = {
            "furniture",
            "accent_chair",
            "summer_set",
        },
        recipe_key = "summer_chair",
        crafting_level_requirement = 6,
        recipe = {
            {
                count = 30,
                item = "basic_wood",
            },
            {
                count = 2,
                item = "duck_feather",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Summer Chair",
        description_en = "A white lawn chair.",
        category = "furniture.summer_set",
    },
    summer_double_bed_yellow = {
        icon_sprite = "spr_ui_item_furniture_summer_double_bed_yellow",
        name = "夏日双人床",
        description = "铺着亚麻床品的白色双人床, 床头缠绕着黄色花藤。 ",
        object = "summer_double_bed_yellow",
        tags = {
            "furniture",
            "double_bed",
            "summer_set",
        },
        recipe_key = "summer_double_bed",
        crafting_level_requirement = 14,
        recipe = {
            {
                count = 60,
                item = "basic_wood",
            },
            {
                count = 4,
                item = "hard_wood",
            },
            {
                count = 4,
                item = "duck_feather",
            },
            {
                count = 2,
                item = "daisy",
            },
            {
                count = 6,
                item = "sap",
            },
            {
                hours = 0,
                minutes = 50,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Summer Double Bed",
        description_en = "A white linen double bed with a yellow flower vine wrapped around the headboard.",
        category = "furniture.summer_set",
    },
    summer_flooring_yellow = {
        icon_sprite = "spr_ui_item_furniture_summer_flooring_yellow",
        name = "夏日地板",
        description = "冷色调的草地地板, 点缀着蓝色小花。 ",
        flooring = "summer_yellow",
        crafting_preview_sprite = "spr_ui_furniture_summer_floor_yellow_preview",
        tags = {
            "furniture",
            "novelty_flooring",
            "summer_set",
        },
        recipe_key = "summer_flooring",
        crafting_level_requirement = 4,
        recipe = {
            {
                count = 15,
                item = "sod",
            },
            {
                count = 2,
                item = "small_grass_starter",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Summer Flooring",
        description_en = "A cool-toned grassy floor speckled with blue flowers.",
        category = "furniture.summer_set",
    },
    summer_jar_lamp_yellow = {
        icon_sprite = "spr_ui_item_furniture_summer_jar_lamp_yellow",
        crafting_preview_sprite = "spr_furniture_summer_jar_lamp_yellow_on",
        name = "夏日罐头灯",
        description = "罐头模样的灯, 看起来好像装满了黄色萤火虫。 ",
        object = "summer_jar_lamp_yellow",
        tags = {
            "furniture",
            "table_lighting",
            "summer_set",
        },
        recipe_key = "summer_jar_lamp",
        crafting_level_requirement = 4,
        recipe = {
            {
                count = 3,
                item = "glass",
            },
            {
                count = 1,
                item = "firefly",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Summer Jar Lamp",
        description_en = "A lamp that mimics a jar full of yellow fireflies.",
        category = "furniture.summer_set",
    },
    summer_rug_yellow = {
        icon_sprite = "spr_ui_item_furniture_summer_rug_yellow",
        name = "夏日花朵地毯",
        description = "向日葵模样的黄色地毯。 ",
        object = "summer_rug_yellow",
        tags = {
            "furniture",
            "medium_rug",
            "summer_set",
        },
        recipe_key = "summer_rug",
        crafting_level_requirement = 4,
        recipe = {
            {
                count = 10,
                item = "fiber",
            },
            {
                count = 1,
                item = "sunflower",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Summer Flower Rug",
        description_en = "A yellow rug in the shape of a sunflower.",
        category = "furniture.summer_set",
    },
    summer_table_yellow = {
        icon_sprite = "spr_ui_item_furniture_summer_table_yellow",
        name = "夏日桌子",
        description = "白色的木桌。 ",
        object = "summer_table_yellow",
        tags = {
            "furniture",
            "dining_table",
            "summer_set",
        },
        recipe_key = "summer_table",
        crafting_level_requirement = 8,
        recipe = {
            {
                count = 30,
                item = "basic_wood",
            },
            {
                count = 1,
                item = "silver_ingot",
            },
            {
                count = 3,
                item = "sap",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Summer Table",
        description_en = "A white wooden table.",
        category = "furniture.summer_set",
    },
    summer_wallpaper_yellow = {
        icon_sprite = "spr_ui_item_furniture_summer_wallpaper_yellow",
        name = "夏日墙纸",
        description = "爬藤架模样的墙纸, 架上爬满了黄色花藤。 ",
        wallpaper = "summer_yellow",
        door_mold = "spr_carpenter_house_f2_doorway2_spring",
        crafting_preview_sprite = "spr_ui_furniture_summer_wallpaper_yellow_preview",
        tags = {
            "furniture",
            "wallpaper",
            "summer_set",
        },
        recipe_key = "summer_wallpaper",
        crafting_level_requirement = 4,
        recipe = {
            {
                count = 5,
                item = "paper",
            },
            {
                count = 3,
                item = "daisy",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Summer Wallpaper",
        description_en = "A wallpaper that looks like a trellis with yellow flowers growing on it.",
        category = "furniture.summer_set",
    },
    summer_bed_red = {
        icon_sprite = "spr_ui_item_furniture_summer_bed_red",
        name = "夏日小床",
        description = "铺着亚麻床品的白色的床, 床头缠绕着红色花藤。 ",
        object = "summer_bed_red",
        tags = {
            "furniture",
            "single_bed",
            "summer_set",
        },
        recipe_key = "summer_bed",
        crafting_level_requirement = 12,
        recipe = {
            {
                count = 40,
                item = "basic_wood",
            },
            {
                count = 2,
                item = "duck_feather",
            },
            {
                count = 1,
                item = "cosmos",
            },
            {
                count = 3,
                item = "sap",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Summer Bed",
        description_en = "A white linen bed with a red flower vine wrapped around the headboard.",
        category = "furniture.summer_set",
    },
    summer_chair_red = {
        icon_sprite = "spr_ui_item_furniture_summer_chair_red",
        name = "夏日椅子",
        description = "白色的草坪椅, 带有粉色的坐垫。 ",
        object = "summer_chair_red",
        tags = {
            "furniture",
            "accent_chair",
            "summer_set",
        },
        recipe_key = "summer_chair",
        crafting_level_requirement = 6,
        recipe = {
            {
                count = 30,
                item = "basic_wood",
            },
            {
                count = 2,
                item = "duck_feather",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Summer Chair",
        description_en = "A white lawn chair with a pink cushion.",
        category = "furniture.summer_set",
    },
    summer_double_bed_red = {
        icon_sprite = "spr_ui_item_furniture_summer_double_bed_red",
        name = "夏日双人床",
        description = "铺着亚麻床品的白色双人床, 床头缠绕着红色花藤。 ",
        object = "summer_double_bed_red",
        tags = {
            "furniture",
            "double_bed",
            "summer_set",
        },
        recipe_key = "summer_double_bed",
        crafting_level_requirement = 14,
        recipe = {
            {
                count = 60,
                item = "basic_wood",
            },
            {
                count = 4,
                item = "hard_wood",
            },
            {
                count = 4,
                item = "duck_feather",
            },
            {
                count = 2,
                item = "cosmos",
            },
            {
                count = 6,
                item = "sap",
            },
            {
                hours = 0,
                minutes = 50,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Summer Double Bed",
        description_en = "A white linen double bed with a red flower vine wrapped around the headboard.",
        category = "furniture.summer_set",
    },
    summer_flooring_red = {
        icon_sprite = "spr_ui_item_furniture_summer_flooring_red",
        name = "夏日地板",
        description = "暖色调的草地地板, 点缀着白色小花。 ",
        flooring = "summer_red",
        crafting_preview_sprite = "spr_ui_furniture_summer_floor_red_preview",
        tags = {
            "furniture",
            "novelty_flooring",
            "summer_set",
        },
        recipe_key = "summer_flooring",
        crafting_level_requirement = 4,
        recipe = {
            {
                count = 15,
                item = "sod",
            },
            {
                count = 2,
                item = "small_grass_starter",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Summer Flooring",
        description_en = "A warm-toned grassy floor speckled with white flowers.",
        category = "furniture.summer_set",
    },
    summer_jar_lamp_red = {
        icon_sprite = "spr_ui_item_furniture_summer_jar_lamp_red",
        crafting_preview_sprite = "spr_furniture_summer_jar_lamp_red_on",
        name = "夏日罐头灯",
        description = "罐头模样的灯, 看起来好像装满了粉色萤火虫。 ",
        object = "summer_jar_lamp_red",
        tags = {
            "furniture",
            "table_lighting",
            "summer_set",
        },
        recipe_key = "summer_jar_lamp",
        crafting_level_requirement = 4,
        recipe = {
            {
                count = 3,
                item = "glass",
            },
            {
                count = 1,
                item = "firefly",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Summer Jar Lamp",
        description_en = "A lamp that mimics a jar full of red fireflies.",
        category = "furniture.summer_set",
    },
    summer_rug_red = {
        icon_sprite = "spr_ui_item_furniture_summer_rug_red",
        name = "夏日花朵地毯",
        description = "波斯菊模样的粉色地毯。 ",
        object = "summer_rug_red",
        tags = {
            "furniture",
            "medium_rug",
            "summer_set",
        },
        recipe_key = "summer_rug",
        crafting_level_requirement = 4,
        recipe = {
            {
                count = 10,
                item = "fiber",
            },
            {
                count = 1,
                item = "cosmos",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Summer Flower Rug",
        description_en = "A red rug in the shape of a cosmos flower.",
        category = "furniture.summer_set",
    },
    summer_table_red = {
        icon_sprite = "spr_ui_item_furniture_summer_table_red",
        name = "夏日桌子",
        description = "白色的木桌, 铺着粉色桌布。 ",
        object = "summer_table_red",
        tags = {
            "furniture",
            "dining_table",
            "summer_set",
        },
        recipe_key = "summer_table",
        crafting_level_requirement = 8,
        recipe = {
            {
                count = 30,
                item = "basic_wood",
            },
            {
                count = 1,
                item = "silver_ingot",
            },
            {
                count = 3,
                item = "sap",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Summer Table",
        description_en = "A white wooden table with a red tablecloth.",
        category = "furniture.summer_set",
    },
    summer_wallpaper_red = {
        icon_sprite = "spr_ui_item_furniture_summer_wallpaper_red",
        name = "夏日墙纸",
        description = "爬藤架模样的墙纸, 架上爬满了粉色花藤。 ",
        wallpaper = "summer_red",
        door_mold = "spr_carpenter_house_f2_doorway2_spring",
        crafting_preview_sprite = "spr_ui_furniture_summer_wallpaper_red_preview",
        tags = {
            "furniture",
            "wallpaper",
            "summer_set",
        },
        recipe_key = "summer_wallpaper",
        crafting_level_requirement = 4,
        recipe = {
            {
                count = 5,
                item = "paper",
            },
            {
                count = 3,
                item = "cosmos",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Summer Wallpaper",
        description_en = "A wallpaper that looks like a trellis with red flowers growing on it.",
        category = "furniture.summer_set",
    },
    bathroom_sink_black = {
        name = "浴室洗手池",
        description = "黑色的浴室洗手池。 ",
        icon_sprite = "spr_ui_item_furniture_bathroom_sink_black",
        object = "bathroom_sink_black",
        recipe_key = "bathroom_sink",
        crafting_level_requirement = 30,
        tags = {
            "furniture",
            "misc_furniture",
            "bathroom_set",
        },
        recipe = {
            {
                count = 5,
                item = "hard_wood",
            },
            {
                count = 5,
                item = "clay",
            },
            {
                count = 5,
                item = "sap",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Bathroom Sink",
        description_en = "A black bathroom sink.",
        category = "furniture.bathroom_furniture_set",
    },
    bathroom_sink_white = {
        name = "浴室洗手池",
        description = "白色的浴室洗手池。 ",
        icon_sprite = "spr_ui_item_furniture_bathroom_sink_white",
        object = "bathroom_sink_white",
        recipe_key = "bathroom_sink",
        crafting_level_requirement = 30,
        tags = {
            "furniture",
            "misc_furniture",
            "bathroom_set",
        },
        recipe = {
            {
                count = 5,
                item = "hard_wood",
            },
            {
                count = 5,
                item = "clay",
            },
            {
                count = 5,
                item = "sap",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Bathroom Sink",
        description_en = "A white bathroom sink.",
        category = "furniture.bathroom_furniture_set",
    },
    bathroom_bench_black = {
        name = "浴室长凳",
        description = "黑色的浴室长凳。 ",
        icon_sprite = "spr_ui_item_furniture_bathroom_bench_black",
        object = "bathroom_bench_black",
        recipe_key = "bathroom_bench",
        crafting_level_requirement = 30,
        tags = {
            "furniture",
            "misc_seating",
            "bathroom_set",
        },
        recipe = {
            {
                count = 4,
                item = "hard_wood",
            },
            {
                count = 3,
                item = "clay",
            },
            {
                count = 3,
                item = "sap",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Bathroom Bench",
        description_en = "A black bathroom bench.",
        category = "furniture.bathroom_furniture_set",
    },
    bathroom_bench_white = {
        name = "浴室长凳",
        description = "白色的浴室长凳。 ",
        icon_sprite = "spr_ui_item_furniture_bathroom_bench_white",
        object = "bathroom_bench_white",
        recipe_key = "bathroom_bench",
        crafting_level_requirement = 30,
        tags = {
            "furniture",
            "misc_seating",
            "bathroom_set",
        },
        recipe = {
            {
                count = 4,
                item = "hard_wood",
            },
            {
                count = 3,
                item = "clay",
            },
            {
                count = 3,
                item = "sap",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Bathroom Bench",
        description_en = "A white bathroom bench.",
        category = "furniture.bathroom_furniture_set",
    },
    bathroom_wall_mirror_black = {
        name = "浴室壁镜",
        description = "黑色的浴室壁镜。 ",
        icon_sprite = "spr_ui_item_furniture_bathroom_wall_mirror_black",
        object = "bathroom_wall_mirror_black",
        recipe_key = "bathroom_wall_mirror",
        crafting_level_requirement = 32,
        tags = {
            "furniture",
            "misc_wall_decor",
            "bathroom_set",
        },
        recipe = {
            {
                count = 4,
                item = "hard_wood",
            },
            {
                count = 4,
                item = "glass",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Bathroom Wall Mirror",
        description_en = "A black bathroom mirror.",
        category = "furniture.bathroom_furniture_set",
    },
    bathroom_wall_mirror_white = {
        name = "浴室壁镜",
        description = "白色的浴室壁镜。 ",
        icon_sprite = "spr_ui_item_furniture_bathroom_wall_mirror_white",
        object = "bathroom_wall_mirror_white",
        recipe_key = "bathroom_wall_mirror",
        crafting_level_requirement = 32,
        tags = {
            "furniture",
            "misc_wall_decor",
            "bathroom_set",
        },
        recipe = {
            {
                count = 4,
                item = "hard_wood",
            },
            {
                count = 4,
                item = "glass",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Bathroom Wall Mirror",
        description_en = "A white bathroom mirror.",
        category = "furniture.bathroom_furniture_set",
    },
    gold_wall_mirror = {
        name = "金色壁镜",
        description = "金色的浴室壁镜。 ",
        icon_sprite = "spr_ui_item_furniture_bathroom_wall_mirror_gold",
        object = "gold_wall_mirror",
        crafting_level_requirement = 32,
        tags = {
            "furniture",
            "misc_wall_decor",
            "bathroom_set",
        },
        recipe = {
            {
                count = 4,
                item = "hard_wood",
            },
            {
                count = 4,
                item = "glass",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Gold Wall Mirror",
        description_en = "A gold bathroom mirror.",
        category = "furniture.bathroom_furniture_set",
    },
    bathroom_floor_mirror_black = {
        name = "浴室全身镜",
        description = "黑色的浴室全身镜。 ",
        icon_sprite = "spr_ui_item_furniture_bathroom_floor_mirror_black",
        object = "bathroom_floor_mirror_black",
        recipe_key = "bathroom_floor_mirror",
        crafting_level_requirement = 34,
        tags = {
            "furniture",
            "home_essential",
            "bathroom_set",
        },
        recipe = {
            {
                count = 6,
                item = "hard_wood",
            },
            {
                count = 6,
                item = "glass",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Bathroom Floor Mirror",
        description_en = "A black bathroom floor mirror.",
        category = "furniture.bathroom_furniture_set",
    },
    bathroom_floor_mirror_white = {
        name = "浴室全身镜",
        description = "白色的浴室全身镜。 ",
        icon_sprite = "spr_ui_item_furniture_bathroom_floor_mirror_white",
        object = "bathroom_floor_mirror_white",
        recipe_key = "bathroom_floor_mirror",
        crafting_level_requirement = 34,
        tags = {
            "furniture",
            "home_essential",
            "bathroom_set",
        },
        recipe = {
            {
                count = 6,
                item = "hard_wood",
            },
            {
                count = 6,
                item = "glass",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Bathroom Floor Mirror",
        description_en = "A white bathroom floor mirror.",
        category = "furniture.bathroom_furniture_set",
    },
    gold_floor_mirror = {
        name = "金色全身镜",
        description = "金色的浴室全身镜。 ",
        icon_sprite = "spr_ui_item_furniture_bathroom_floor_mirror_gold",
        object = "gold_floor_mirror",
        crafting_level_requirement = 34,
        tags = {
            "furniture",
            "home_essential",
            "bathroom_set",
        },
        recipe = {
            {
                count = 6,
                item = "hard_wood",
            },
            {
                count = 6,
                item = "glass",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Gold Floor Mirror",
        description_en = "A gold bathroom floor mirror.",
        category = "furniture.bathroom_furniture_set",
    },
    toilet_black = {
        name = "马桶",
        description = "黑色的马桶。 ",
        icon_sprite = "spr_ui_item_furniture_toilet_black",
        object = "toilet_black",
        recipe_key = "toilet",
        crafting_level_requirement = 44,
        tags = {
            "furniture",
            "misc_furniture",
            "bathroom_set",
        },
        recipe = {
            {
                count = 5,
                item = "clay",
            },
            {
                count = 3,
                item = "monster_shell",
            },
            {
                count = 1,
                item = "tidestone",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Toilet",
        description_en = "A black toilet.",
        category = "furniture.bathroom_furniture_set",
    },
    toilet_white = {
        name = "马桶",
        description = "白色的马桶。 ",
        icon_sprite = "spr_ui_item_furniture_toilet_white",
        object = "toilet_white",
        recipe_key = "toilet",
        crafting_level_requirement = 44,
        tags = {
            "furniture",
            "misc_furniture",
            "bathroom_set",
        },
        recipe = {
            {
                count = 5,
                item = "clay",
            },
            {
                count = 3,
                item = "monster_shell",
            },
            {
                count = 1,
                item = "tidestone",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Toilet",
        description_en = "A white toilet.",
        category = "furniture.bathroom_furniture_set",
    },
    bathtub_black = {
        name = "浴缸",
        description = "黑色的浴缸。 ",
        icon_sprite = "spr_ui_item_furniture_bathtub_black",
        object = "bathtub_black",
        recipe_key = "bathtub",
        crafting_level_requirement = 40,
        tags = {
            "furniture",
            "misc_furniture",
            "bathroom_set",
        },
        recipe = {
            {
                count = 5,
                item = "clay",
            },
            {
                count = 5,
                item = "monster_shell",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Bathtub",
        description_en = "A black bathtub.",
        category = "furniture.bathroom_furniture_set",
    },
    bathtub_white = {
        name = "浴缸",
        description = "白色的浴缸。 ",
        icon_sprite = "spr_ui_item_furniture_bathtub_white",
        object = "bathtub_white",
        recipe_key = "bathtub",
        crafting_level_requirement = 40,
        tags = {
            "furniture",
            "misc_furniture",
            "bathroom_set",
        },
        recipe = {
            {
                count = 5,
                item = "clay",
            },
            {
                count = 5,
                item = "monster_shell",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Bathtub",
        description_en = "A white bathtub.",
        category = "furniture.bathroom_furniture_set",
    },
    bathroom_wall_sconce = {
        name = "浴室壁灯",
        description = "浴室壁灯。 ",
        icon_sprite = "spr_ui_item_furniture_bathroom_wall_sconce",
        object = "bathroom_wall_sconce",
        crafting_level_requirement = 38,
        tags = {
            "furniture",
            "wall_lighting",
            "bathroom_set",
        },
        recipe = {
            {
                count = 2,
                item = "hard_wood",
            },
            {
                count = 2,
                item = "monster_core",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Bathroom Wall Sconce",
        description_en = "A bathroom wall sconce.",
        category = "furniture.bathroom_furniture_set",
    },
    bathroom_curtain_stand_blue = {
        name = "浴帘架",
        description = "蓝色的浴帘架。 ",
        icon_sprite = "spr_ui_item_furniture_bathroom_curtain_stand_blue",
        object = "bathroom_curtain_stand_blue",
        recipe_key = "bathroom_curtain_stand",
        crafting_level_requirement = 36,
        tags = {
            "furniture",
            "misc_furniture",
            "bathroom_set",
        },
        recipe = {
            {
                count = 5,
                item = "hard_wood",
            },
            {
                count = 2,
                item = "rabbit_wool",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Bathroom Curtain Stand",
        description_en = "A blue bathroom curtain stand.",
        category = "furniture.bathroom_furniture_set",
    },
    bathroom_curtain_stand_green = {
        name = "浴帘架",
        description = "绿色的浴帘架。 ",
        icon_sprite = "spr_ui_item_furniture_bathroom_curtain_stand_green",
        object = "bathroom_curtain_stand_green",
        recipe_key = "bathroom_curtain_stand",
        crafting_level_requirement = 36,
        tags = {
            "furniture",
            "misc_furniture",
            "bathroom_set",
        },
        recipe = {
            {
                count = 5,
                item = "hard_wood",
            },
            {
                count = 2,
                item = "rabbit_wool",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Bathroom Curtain Stand",
        description_en = "A green bathroom curtain stand.",
        category = "furniture.bathroom_furniture_set",
    },
    bathroom_curtain_stand_light_green = {
        name = "浴帘架",
        description = "浅绿色的浴帘架。 ",
        icon_sprite = "spr_ui_item_furniture_bathroom_curtain_stand_light_green",
        object = "bathroom_curtain_stand_light_green",
        recipe_key = "bathroom_curtain_stand",
        crafting_level_requirement = 36,
        tags = {
            "furniture",
            "misc_furniture",
            "bathroom_set",
        },
        recipe = {
            {
                count = 5,
                item = "hard_wood",
            },
            {
                count = 2,
                item = "rabbit_wool",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Bathroom Curtain Stand",
        description_en = "A light green bathroom curtain stand.",
        category = "furniture.bathroom_furniture_set",
    },
    bathroom_curtain_stand_pink = {
        name = "浴帘架",
        description = "粉色的浴帘架。 ",
        icon_sprite = "spr_ui_item_furniture_bathroom_curtain_stand_pink",
        object = "bathroom_curtain_stand_pink",
        recipe_key = "bathroom_curtain_stand",
        crafting_level_requirement = 36,
        tags = {
            "furniture",
            "misc_furniture",
            "bathroom_set",
        },
        recipe = {
            {
                count = 5,
                item = "hard_wood",
            },
            {
                count = 2,
                item = "rabbit_wool",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Bathroom Curtain Stand",
        description_en = "A pink bathroom curtain stand.",
        category = "furniture.bathroom_furniture_set",
    },
    bathroom_curtain_stand_black = {
        name = "浴帘架",
        description = "黑色的浴帘架。 ",
        icon_sprite = "spr_ui_item_furniture_bathroom_curtain_stand_black",
        object = "bathroom_curtain_stand_black",
        recipe_key = "bathroom_curtain_stand",
        crafting_level_requirement = 36,
        tags = {
            "furniture",
            "misc_furniture",
            "bathroom_set",
        },
        recipe = {
            {
                count = 5,
                item = "hard_wood",
            },
            {
                count = 2,
                item = "rabbit_wool",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Bathroom Curtain Stand",
        description_en = "A black bathroom curtain stand.",
        category = "furniture.bathroom_furniture_set",
    },
    bathroom_curtain_stand_brown = {
        name = "浴帘架",
        description = "棕色的浴帘架。 ",
        icon_sprite = "spr_ui_item_furniture_bathroom_curtain_stand_brown",
        object = "bathroom_curtain_stand_brown",
        recipe_key = "bathroom_curtain_stand",
        crafting_level_requirement = 36,
        tags = {
            "furniture",
            "misc_furniture",
            "bathroom_set",
        },
        recipe = {
            {
                count = 5,
                item = "hard_wood",
            },
            {
                count = 2,
                item = "rabbit_wool",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Bathroom Curtain Stand",
        description_en = "A brown bathroom curtain stand.",
        category = "furniture.bathroom_furniture_set",
    },
    bathroom_curtain_stand_white = {
        name = "浴帘架",
        description = "白色的浴帘架。 ",
        icon_sprite = "spr_ui_item_furniture_bathroom_curtain_stand_white",
        object = "bathroom_curtain_stand_white",
        recipe_key = "bathroom_curtain_stand",
        crafting_level_requirement = 36,
        tags = {
            "furniture",
            "misc_furniture",
            "bathroom_set",
        },
        recipe = {
            {
                count = 5,
                item = "hard_wood",
            },
            {
                count = 2,
                item = "rabbit_wool",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Bathroom Curtain Stand",
        description_en = "A white bathroom curtain stand.",
        category = "furniture.bathroom_furniture_set",
    },
    small_bathmat_blue = {
        name = "小浴室垫",
        description = "蓝色的小浴室垫。 ",
        icon_sprite = "spr_ui_item_furniture_small_bathmat_blue",
        object = "small_bathmat_blue",
        recipe_key = "small_bathmat",
        crafting_level_requirement = 34,
        tags = {
            "furniture",
            "small_rug",
            "bathroom_set",
        },
        recipe = {
            {
                count = 10,
                item = "fiber",
            },
            {
                count = 1,
                item = "sheep_wool",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Small Bathmat",
        description_en = "A small blue bathmat.",
        category = "furniture.bathroom_furniture_set",
    },
    small_bathmat_green = {
        name = "小浴室垫",
        description = "绿色的小浴室垫。 ",
        icon_sprite = "spr_ui_item_furniture_small_bathmat_green",
        object = "small_bathmat_green",
        recipe_key = "small_bathmat",
        crafting_level_requirement = 34,
        tags = {
            "furniture",
            "small_rug",
            "bathroom_set",
        },
        recipe = {
            {
                count = 10,
                item = "fiber",
            },
            {
                count = 1,
                item = "sheep_wool",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Small Bathmat",
        description_en = "A small green bathmat.",
        category = "furniture.bathroom_furniture_set",
    },
    small_bathmat_light_green = {
        name = "小浴室垫",
        description = "浅绿色的小浴室垫。 ",
        icon_sprite = "spr_ui_item_furniture_small_bathmat_light_green",
        object = "small_bathmat_light_green",
        recipe_key = "small_bathmat",
        crafting_level_requirement = 34,
        tags = {
            "furniture",
            "small_rug",
            "bathroom_set",
        },
        recipe = {
            {
                count = 10,
                item = "fiber",
            },
            {
                count = 1,
                item = "sheep_wool",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Small Bathmat",
        description_en = "A small light green bathmat.",
        category = "furniture.bathroom_furniture_set",
    },
    small_bathmat_pink = {
        name = "小浴室垫",
        description = "粉色的小浴室垫。 ",
        icon_sprite = "spr_ui_item_furniture_small_bathmat_pink",
        object = "small_bathmat_pink",
        recipe_key = "small_bathmat",
        crafting_level_requirement = 34,
        tags = {
            "furniture",
            "small_rug",
            "bathroom_set",
        },
        recipe = {
            {
                count = 10,
                item = "fiber",
            },
            {
                count = 1,
                item = "sheep_wool",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Small Bathmat",
        description_en = "A small pink bathmat.",
        category = "furniture.bathroom_furniture_set",
    },
    small_bathmat_black = {
        name = "小浴室垫",
        description = "黑色的小浴室垫。 ",
        icon_sprite = "spr_ui_item_furniture_small_bathmat_black",
        object = "small_bathmat_black",
        recipe_key = "small_bathmat",
        crafting_level_requirement = 34,
        tags = {
            "furniture",
            "small_rug",
            "bathroom_set",
        },
        recipe = {
            {
                count = 10,
                item = "fiber",
            },
            {
                count = 1,
                item = "sheep_wool",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Small Bathmat",
        description_en = "A small black bathmat.",
        category = "furniture.bathroom_furniture_set",
    },
    small_bathmat_brown = {
        name = "小浴室垫",
        description = "棕色的小浴室垫。 ",
        icon_sprite = "spr_ui_item_furniture_small_bathmat_brown",
        object = "small_bathmat_brown",
        recipe_key = "small_bathmat",
        crafting_level_requirement = 34,
        tags = {
            "furniture",
            "small_rug",
            "bathroom_set",
        },
        recipe = {
            {
                count = 10,
                item = "fiber",
            },
            {
                count = 1,
                item = "sheep_wool",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Small Bathmat",
        description_en = "A small brown bathmat.",
        category = "furniture.bathroom_furniture_set",
    },
    small_bathmat_white = {
        name = "小浴室垫",
        description = "白色的小浴室垫。 ",
        icon_sprite = "spr_ui_item_furniture_small_bathmat_white",
        object = "small_bathmat_white",
        recipe_key = "small_bathmat",
        crafting_level_requirement = 34,
        tags = {
            "furniture",
            "small_rug",
            "bathroom_set",
        },
        recipe = {
            {
                count = 10,
                item = "fiber",
            },
            {
                count = 1,
                item = "sheep_wool",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Small Bathmat",
        description_en = "A small white bathmat.",
        category = "furniture.bathroom_furniture_set",
    },
    small_bathmat_beige = {
        name = "小浴室垫",
        description = "奶油色的小浴室垫。 ",
        icon_sprite = "spr_ui_item_furniture_small_bathmat_beige",
        object = "small_bathmat_beige",
        recipe_key = "small_bathmat",
        crafting_level_requirement = 34,
        tags = {
            "furniture",
            "small_rug",
            "bathroom_set",
        },
        recipe = {
            {
                count = 10,
                item = "fiber",
            },
            {
                count = 1,
                item = "sheep_wool",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Small Bathmat",
        description_en = "A small cream bathmat.",
        category = "furniture.bathroom_furniture_set",
    },
    large_fluffy_rug_blue = {
        name = "毛茸茸大地毯",
        description = "蓝色的毛茸茸大地毯。 ",
        icon_sprite = "spr_ui_item_furniture_large_fluffy_rug_blue",
        object = "large_fluffy_rug_blue",
        recipe_key = "large_fluffy_rug",
        crafting_level_requirement = 36,
        tags = {
            "furniture",
            "large_rug",
            "bathroom_set",
        },
        recipe = {
            {
                count = 2,
                item = "alpaca_wool",
            },
            {
                count = 2,
                item = "sheep_wool",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Large Fluffy Rug",
        description_en = "A large blue fluffy rug.",
        category = "furniture.bathroom_furniture_set",
    },
    large_fluffy_rug_green = {
        name = "毛茸茸大地毯",
        description = "绿色的毛茸茸大地毯。 ",
        icon_sprite = "spr_ui_item_furniture_large_fluffy_rug_green",
        object = "large_fluffy_rug_green",
        recipe_key = "large_fluffy_rug",
        crafting_level_requirement = 36,
        tags = {
            "furniture",
            "large_rug",
            "bathroom_set",
        },
        recipe = {
            {
                count = 2,
                item = "alpaca_wool",
            },
            {
                count = 2,
                item = "sheep_wool",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Large Fluffy Rug",
        description_en = "A large green fluffy rug.",
        category = "furniture.bathroom_furniture_set",
    },
    large_fluffy_rug_light_green = {
        name = "毛茸茸大地毯",
        description = "浅绿色的毛茸茸大地毯。 ",
        icon_sprite = "spr_ui_item_furniture_large_fluffy_rug_light_green",
        object = "large_fluffy_rug_light_green",
        recipe_key = "large_fluffy_rug",
        crafting_level_requirement = 36,
        tags = {
            "furniture",
            "large_rug",
            "bathroom_set",
        },
        recipe = {
            {
                count = 2,
                item = "alpaca_wool",
            },
            {
                count = 2,
                item = "sheep_wool",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Large Fluffy Rug",
        description_en = "A large light green fluffy rug.",
        category = "furniture.bathroom_furniture_set",
    },
    large_fluffy_rug_pink = {
        name = "毛茸茸大地毯",
        description = "粉色的毛茸茸大地毯。 ",
        icon_sprite = "spr_ui_item_furniture_large_fluffy_rug_pink",
        object = "large_fluffy_rug_pink",
        recipe_key = "large_fluffy_rug",
        crafting_level_requirement = 36,
        tags = {
            "furniture",
            "large_rug",
            "bathroom_set",
        },
        recipe = {
            {
                count = 2,
                item = "alpaca_wool",
            },
            {
                count = 2,
                item = "sheep_wool",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Large Fluffy Rug",
        description_en = "A large pink fluffy rug.",
        category = "furniture.bathroom_furniture_set",
    },
    large_fluffy_rug_black = {
        name = "毛茸茸大地毯",
        description = "黑色的毛茸茸大地毯。 ",
        icon_sprite = "spr_ui_item_furniture_large_fluffy_rug_black",
        object = "large_fluffy_rug_black",
        recipe_key = "large_fluffy_rug",
        crafting_level_requirement = 36,
        tags = {
            "furniture",
            "large_rug",
            "bathroom_set",
        },
        recipe = {
            {
                count = 2,
                item = "alpaca_wool",
            },
            {
                count = 2,
                item = "sheep_wool",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Large Fluffy Rug",
        description_en = "A large black fluffy rug.",
        category = "furniture.bathroom_furniture_set",
    },
    large_fluffy_rug_brown = {
        name = "毛茸茸大地毯",
        description = "棕色的毛茸茸大地毯。 ",
        icon_sprite = "spr_ui_item_furniture_large_fluffy_rug_brown",
        object = "large_fluffy_rug_brown",
        recipe_key = "large_fluffy_rug",
        crafting_level_requirement = 36,
        tags = {
            "furniture",
            "large_rug",
            "bathroom_set",
        },
        recipe = {
            {
                count = 2,
                item = "alpaca_wool",
            },
            {
                count = 2,
                item = "sheep_wool",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Large Fluffy Rug",
        description_en = "A large brown fluffy rug.",
        category = "furniture.bathroom_furniture_set",
    },
    large_fluffy_rug_white = {
        name = "毛茸茸大地毯",
        description = "白色的毛茸茸大地毯。 ",
        icon_sprite = "spr_ui_item_furniture_large_fluffy_rug_white",
        object = "large_fluffy_rug_white",
        recipe_key = "large_fluffy_rug",
        crafting_level_requirement = 36,
        tags = {
            "furniture",
            "large_rug",
            "bathroom_set",
        },
        recipe = {
            {
                count = 2,
                item = "alpaca_wool",
            },
            {
                count = 2,
                item = "sheep_wool",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Large Fluffy Rug",
        description_en = "A large white fluffy rug.",
        category = "furniture.bathroom_furniture_set",
    },
    large_fluffy_rug_beige = {
        name = "毛茸茸大地毯",
        description = "奶油色的毛茸茸大地毯。 ",
        icon_sprite = "spr_ui_item_furniture_large_fluffy_rug_beige",
        object = "large_fluffy_rug_beige",
        recipe_key = "large_fluffy_rug",
        crafting_level_requirement = 36,
        tags = {
            "furniture",
            "large_rug",
            "bathroom_set",
        },
        recipe = {
            {
                count = 2,
                item = "alpaca_wool",
            },
            {
                count = 2,
                item = "sheep_wool",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Large Fluffy Rug",
        description_en = "A large cream fluffy rug.",
        category = "furniture.bathroom_furniture_set",
    },
    round_cushioned_stool_blue = {
        name = "圆形软垫凳",
        description = "蓝色的圆形软垫凳。 ",
        icon_sprite = "spr_ui_item_furniture_round_cushion_stool_blue",
        object = "round_cushioned_stool_blue",
        recipe_key = "round_cushioned_stool",
        crafting_level_requirement = 36,
        tags = {
            "furniture",
            "stool",
            "bathroom_set",
        },
        recipe = {
            {
                count = 4,
                item = "hard_wood",
            },
            {
                count = 2,
                item = "bristle",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Round Cushioned Stool",
        description_en = "A blue round cushioned stool.",
        category = "furniture.bathroom_furniture_set",
    },
    round_cushioned_stool_green = {
        name = "圆形软垫凳",
        description = "绿色的圆形软垫凳。 ",
        icon_sprite = "spr_ui_item_furniture_round_cushion_stool_green",
        object = "round_cushioned_stool_green",
        recipe_key = "round_cushioned_stool",
        crafting_level_requirement = 36,
        tags = {
            "furniture",
            "stool",
            "bathroom_set",
        },
        recipe = {
            {
                count = 4,
                item = "hard_wood",
            },
            {
                count = 2,
                item = "bristle",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Round Cushioned Stool",
        description_en = "A green round cushioned stool.",
        category = "furniture.bathroom_furniture_set",
    },
    round_cushioned_stool_light_green = {
        name = "圆形软垫凳",
        description = "浅绿色的圆形软垫凳。 ",
        icon_sprite = "spr_ui_item_furniture_round_cushion_stool_light_green",
        object = "round_cushioned_stool_light_green",
        recipe_key = "round_cushioned_stool",
        crafting_level_requirement = 36,
        tags = {
            "furniture",
            "stool",
            "bathroom_set",
        },
        recipe = {
            {
                count = 4,
                item = "hard_wood",
            },
            {
                count = 2,
                item = "bristle",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Round Cushioned Stool",
        description_en = "A light green round cushioned stool.",
        category = "furniture.bathroom_furniture_set",
    },
    round_cushioned_stool_pink = {
        name = "圆形软垫凳",
        description = "粉色的圆形软垫凳。 ",
        icon_sprite = "spr_ui_item_furniture_round_cushion_stool_pink",
        object = "round_cushioned_stool_pink",
        recipe_key = "round_cushioned_stool",
        crafting_level_requirement = 36,
        tags = {
            "furniture",
            "stool",
            "bathroom_set",
        },
        recipe = {
            {
                count = 4,
                item = "hard_wood",
            },
            {
                count = 2,
                item = "bristle",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Round Cushioned Stool",
        description_en = "A pink round cushioned stool.",
        category = "furniture.bathroom_furniture_set",
    },
    round_cushioned_stool_black = {
        name = "圆形软垫凳",
        description = "黑色的圆形软垫凳。 ",
        icon_sprite = "spr_ui_item_furniture_round_cushion_stool_black",
        object = "round_cushioned_stool_black",
        recipe_key = "round_cushioned_stool",
        crafting_level_requirement = 36,
        tags = {
            "furniture",
            "stool",
            "bathroom_set",
        },
        recipe = {
            {
                count = 4,
                item = "hard_wood",
            },
            {
                count = 2,
                item = "bristle",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Round Cushioned Stool",
        description_en = "A black round cushioned stool.",
        category = "furniture.bathroom_furniture_set",
    },
    round_cushioned_stool_brown = {
        name = "圆形软垫凳",
        description = "棕色的圆形软垫凳。 ",
        icon_sprite = "spr_ui_item_furniture_round_cushion_stool_brown",
        object = "round_cushioned_stool_brown",
        recipe_key = "round_cushioned_stool",
        crafting_level_requirement = 36,
        tags = {
            "furniture",
            "stool",
            "bathroom_set",
        },
        recipe = {
            {
                count = 4,
                item = "hard_wood",
            },
            {
                count = 2,
                item = "bristle",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Round Cushioned Stool",
        description_en = "A brown round cushioned stool.",
        category = "furniture.bathroom_furniture_set",
    },
    round_cushioned_stool_white = {
        name = "圆形软垫凳",
        description = "白色的圆形软垫凳。 ",
        icon_sprite = "spr_ui_item_furniture_round_cushion_stool_white",
        object = "round_cushioned_stool_white",
        recipe_key = "round_cushioned_stool",
        crafting_level_requirement = 36,
        tags = {
            "furniture",
            "stool",
            "bathroom_set",
        },
        recipe = {
            {
                count = 4,
                item = "hard_wood",
            },
            {
                count = 2,
                item = "bristle",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Round Cushioned Stool",
        description_en = "A white round cushioned stool.",
        category = "furniture.bathroom_furniture_set",
    },
    round_cushioned_stool_beige = {
        name = "圆形软垫凳",
        description = "奶油色的圆形软垫凳。 ",
        icon_sprite = "spr_ui_item_furniture_round_cushion_stool_beige",
        object = "round_cushioned_stool_beige",
        recipe_key = "round_cushioned_stool",
        crafting_level_requirement = 36,
        tags = {
            "furniture",
            "stool",
            "bathroom_set",
        },
        recipe = {
            {
                count = 4,
                item = "hard_wood",
            },
            {
                count = 2,
                item = "bristle",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Round Cushioned Stool",
        description_en = "A cream round cushioned stool.",
        category = "furniture.bathroom_furniture_set",
    },
    bathroom_wall_towel_blue = {
        name = "浴室壁挂毛巾",
        description = "蓝色的浴室壁挂毛巾。 ",
        icon_sprite = "spr_ui_item_furniture_bathroom_wall_towel_blue",
        object = "bathroom_wall_towel_blue",
        recipe_key = "bathroom_wall_towel",
        crafting_level_requirement = 28,
        tags = {
            "furniture",
            "misc_wall_decor",
            "bathroom_set",
        },
        recipe = {
            {
                count = 2,
                item = "hard_wood",
            },
            {
                count = 2,
                item = "rabbit_wool",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Bathroom Wall Towel",
        description_en = "A blue bathroom wall towel.",
        category = "furniture.bathroom_furniture_set",
    },
    bathroom_wall_towel_green = {
        name = "浴室壁挂毛巾",
        description = "绿色的浴室壁挂毛巾。 ",
        icon_sprite = "spr_ui_item_furniture_bathroom_wall_towel_green",
        object = "bathroom_wall_towel_green",
        recipe_key = "bathroom_wall_towel",
        crafting_level_requirement = 28,
        tags = {
            "furniture",
            "misc_wall_decor",
            "bathroom_set",
        },
        recipe = {
            {
                count = 2,
                item = "hard_wood",
            },
            {
                count = 2,
                item = "rabbit_wool",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Bathroom Wall Towel",
        description_en = "A green bathroom wall towel.",
        category = "furniture.bathroom_furniture_set",
    },
    bathroom_wall_towel_light_green = {
        name = "浴室壁挂毛巾",
        description = "浅绿色的浴室壁挂毛巾。 ",
        icon_sprite = "spr_ui_item_furniture_bathroom_wall_towel_light_green",
        object = "bathroom_wall_towel_light_green",
        recipe_key = "bathroom_wall_towel",
        crafting_level_requirement = 28,
        tags = {
            "furniture",
            "misc_wall_decor",
            "bathroom_set",
        },
        recipe = {
            {
                count = 2,
                item = "hard_wood",
            },
            {
                count = 2,
                item = "rabbit_wool",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Bathroom Wall Towel",
        description_en = "A light green bathroom wall towel.",
        category = "furniture.bathroom_furniture_set",
    },
    bathroom_wall_towel_pink = {
        name = "浴室壁挂毛巾",
        description = "粉色的浴室壁挂毛巾。 ",
        icon_sprite = "spr_ui_item_furniture_bathroom_wall_towel_pink",
        object = "bathroom_wall_towel_pink",
        recipe_key = "bathroom_wall_towel",
        crafting_level_requirement = 28,
        tags = {
            "furniture",
            "misc_wall_decor",
            "bathroom_set",
        },
        recipe = {
            {
                count = 2,
                item = "hard_wood",
            },
            {
                count = 2,
                item = "rabbit_wool",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Bathroom Wall Towel",
        description_en = "A pink bathroom wall towel.",
        category = "furniture.bathroom_furniture_set",
    },
    bathroom_wall_towel_black = {
        name = "浴室壁挂毛巾",
        description = "黑色的浴室壁挂毛巾。 ",
        icon_sprite = "spr_ui_item_furniture_bathroom_wall_towel_black",
        object = "bathroom_wall_towel_black",
        recipe_key = "bathroom_wall_towel",
        crafting_level_requirement = 28,
        tags = {
            "furniture",
            "misc_wall_decor",
            "bathroom_set",
        },
        recipe = {
            {
                count = 2,
                item = "hard_wood",
            },
            {
                count = 2,
                item = "rabbit_wool",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Bathroom Wall Towel",
        description_en = "A black bathroom wall towel.",
        category = "furniture.bathroom_furniture_set",
    },
    bathroom_wall_towel_brown = {
        name = "浴室壁挂毛巾",
        description = "棕色的浴室壁挂毛巾。 ",
        icon_sprite = "spr_ui_item_furniture_bathroom_wall_towel_brown",
        object = "bathroom_wall_towel_brown",
        recipe_key = "bathroom_wall_towel",
        crafting_level_requirement = 28,
        tags = {
            "furniture",
            "misc_wall_decor",
            "bathroom_set",
        },
        recipe = {
            {
                count = 2,
                item = "hard_wood",
            },
            {
                count = 2,
                item = "rabbit_wool",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Bathroom Wall Towel",
        description_en = "A brown bathroom wall towel.",
        category = "furniture.bathroom_furniture_set",
    },
    bathroom_wall_towel_white = {
        name = "浴室壁挂毛巾",
        description = "白色的浴室壁挂毛巾。 ",
        icon_sprite = "spr_ui_item_furniture_bathroom_wall_towel_beige",
        object = "bathroom_wall_towel_white",
        recipe_key = "bathroom_wall_towel",
        crafting_level_requirement = 28,
        tags = {
            "furniture",
            "misc_wall_decor",
            "bathroom_set",
        },
        recipe = {
            {
                count = 2,
                item = "hard_wood",
            },
            {
                count = 2,
                item = "rabbit_wool",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Bathroom Wall Towel",
        description_en = "A white bathroom wall towel.",
        category = "furniture.bathroom_furniture_set",
    },
    bathroom_tile_wall_blue = {
        name = "浴室瓷砖墙",
        description = "蓝白色的浴室瓷砖墙纸。 ",
        icon_sprite = "spr_ui_item_furniture_bathroom_tile_wall_blue",
        wallpaper = "bathroom_v4",
        recipe_key = "bathroom_tile_wall",
        crafting_preview_sprite = "spr_ui_furniture_bathroom_tile_wall_blue_preview",
        door_mold = "spr_carpenter_house_f2_doorway2_spring",
        crafting_level_requirement = 28,
        tags = {
            "furniture",
            "wallpaper",
            "bathroom_set",
        },
        recipe = {
            {
                count = 2,
                item = "hard_wood",
            },
            {
                count = 2,
                item = "rabbit_wool",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Bathroom Tile Wall",
        description_en = "A wallpaper that resembles blue and white bathroom tile.",
        category = "furniture.bathroom_furniture_set",
    },
    bathroom_tile_wall_green = {
        name = "浴室瓷砖墙",
        description = "白绿色的浴室瓷砖墙纸。 ",
        icon_sprite = "spr_ui_item_furniture_bathroom_tile_wall_green",
        wallpaper = "bathroom_v3",
        recipe_key = "bathroom_tile_wall",
        crafting_preview_sprite = "spr_ui_furniture_bathroom_tile_wall_green_preview",
        door_mold = "spr_carpenter_house_f2_doorway2_spring",
        crafting_level_requirement = 30,
        tags = {
            "furniture",
            "wallpaper",
            "bathroom_set",
        },
        recipe = {
            {
                count = 5,
                item = "clay",
            },
            {
                count = 5,
                item = "monster_shell",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Bathroom Tile Wall",
        description_en = "A wallpaper that resembles green and white bathroom tile.",
        category = "furniture.bathroom_furniture_set",
    },
    bathroom_tile_wall_light_green = {
        name = "浴室瓷砖墙",
        description = "白色和浅绿色的浴室瓷砖墙纸。 ",
        icon_sprite = "spr_ui_item_furniture_bathroom_tile_wall_light_green",
        wallpaper = "bathroom_v1",
        recipe_key = "bathroom_tile_wall",
        crafting_preview_sprite = "spr_ui_furniture_bathroom_tile_wall_light_green_preview",
        door_mold = "spr_carpenter_house_f2_doorway2_spring",
        crafting_level_requirement = 30,
        tags = {
            "furniture",
            "wallpaper",
            "bathroom_set",
        },
        recipe = {
            {
                count = 5,
                item = "clay",
            },
            {
                count = 5,
                item = "monster_shell",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Bathroom Tile Wall",
        description_en = "A wallpaper that resembles light green and white bathroom tile.",
        category = "furniture.bathroom_furniture_set",
    },
    bathroom_tile_wall_pink = {
        name = "浴室瓷砖墙",
        description = "粉白色的浴室瓷砖墙纸。 ",
        icon_sprite = "spr_ui_item_furniture_bathroom_tile_wall_pink",
        wallpaper = "bathroom_v2",
        recipe_key = "bathroom_tile_wall",
        crafting_preview_sprite = "spr_ui_furniture_bathroom_tile_wall_pink_preview",
        door_mold = "spr_carpenter_house_f2_doorway2_spring",
        crafting_level_requirement = 30,
        tags = {
            "furniture",
            "wallpaper",
            "bathroom_set",
        },
        recipe = {
            {
                count = 5,
                item = "clay",
            },
            {
                count = 5,
                item = "monster_shell",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Bathroom Tile Wall",
        description_en = "A wallpaper that resembles pink and white bathroom tile.",
        category = "furniture.bathroom_furniture_set",
    },
    herringbone_tile_floor_blue = {
        name = "人字形瓷砖地板",
        description = "海军蓝色的人字形瓷砖地板。 ",
        icon_sprite = "spr_ui_item_furniture_herringbone_tile_flooring_blue",
        flooring = "bathroom_v4",
        recipe_key = "herringbone_tile_floor",
        crafting_preview_sprite = "spr_ui_furniture_herringbone_tile_floor_blue_preview",
        crafting_level_requirement = 30,
        tags = {
            "furniture",
            "tile_flooring",
            "bathroom_set",
        },
        recipe = {
            {
                count = 5,
                item = "clay",
            },
            {
                count = 5,
                item = "monster_shell",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Herringbone Tile Floor",
        description_en = "Navy herringbone tile flooring.",
        category = "furniture.bathroom_furniture_set",
    },
    herringbone_tile_floor_green = {
        name = "人字形瓷砖地板",
        description = "绿色的人字形瓷砖地板。 ",
        icon_sprite = "spr_ui_item_furniture_herringbone_tile_flooring_green",
        flooring = "bathroom_v3",
        recipe_key = "herringbone_tile_floor",
        crafting_preview_sprite = "spr_ui_furniture_herringbone_tile_floor_green_preview",
        crafting_level_requirement = 30,
        tags = {
            "furniture",
            "tile_flooring",
            "bathroom_set",
        },
        recipe = {
            {
                count = 5,
                item = "clay",
            },
            {
                count = 5,
                item = "monster_shell",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Herringbone Tile Floor",
        description_en = "Green herringbone tile flooring.",
        category = "furniture.bathroom_furniture_set",
    },
    herringbone_tile_floor_white = {
        name = "人字形瓷砖地板",
        description = "白色的人字形瓷砖地板。 ",
        icon_sprite = "spr_ui_item_furniture_herringbone_tile_flooring_white",
        flooring = "bathroom_v2",
        recipe_key = "herringbone_tile_floor",
        crafting_preview_sprite = "spr_ui_furniture_herringbone_tile_floor_white_preview",
        crafting_level_requirement = 30,
        tags = {
            "furniture",
            "tile_flooring",
            "bathroom_set",
        },
        recipe = {
            {
                count = 5,
                item = "clay",
            },
            {
                count = 5,
                item = "monster_shell",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Herringbone Tile Floor",
        description_en = "White herringbone tile flooring.",
        category = "furniture.bathroom_furniture_set",
    },
    square_tile_floor = {
        name = "方形瓷砖地板",
        description = "白色的方形瓷砖地板。 ",
        icon_sprite = "spr_ui_item_furniture_square_tile_flooring_white",
        flooring = "bathroom_v1",
        crafting_preview_sprite = "spr_ui_furniture_bathroom_tile_floor_preview",
        crafting_level_requirement = 30,
        tags = {
            "furniture",
            "tile_flooring",
            "bathroom_set",
        },
        recipe = {
            {
                count = 5,
                item = "clay",
            },
            {
                count = 5,
                item = "monster_shell",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Square Tile Floor",
        description_en = "White square tile flooring.",
        category = "furniture.bathroom_furniture_set",
    },
    animated_snow_globe = {
        description = "水晶球中一直飘落着雪。 ",
        icon_sprite = "spr_ui_item_furniture_animated_snow_globe",
        name = "永雪水晶球",
        object = "animated_snow_globe",
        tags = {
            "furniture",
            "animated_set",
        },
        value = {
            store = 10000,
            bin = 5000,
        },
        description_en = "Snow falls continuously within this decorative globe.",
        name_en = "Animated Snow Globe",
        category = "furniture.animated_set",
    },
    ornate_rug_small_red = {
        icon_sprite = "spr_ui_item_decor_ornate_rug_small_red",
        name = "小块华丽地毯",
        description = "小块的红色长方形地毯, 饰有华丽的花纹。 ",
        object = "ornate_rug_small_red",
        tags = {
            "furniture",
            "small_rug",
            "ornate_rug_set",
        },
        recipe_key = "ornate_rug_small",
        crafting_level_requirement = 4,
        recipe = {
            {
                count = 1,
                item = "rabbit_wool",
            },
            {
                count = 1,
                item = "ore_ruby",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Ornate Small Rug",
        description_en = "A small red ornate rug with a rectangular shape.",
        category = "furniture.decor_ornate_rug_set",
    },
    ornate_rug_medium_round_red = {
        icon_sprite = "spr_ui_item_decor_ornate_rug_medium_round_red",
        name = "中型圆形华丽地毯",
        description = "中等尺寸的红色圆形地毯, 饰有华丽的花纹。 ",
        object = "ornate_rug_medium_round_red",
        tags = {
            "furniture",
            "medium_rug",
            "ornate_rug_set",
        },
        recipe_key = "ornate_rug_medium_round",
        crafting_level_requirement = 6,
        recipe = {
            {
                count = 2,
                item = "rabbit_wool",
            },
            {
                count = 2,
                item = "ore_ruby",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Ornate Medium Round Rug",
        description_en = "A medium sized red ornate rug with a circular shape.",
        category = "furniture.decor_ornate_rug_set",
    },
    ornate_rug_medium_square_red = {
        icon_sprite = "spr_ui_item_decor_ornate_rug_medium_square_red",
        name = "中型方形华丽地毯",
        description = "中等尺寸的红色方形地毯, 饰有华丽的花纹。 ",
        object = "ornate_rug_medium_square_red",
        tags = {
            "furniture",
            "medium_rug",
            "ornate_rug_set",
        },
        recipe_key = "ornate_rug_medium_square",
        crafting_level_requirement = 6,
        recipe = {
            {
                count = 2,
                item = "rabbit_wool",
            },
            {
                count = 2,
                item = "ore_ruby",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Ornate Medium Square Rug",
        description_en = "A medium sized red ornate rug with a square shape.",
        category = "furniture.decor_ornate_rug_set",
    },
    ornate_rug_large_round_red = {
        icon_sprite = "spr_ui_item_decor_ornate_rug_large_round_red",
        name = "大块圆形华丽地毯",
        description = "大块的红色圆形地毯, 饰有华丽的花纹。 ",
        object = "ornate_rug_large_round_red",
        tags = {
            "furniture",
            "large_rug",
            "ornate_rug_set",
        },
        recipe_key = "ornate_rug_large_round",
        crafting_level_requirement = 8,
        recipe = {
            {
                count = 3,
                item = "sheep_wool",
            },
            {
                count = 3,
                item = "ore_ruby",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Ornate Large Round Rug",
        description_en = "A large sized red ornate rug with a round shape.",
        category = "furniture.decor_ornate_rug_set",
    },
    ornate_rug_large_square_red = {
        icon_sprite = "spr_ui_item_decor_ornate_rug_large_square_red",
        name = "大块方形华丽地毯",
        description = "大块的红色方形地毯, 饰有华丽的花纹。 ",
        object = "ornate_rug_large_square_red",
        tags = {
            "furniture",
            "large_rug",
            "ornate_rug_set",
        },
        recipe_key = "ornate_rug_large_square",
        crafting_level_requirement = 8,
        recipe = {
            {
                count = 3,
                item = "sheep_wool",
            },
            {
                count = 3,
                item = "ore_ruby",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 700,
        },
        name_en = "Ornate Large Square Rug",
        description_en = "A large sized red ornate rug with a square shape.",
        category = "furniture.decor_ornate_rug_set",
    },
    ornate_rug_large_rectangle_red = {
        icon_sprite = "spr_ui_item_decor_ornate_rug_large_rectangle_red",
        name = "大块长方形华丽地毯",
        description = "大块的红色长方形地毯, 饰有华丽的花纹。 ",
        object = "ornate_rug_large_rectangle_red",
        tags = {
            "furniture",
            "large_rug",
            "ornate_rug_set",
        },
        recipe_key = "ornate_rug_large_rectangle",
        crafting_level_requirement = 8,
        recipe = {
            {
                count = 3,
                item = "sheep_wool",
            },
            {
                count = 3,
                item = "ore_ruby",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Ornate Large Rectangle Rug",
        description_en = "A large sized red ornate rug with a rectangular shape.",
        category = "furniture.decor_ornate_rug_set",
    },
    ornate_rug_small_blue = {
        icon_sprite = "spr_ui_item_decor_ornate_rug_small_blue",
        name = "小块华丽地毯",
        description = "小块的蓝色长方形地毯, 饰有华丽的花纹。 ",
        object = "ornate_rug_small_blue",
        tags = {
            "furniture",
            "small_rug",
            "ornate_rug_set",
        },
        recipe_key = "ornate_rug_small",
        crafting_level_requirement = 4,
        recipe = {
            {
                count = 1,
                item = "rabbit_wool",
            },
            {
                count = 1,
                item = "ore_sapphire",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Ornate Small Rug",
        description_en = "A small blue ornate rug with a rectangular shape.",
        category = "furniture.decor_ornate_rug_set",
    },
    ornate_rug_medium_round_blue = {
        icon_sprite = "spr_ui_item_decor_ornate_rug_medium_round_blue",
        name = "中型圆形华丽地毯",
        description = "中等尺寸的蓝色圆形地毯, 饰有华丽的花纹。 ",
        object = "ornate_rug_medium_round_blue",
        tags = {
            "furniture",
            "medium_rug",
            "ornate_rug_set",
        },
        recipe_key = "ornate_rug_medium_round",
        crafting_level_requirement = 6,
        recipe = {
            {
                count = 2,
                item = "rabbit_wool",
            },
            {
                count = 2,
                item = "ore_sapphire",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Ornate Medium Round Rug",
        description_en = "A medium sized blue ornate rug with a circular shape.",
        category = "furniture.decor_ornate_rug_set",
    },
    ornate_rug_medium_square_blue = {
        icon_sprite = "spr_ui_item_decor_ornate_rug_medium_square_blue",
        name = "中型方形华丽地毯",
        description = "中等尺寸的蓝色方形地毯, 饰有华丽的花纹。 ",
        object = "ornate_rug_medium_square_blue",
        tags = {
            "furniture",
            "medium_rug",
            "ornate_rug_set",
        },
        recipe_key = "ornate_rug_medium_square",
        crafting_level_requirement = 6,
        recipe = {
            {
                count = 2,
                item = "rabbit_wool",
            },
            {
                count = 2,
                item = "ore_sapphire",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Ornate Medium Square Rug",
        description_en = "A medium sized blue ornate rug with a square shape.",
        category = "furniture.decor_ornate_rug_set",
    },
    ornate_rug_large_round_blue = {
        icon_sprite = "spr_ui_item_decor_ornate_rug_large_round_blue",
        name = "大块圆形华丽地毯",
        description = "大块的蓝色圆形地毯, 饰有华丽的花纹。 ",
        object = "ornate_rug_large_round_blue",
        tags = {
            "furniture",
            "large_rug",
            "ornate_rug_set",
        },
        recipe_key = "ornate_rug_large_round",
        crafting_level_requirement = 8,
        recipe = {
            {
                count = 3,
                item = "sheep_wool",
            },
            {
                count = 3,
                item = "ore_sapphire",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Ornate Large Round Rug",
        description_en = "A large sized blue ornate rug with a round shape.",
        category = "furniture.decor_ornate_rug_set",
    },
    ornate_rug_large_square_blue = {
        icon_sprite = "spr_ui_item_decor_ornate_rug_large_square_blue",
        name = "大块方形华丽地毯",
        description = "大块的蓝色方形地毯, 饰有华丽的花纹。 ",
        object = "ornate_rug_large_square_blue",
        tags = {
            "furniture",
            "large_rug",
            "ornate_rug_set",
        },
        recipe_key = "ornate_rug_large_square",
        crafting_level_requirement = 8,
        recipe = {
            {
                count = 3,
                item = "sheep_wool",
            },
            {
                count = 3,
                item = "ore_sapphire",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 700,
        },
        name_en = "Ornate Large Square Rug",
        description_en = "A large sized blue ornate rug with a square shape.",
        category = "furniture.decor_ornate_rug_set",
    },
    ornate_rug_large_rectangle_blue = {
        icon_sprite = "spr_ui_item_decor_ornate_rug_large_rectangle_blue",
        name = "大块长方形华丽地毯",
        description = "大块的蓝色长方形地毯, 饰有华丽的花纹。 ",
        object = "ornate_rug_large_rectangle_blue",
        tags = {
            "furniture",
            "large_rug",
            "ornate_rug_set",
        },
        recipe_key = "ornate_rug_large_rectangle",
        crafting_level_requirement = 8,
        recipe = {
            {
                count = 3,
                item = "sheep_wool",
            },
            {
                count = 3,
                item = "ore_sapphire",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Ornate Large Rectangle Rug",
        description_en = "A large sized blue ornate rug with a rectangular shape.",
        category = "furniture.decor_ornate_rug_set",
    },
    ornate_rug_small_cream = {
        icon_sprite = "spr_ui_item_decor_ornate_rug_small_cream",
        name = "小块华丽地毯",
        description = "小块的奶油色长方形地毯, 饰有华丽的花纹。 ",
        object = "ornate_rug_small_cream",
        tags = {
            "furniture",
            "small_rug",
            "ornate_rug_set",
        },
        recipe_key = "ornate_rug_small",
        crafting_level_requirement = 4,
        recipe = {
            {
                count = 1,
                item = "rabbit_wool",
            },
            {
                count = 1,
                item = "duck_feather",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Ornate Small Rug",
        description_en = "A small cream colored ornate rug with a rectangular shape.",
        category = "furniture.decor_ornate_rug_set",
    },
    ornate_rug_medium_round_cream = {
        icon_sprite = "spr_ui_item_decor_ornate_rug_medium_round_cream",
        name = "中型圆形华丽地毯",
        description = "中等尺寸的奶油色圆形地毯, 饰有华丽的花纹。 ",
        object = "ornate_rug_medium_round_cream",
        tags = {
            "furniture",
            "medium_rug",
            "ornate_rug_set",
        },
        recipe_key = "ornate_rug_medium_round",
        crafting_level_requirement = 6,
        recipe = {
            {
                count = 2,
                item = "rabbit_wool",
            },
            {
                count = 2,
                item = "duck_feather",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Ornate Medium Round Rug",
        description_en = "A medium sized cream colored ornate rug with a circular shape.",
        category = "furniture.decor_ornate_rug_set",
    },
    ornate_rug_medium_square_cream = {
        icon_sprite = "spr_ui_item_decor_ornate_rug_medium_square_cream",
        name = "中型方形华丽地毯",
        description = "中等尺寸的奶油色方形地毯, 饰有华丽的花纹。 ",
        object = "ornate_rug_medium_square_cream",
        tags = {
            "furniture",
            "medium_rug",
            "ornate_rug_set",
        },
        recipe_key = "ornate_rug_medium_square",
        crafting_level_requirement = 6,
        recipe = {
            {
                count = 2,
                item = "rabbit_wool",
            },
            {
                count = 2,
                item = "duck_feather",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Ornate Medium Square Rug",
        description_en = "A medium sized cream colored ornate rug with a square shape.",
        category = "furniture.decor_ornate_rug_set",
    },
    ornate_rug_large_round_cream = {
        icon_sprite = "spr_ui_item_decor_ornate_rug_large_round_cream",
        name = "大块圆形华丽地毯",
        description = "大块的奶油色圆形地毯, 饰有华丽的花纹。 ",
        object = "ornate_rug_large_round_cream",
        tags = {
            "furniture",
            "large_rug",
            "ornate_rug_set",
        },
        recipe_key = "ornate_rug_large_round",
        crafting_level_requirement = 8,
        recipe = {
            {
                count = 3,
                item = "sheep_wool",
            },
            {
                count = 3,
                item = "duck_feather",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Ornate Large Round Rug",
        description_en = "A large sized cream colored ornate rug with a round shape.",
        category = "furniture.decor_ornate_rug_set",
    },
    ornate_rug_large_square_cream = {
        icon_sprite = "spr_ui_item_decor_ornate_rug_large_square_cream",
        name = "大块方形华丽地毯",
        description = "大块的奶油色方形地毯, 饰有华丽的花纹。 ",
        object = "ornate_rug_large_square_cream",
        tags = {
            "furniture",
            "large_rug",
            "ornate_rug_set",
        },
        recipe_key = "ornate_rug_large_square",
        crafting_level_requirement = 8,
        recipe = {
            {
                count = 3,
                item = "sheep_wool",
            },
            {
                count = 3,
                item = "duck_feather",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
            store = 700,
        },
        name_en = "Ornate Large Square Rug",
        description_en = "A large sized cream colored ornate rug with a square shape.",
        category = "furniture.decor_ornate_rug_set",
    },
    ornate_rug_large_rectangle_cream = {
        icon_sprite = "spr_ui_item_decor_ornate_rug_large_rectangle_cream",
        name = "大块长方形华丽地毯",
        description = "大块的奶油色长方形地毯, 饰有华丽的花纹。 ",
        object = "ornate_rug_large_rectangle_cream",
        tags = {
            "furniture",
            "large_rug",
            "ornate_rug_set",
        },
        recipe_key = "ornate_rug_large_rectangle",
        crafting_level_requirement = 8,
        recipe = {
            {
                count = 3,
                item = "sheep_wool",
            },
            {
                count = 3,
                item = "duck_feather",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Ornate Large Rectangle Rug",
        description_en = "A large sized cream colored ornate rug with a rectangular shape.",
        category = "furniture.decor_ornate_rug_set",
    },
    explorer_flooring_beige = {
        icon_sprite = "spr_ui_item_furniture_explorer_flooring_beige",
        name = "探险家地板",
        description = "开裂的米色瓷砖地板。 ",
        flooring = "explorer_v2",
        crafting_preview_sprite = "spr_ui_furniture_explorer_floor_beige_preview",
        tags = {
            "furniture",
            "tile_flooring",
            "explorer_set",
        },
        recipe_key = "explorer_flooring",
        crafting_level_requirement = 1,
        recipe = {
            {
                count = 10,
                item = "clay",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Explorer Flooring",
        description_en = "Cracked beige tile flooring.",
        category = "furniture.explorer_set",
    },
    explorer_flooring_brown = {
        icon_sprite = "spr_ui_item_furniture_explorer_flooring_brown",
        name = "探险家地板",
        description = "开裂的灰色瓷砖地板。 ",
        flooring = "explorer_v1",
        crafting_preview_sprite = "spr_ui_furniture_explorer_floor_brown_preview",
        tags = {
            "furniture",
            "tile_flooring",
            "explorer_set",
        },
        recipe_key = "explorer_flooring",
        crafting_level_requirement = 1,
        recipe = {
            {
                count = 5,
                item = "clay",
            },
            {
                count = 5,
                item = "sod",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Explorer Flooring",
        description_en = "Cracked gray tile flooring.",
        category = "furniture.explorer_set",
    },
    explorer_flooring_green = {
        icon_sprite = "spr_ui_item_furniture_explorer_flooring_green",
        name = "探险家地板",
        description = "开裂的灰绿色瓷砖地板。 ",
        flooring = "explorer_v3",
        crafting_preview_sprite = "spr_ui_furniture_explorer_floor_green_preview",
        tags = {
            "furniture",
            "tile_flooring",
            "explorer_set",
        },
        recipe_key = "explorer_flooring",
        crafting_level_requirement = 1,
        recipe = {
            {
                count = 5,
                item = "clay",
            },
            {
                count = 5,
                item = "sod",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Explorer Flooring",
        description_en = "Cracked green-gray tile flooring.",
        category = "furniture.explorer_set",
    },
    explorer_wallpaper_beige = {
        icon_sprite = "spr_ui_item_furniture_explorer_wallpaper_beige",
        name = "探险家墙纸",
        description = "带有学术气息的米色书架墙纸。 ",
        wallpaper = "explorer_v2",
        door_mold = "spr_carpenter_house_f2_doorway2_spring",
        crafting_preview_sprite = "spr_ui_furniture_explorer_wall_beige_preview",
        tags = {
            "furniture",
            "wallpaper",
            "explorer_set",
        },
        recipe_key = "explorer_wallpaper",
        crafting_level_requirement = 1,
        recipe = {
            {
                count = 10,
                item = "paper",
            },
            {
                count = 10,
                item = "basic_wood",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Explorer Wallpaper",
        description_en = "A wallpaper that resembles a scholarly beige bookshelf.",
        category = "furniture.explorer_set",
    },
    explorer_wallpaper_brown = {
        icon_sprite = "spr_ui_item_furniture_explorer_wallpaper_brown",
        name = "探险家墙纸",
        description = "带有学术气息的棕色书架墙纸。 ",
        wallpaper = "explorer_v1",
        door_mold = "spr_carpenter_house_f2_doorway2_spring",
        crafting_preview_sprite = "spr_ui_furniture_explorer_wall_brown_preview",
        tags = {
            "furniture",
            "wallpaper",
            "explorer_set",
        },
        recipe_key = "explorer_wallpaper",
        crafting_level_requirement = 1,
        recipe = {
            {
                count = 10,
                item = "paper",
            },
            {
                count = 10,
                item = "basic_wood",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Explorer Wallpaper",
        description_en = "A wallpaper that resembles a scholarly brown bookshelf.",
        category = "furniture.explorer_set",
    },
    explorer_wallpaper_green = {
        icon_sprite = "spr_ui_item_furniture_explorer_wallpaper_green",
        name = "探险家墙纸",
        description = "带有学术气息的绿色书架墙纸。 ",
        wallpaper = "explorer_v3",
        door_mold = "spr_carpenter_house_f2_doorway2_spring",
        crafting_preview_sprite = "spr_ui_furniture_explorer_wall_green_preview",
        tags = {
            "furniture",
            "wallpaper",
            "explorer_set",
        },
        recipe_key = "explorer_wallpaper",
        crafting_level_requirement = 1,
        recipe = {
            {
                count = 10,
                item = "paper",
            },
            {
                count = 10,
                item = "basic_wood",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Explorer Wallpaper",
        description_en = "A wallpaper that resembles a scholarly green bookshelf.",
        category = "furniture.explorer_set",
    },
    explorer_bed_beige = {
        icon_sprite = "spr_ui_item_furniture_explorer_bed_beige",
        name = "探险家的床",
        description = "探险家的床, 盖着棕色条纹被子。 ",
        object = "explorer_bed_beige",
        tags = {
            "furniture",
            "single_bed",
            "explorer_set",
        },
        recipe_key = "explorer_bed",
        crafting_level_requirement = 6,
        recipe = {
            {
                count = 40,
                item = "basic_wood",
            },
            {
                count = 2,
                item = "rabbit_wool",
            },
            {
                count = 1,
                item = "bull_horn",
            },
            {
                count = 3,
                item = "sap",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Explorer Bed",
        description_en = "An explorer's bed with striped brown sheets.",
        category = "furniture.explorer_set",
    },
    explorer_double_bed_beige = {
        icon_sprite = "spr_ui_item_furniture_explorer_double_bed_beige",
        name = "探险家双人床",
        description = "探险家双人床, 盖着棕色条纹被子。 ",
        object = "explorer_double_bed_beige",
        tags = {
            "furniture",
            "double_bed",
            "explorer_set",
        },
        recipe_key = "explorer_double_bed",
        crafting_level_requirement = 8,
        recipe = {
            {
                count = 60,
                item = "basic_wood",
            },
            {
                count = 4,
                item = "hard_wood",
            },
            {
                count = 2,
                item = "rabbit_wool",
            },
            {
                count = 2,
                item = "bull_horn",
            },
            {
                count = 6,
                item = "sap",
            },
            {
                hours = 0,
                minutes = 50,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Explorer Double Bed",
        description_en = "An explorer's double bed with striped brown sheets.",
        category = "furniture.explorer_set",
    },
    explorer_chair_beige = {
        icon_sprite = "spr_ui_item_furniture_explorer_chair_beige",
        name = "探险家椅子",
        description = "舒适的棕色探险家椅子。 ",
        object = "explorer_chair_beige",
        tags = {
            "furniture",
            "accent_chair",
            "explorer_set",
        },
        recipe_key = "explorer_chair",
        crafting_level_requirement = 2,
        recipe = {
            {
                count = 25,
                item = "basic_wood",
            },
            {
                count = 2,
                item = "horse_hair",
            },
            {
                count = 3,
                item = "sap",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Explorer Chair",
        description_en = "A comfy brown explorer's chair.",
        category = "furniture.explorer_set",
    },
    explorer_globe_beige = {
        icon_sprite = "spr_ui_item_furniture_explorer_globe_beige",
        name = "探险家地球仪",
        description = "金色的探险家地球仪。 ",
        object = "explorer_globe_beige",
        tags = {
            "furniture",
            "misc_furniture",
            "explorer_set",
        },
        recipe_key = "explorer_globe",
        crafting_level_requirement = 2,
        recipe = {
            {
                count = 10,
                item = "basic_wood",
            },
            {
                count = 5,
                item = "shard_mass",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Explorer Globe",
        description_en = "A golden explorer's globe.",
        category = "furniture.explorer_set",
    },
    explorer_lamp_beige = {
        icon_sprite = "spr_ui_item_furniture_explorer_lamp_beige",
        name = "探险家落地灯",
        description = "棕色的探险家落地灯。 ",
        object = "explorer_lamp_beige",
        tags = {
            "furniture",
            "floor_lighting",
            "explorer_set",
        },
        recipe_key = "explorer_lamp",
        crafting_level_requirement = 2,
        recipe = {
            {
                count = 10,
                item = "basic_wood",
            },
            {
                count = 1,
                item = "glass",
            },
            {
                count = 1,
                item = "monster_core",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Explorer Lamp",
        description_en = "A brown explorer's standing lamp.",
        category = "furniture.explorer_set",
    },
    explorer_rug_beige = {
        icon_sprite = "spr_ui_item_furniture_explorer_rug_beige",
        name = "探险家地毯",
        description = "磨损的棕色探险家地毯。 ",
        object = "explorer_rug_beige",
        tags = {
            "furniture",
            "large_rug",
            "explorer_set",
        },
        recipe_key = "explorer_rug",
        crafting_level_requirement = 1,
        recipe = {
            {
                count = 10,
                item = "fiber",
            },
            {
                count = 1,
                item = "horse_hair",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Explorer Rug",
        description_en = "A well-worn brown explorer's rug.",
        category = "furniture.explorer_set",
    },
    explorer_trunk_table_beige = {
        icon_sprite = "spr_ui_item_furniture_explorer_trunk_table_beige",
        name = "探险家行李箱桌子",
        description = "结实的米色行李箱桌子。 ",
        object = "explorer_trunk_table_beige",
        tags = {
            "furniture",
            "coffee_table",
            "explorer_set",
        },
        recipe_key = "explorer_trunk_table",
        crafting_level_requirement = 4,
        recipe = {
            {
                count = 30,
                item = "basic_wood",
            },
            {
                count = 2,
                item = "bull_horn",
            },
            {
                count = 3,
                item = "sap",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Explorer Trunk Table",
        description_en = "A sturdy explorer's beige trunk table.",
        category = "furniture.explorer_set",
    },
    explorer_bed_brown = {
        icon_sprite = "spr_ui_item_furniture_explorer_bed_brown",
        name = "探险家的床",
        description = "探险家的床, 盖着米色条纹被子。 ",
        object = "explorer_bed_brown",
        tags = {
            "furniture",
            "single_bed",
            "explorer_set",
        },
        recipe_key = "explorer_bed",
        crafting_level_requirement = 6,
        recipe = {
            {
                count = 40,
                item = "basic_wood",
            },
            {
                count = 2,
                item = "rabbit_wool",
            },
            {
                count = 1,
                item = "bull_horn",
            },
            {
                count = 3,
                item = "sap",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Explorer Bed",
        description_en = "An explorer's bed with striped beige sheets.",
        category = "furniture.explorer_set",
    },
    explorer_double_bed_brown = {
        icon_sprite = "spr_ui_item_furniture_explorer_double_bed_brown",
        name = "探险家双人床",
        description = "探险家双人床, 盖着米色条纹被子。 ",
        object = "explorer_double_bed_brown",
        tags = {
            "furniture",
            "double_bed",
            "explorer_set",
        },
        recipe_key = "explorer_double_bed",
        crafting_level_requirement = 8,
        recipe = {
            {
                count = 60,
                item = "basic_wood",
            },
            {
                count = 4,
                item = "hard_wood",
            },
            {
                count = 2,
                item = "rabbit_wool",
            },
            {
                count = 2,
                item = "bull_horn",
            },
            {
                count = 6,
                item = "sap",
            },
            {
                hours = 0,
                minutes = 50,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Explorer Double Bed",
        description_en = "An explorer's double bed with striped beige sheets.",
        category = "furniture.explorer_set",
    },
    explorer_chair_brown = {
        icon_sprite = "spr_ui_item_furniture_explorer_chair_brown",
        name = "探险家椅子",
        description = "舒适的米色探险家椅子。 ",
        object = "explorer_chair_brown",
        tags = {
            "furniture",
            "accent_chair",
            "explorer_set",
        },
        recipe_key = "explorer_chair",
        crafting_level_requirement = 2,
        recipe = {
            {
                count = 25,
                item = "basic_wood",
            },
            {
                count = 2,
                item = "horse_hair",
            },
            {
                count = 3,
                item = "sap",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Explorer Chair",
        description_en = "A comfy beige explorer's chair.",
        category = "furniture.explorer_set",
    },
    explorer_globe_brown = {
        icon_sprite = "spr_ui_item_furniture_explorer_globe_brown",
        name = "探险家地球仪",
        description = "灰色的探险家地球仪。 ",
        object = "explorer_globe_brown",
        tags = {
            "furniture",
            "misc_furniture",
            "explorer_set",
        },
        recipe_key = "explorer_globe",
        crafting_level_requirement = 2,
        recipe = {
            {
                count = 10,
                item = "basic_wood",
            },
            {
                count = 5,
                item = "shard_mass",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Explorer Globe",
        description_en = "A gray explorer's globe.",
        category = "furniture.explorer_set",
    },
    explorer_lamp_brown = {
        icon_sprite = "spr_ui_item_furniture_explorer_lamp_brown",
        name = "探险家落地灯",
        description = "米色的探险家落地灯。 ",
        object = "explorer_lamp_brown",
        tags = {
            "furniture",
            "floor_lighting",
            "explorer_set",
        },
        recipe_key = "explorer_lamp",
        crafting_level_requirement = 2,
        recipe = {
            {
                count = 10,
                item = "basic_wood",
            },
            {
                count = 1,
                item = "glass",
            },
            {
                count = 1,
                item = "monster_core",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Explorer Lamp",
        description_en = "A beige explorer's standing lamp.",
        category = "furniture.explorer_set",
    },
    explorer_rug_brown = {
        icon_sprite = "spr_ui_item_furniture_explorer_rug_brown",
        name = "探险家地毯",
        description = "磨损的米色探险家地毯。 ",
        object = "explorer_rug_brown",
        tags = {
            "furniture",
            "large_rug",
            "explorer_set",
        },
        recipe_key = "explorer_rug",
        crafting_level_requirement = 1,
        recipe = {
            {
                count = 10,
                item = "fiber",
            },
            {
                count = 1,
                item = "horse_hair",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Explorer Rug",
        description_en = "A well-worn beige explorer's rug.",
        category = "furniture.explorer_set",
    },
    explorer_trunk_table_brown = {
        icon_sprite = "spr_ui_item_furniture_explorer_trunk_table_brown",
        name = "探险家行李箱桌子",
        description = "结实的棕色行李箱桌子。 ",
        object = "explorer_trunk_table_brown",
        tags = {
            "furniture",
            "coffee_table",
            "explorer_set",
        },
        recipe_key = "explorer_trunk_table",
        crafting_level_requirement = 4,
        recipe = {
            {
                count = 30,
                item = "basic_wood",
            },
            {
                count = 2,
                item = "bull_horn",
            },
            {
                count = 3,
                item = "sap",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Explorer Trunk Table",
        description_en = "A sturdy explorer's brown trunk table.",
        category = "furniture.explorer_set",
    },
    explorer_bed_green = {
        icon_sprite = "spr_ui_item_furniture_explorer_bed_green",
        name = "探险家的床",
        description = "探险家的床, 盖着绿色条纹被子。 ",
        object = "explorer_bed_green",
        tags = {
            "furniture",
            "single_bed",
            "explorer_set",
        },
        recipe_key = "explorer_bed",
        crafting_level_requirement = 6,
        recipe = {
            {
                count = 40,
                item = "basic_wood",
            },
            {
                count = 2,
                item = "rabbit_wool",
            },
            {
                count = 1,
                item = "bull_horn",
            },
            {
                count = 3,
                item = "sap",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Explorer Bed",
        description_en = "An explorer's bed with striped green sheets.",
        category = "furniture.explorer_set",
    },
    explorer_double_bed_green = {
        icon_sprite = "spr_ui_item_furniture_explorer_double_bed_green",
        name = "探险家双人床",
        description = "探险家双人床, 盖着绿色条纹被子。 ",
        object = "explorer_double_bed_green",
        tags = {
            "furniture",
            "double_bed",
            "explorer_set",
        },
        recipe_key = "explorer_double_bed",
        crafting_level_requirement = 8,
        recipe = {
            {
                count = 60,
                item = "basic_wood",
            },
            {
                count = 4,
                item = "hard_wood",
            },
            {
                count = 2,
                item = "rabbit_wool",
            },
            {
                count = 2,
                item = "bull_horn",
            },
            {
                count = 6,
                item = "sap",
            },
            {
                hours = 0,
                minutes = 50,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Explorer Double Bed",
        description_en = "An explorer's double bed with striped green sheets.",
        category = "furniture.explorer_set",
    },
    explorer_chair_green = {
        icon_sprite = "spr_ui_item_furniture_explorer_chair_green",
        name = "探险家椅子",
        description = "舒适的绿色探险家椅子。 ",
        object = "explorer_chair_green",
        tags = {
            "furniture",
            "accent_chair",
            "explorer_set",
        },
        recipe_key = "explorer_chair",
        crafting_level_requirement = 2,
        recipe = {
            {
                count = 25,
                item = "basic_wood",
            },
            {
                count = 2,
                item = "horse_hair",
            },
            {
                count = 3,
                item = "sap",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Explorer Chair",
        description_en = "A comfy green explorer's chair.",
        category = "furniture.explorer_set",
    },
    explorer_globe_green = {
        icon_sprite = "spr_ui_item_furniture_explorer_globe_green",
        name = "探险家地球仪",
        description = "灰绿色的探险家地球仪。 ",
        object = "explorer_globe_green",
        tags = {
            "furniture",
            "misc_furniture",
            "explorer_set",
        },
        recipe_key = "explorer_globe",
        crafting_level_requirement = 2,
        recipe = {
            {
                count = 10,
                item = "basic_wood",
            },
            {
                count = 5,
                item = "shard_mass",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Explorer Globe",
        description_en = "A green-gray explorer's globe.",
        category = "furniture.explorer_set",
    },
    explorer_lamp_green = {
        icon_sprite = "spr_ui_item_furniture_explorer_lamp_green",
        name = "探险家落地灯",
        description = "绿色的探险家落地灯。 ",
        object = "explorer_lamp_green",
        tags = {
            "furniture",
            "floor_lighting",
            "explorer_set",
        },
        recipe_key = "explorer_lamp",
        crafting_level_requirement = 2,
        recipe = {
            {
                count = 10,
                item = "basic_wood",
            },
            {
                count = 1,
                item = "glass",
            },
            {
                count = 1,
                item = "monster_core",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Explorer Lamp",
        description_en = "A green explorer's standing lamp.",
        category = "furniture.explorer_set",
    },
    explorer_rug_green = {
        icon_sprite = "spr_ui_item_furniture_explorer_rug_green",
        name = "探险家地毯",
        description = "磨损的绿色探险家地毯。 ",
        object = "explorer_rug_green",
        tags = {
            "furniture",
            "large_rug",
            "explorer_set",
        },
        recipe_key = "explorer_rug",
        crafting_level_requirement = 1,
        recipe = {
            {
                count = 10,
                item = "fiber",
            },
            {
                count = 1,
                item = "horse_hair",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Explorer Rug",
        description_en = "A well-worn green explorer's rug.",
        category = "furniture.explorer_set",
    },
    explorer_trunk_table_green = {
        icon_sprite = "spr_ui_item_furniture_explorer_trunk_table_green",
        name = "探险家行李箱桌子",
        description = "结实的绿色行李箱桌子。 ",
        object = "explorer_trunk_table_green",
        tags = {
            "furniture",
            "coffee_table",
            "explorer_set",
        },
        recipe_key = "explorer_trunk_table",
        crafting_level_requirement = 4,
        recipe = {
            {
                count = 30,
                item = "basic_wood",
            },
            {
                count = 2,
                item = "bull_horn",
            },
            {
                count = 3,
                item = "sap",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Explorer Trunk Table",
        description_en = "A sturdy explorer's green trunk table.",
        category = "furniture.explorer_set",
    },
    water_sprite_statue_v1 = {
        name = "浇水精灵雕像",
        description = "放置于田地并放上精华石, 即可每天自动为2格半径范围内的植物浇水。 ",
        icon_sprite = "spr_ui_item_object_water_sprite_statue_v1",
        object = "water_sprite_statue_v1",
        tags = {
            "furniture",
            "automation",
        },
        recipe_key = "water_sprite",
        crafting_level_requirement = 20,
        recipe = {
            {
                count = 10,
                item = "refined_stone",
            },
            {
                essence = 50,
            },
            {
                count = 3,
                item = "ash_mushroom",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Water Sprite Statue",
        description_en = "Place and apply an Essence Stone to automatically water crops in a 2 tile radius.",
        category = "furniture.water_sprite_set",
    },
    water_sprite_statue_v2 = {
        name = "浇水精灵雕像",
        description = "放置于田地并放上精华石, 即可每天自动为2格半径范围内的植物浇水。 ",
        icon_sprite = "spr_ui_item_object_water_sprite_statue_v2",
        object = "water_sprite_statue_v2",
        tags = {
            "furniture",
            "automation",
        },
        recipe_key = "water_sprite",
        crafting_level_requirement = 20,
        recipe = {
            {
                count = 10,
                item = "refined_stone",
            },
            {
                essence = 50,
            },
            {
                count = 3,
                item = "purple_mushroom",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Water Sprite Statue",
        description_en = "Place and apply an Essence Stone to automatically water crops in a 2 tile radius.",
        category = "furniture.water_sprite_set",
    },
    water_sprite_statue_v3 = {
        name = "浇水精灵雕像",
        description = "放置于田地并放上精华石, 即可每天自动为2格半径范围内的植物浇水。 ",
        icon_sprite = "spr_ui_item_object_water_sprite_statue_v3",
        object = "water_sprite_statue_v3",
        tags = {
            "furniture",
            "automation",
        },
        recipe_key = "water_sprite",
        crafting_level_requirement = 20,
        recipe = {
            {
                count = 10,
                item = "refined_stone",
            },
            {
                essence = 50,
            },
            {
                count = 3,
                item = "temple_flower",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Water Sprite Statue",
        description_en = "Place and apply an Essence Stone to automatically water crops in a 2 tile radius.",
        category = "furniture.water_sprite_set",
    },
    water_sprite_statue_v4 = {
        name = "浇水精灵雕像",
        description = "放置于田地并放上精华石, 即可每天自动为2格半径范围内的植物浇水。 ",
        icon_sprite = "spr_ui_item_object_water_sprite_statue_v4",
        object = "water_sprite_statue_v4",
        tags = {
            "furniture",
            "automation",
        },
        recipe_key = "water_sprite",
        crafting_level_requirement = 20,
        recipe = {
            {
                count = 10,
                item = "refined_stone",
            },
            {
                essence = 50,
            },
            {
                count = 3,
                item = "sea_grapes",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Water Sprite Statue",
        description_en = "Place and apply an Essence Stone to automatically water crops in a 2 tile radius.",
        category = "furniture.water_sprite_set",
    },
    water_sprite_statue_v5 = {
        name = "浇水精灵雕像",
        description = "放置于田地并放上精华石, 即可每天自动为2格半径范围内的植物浇水。 ",
        icon_sprite = "spr_ui_item_object_water_sprite_statue_v5",
        object = "water_sprite_statue_v5",
        tags = {
            "furniture",
            "automation",
        },
        recipe_key = "water_sprite",
        crafting_level_requirement = 20,
        recipe = {
            {
                count = 10,
                item = "refined_stone",
            },
            {
                essence = 50,
            },
            {
                count = 3,
                item = "thorn_vine",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        name_en = "Water Sprite Statue",
        description_en = "Place and apply an Essence Stone to automatically water crops in a 2 tile radius.",
        category = "furniture.water_sprite_set",
    },
    star_lantern_yellow = {
        name = "星星提灯",
        description = "黄色的流星节提灯。 ",
        crafting_level_requirement = 15,
        object = "star_lantern_yellow",
        recipe_key = "star_lantern",
        icon_sprite = "spr_ui_item_decor_star_lantern_yellow",
        tags = {
            "furniture",
            "star_festival_set",
            "floor_lighting",
        },
        recipe = {
            {
                count = 1,
                item = "silver_ingot",
            },
            {
                count = 1,
                item = "monster_core",
            },
            {
                count = 1,
                item = "essence_drop",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Star Lantern",
        description_en = "A Shooting Star Festival lantern with a yellow star detail.",
        category = "furniture.shooting_star_set",
    },
    star_lantern_white = {
        name = "星星提灯",
        description = "白色的流星节提灯。 ",
        crafting_level_requirement = 15,
        object = "star_lantern_white",
        recipe_key = "star_lantern",
        icon_sprite = "spr_ui_item_decor_star_lantern_white",
        tags = {
            "furniture",
            "star_festival_set",
            "floor_lighting",
        },
        recipe = {
            {
                count = 1,
                item = "silver_ingot",
            },
            {
                count = 1,
                item = "monster_core",
            },
            {
                count = 1,
                item = "essence_drop",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Star Lantern",
        description_en = "A Shooting Star Festival lantern with a white star detail.",
        category = "furniture.shooting_star_set",
    },
    star_lantern_pink = {
        name = "星星提灯",
        description = "粉色的流星节提灯。 ",
        crafting_level_requirement = 15,
        object = "star_lantern_pink",
        recipe_key = "star_lantern",
        icon_sprite = "spr_ui_item_decor_star_lantern_pink",
        tags = {
            "furniture",
            "star_festival_set",
            "floor_lighting",
        },
        recipe = {
            {
                count = 1,
                item = "silver_ingot",
            },
            {
                count = 1,
                item = "monster_core",
            },
            {
                count = 1,
                item = "essence_drop",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Star Lantern",
        description_en = "A Shooting Star Festival lantern with a pink star detail.",
        category = "furniture.shooting_star_set",
    },
    star_lantern_purple = {
        name = "星星提灯",
        description = "紫色的流星节提灯。 ",
        crafting_level_requirement = 15,
        object = "star_lantern_purple",
        recipe_key = "star_lantern",
        icon_sprite = "spr_ui_item_decor_star_lantern_purple",
        tags = {
            "furniture",
            "star_festival_set",
            "floor_lighting",
        },
        recipe = {
            {
                count = 1,
                item = "silver_ingot",
            },
            {
                count = 1,
                item = "monster_core",
            },
            {
                count = 1,
                item = "essence_drop",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Star Lantern",
        description_en = "A Shooting Star Festival lantern with a purple star detail.",
        category = "furniture.shooting_star_set",
    },
    star_lantern_blue = {
        name = "星星提灯",
        description = "蓝色的流星节提灯。 ",
        crafting_level_requirement = 15,
        object = "star_lantern_blue",
        recipe_key = "star_lantern",
        icon_sprite = "spr_ui_item_decor_star_lantern_blue",
        tags = {
            "furniture",
            "star_festival_set",
            "floor_lighting",
        },
        recipe = {
            {
                count = 1,
                item = "silver_ingot",
            },
            {
                count = 1,
                item = "monster_core",
            },
            {
                count = 1,
                item = "essence_drop",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Star Lantern",
        description_en = "A Shooting Star Festival lantern with a blue star detail.",
        category = "furniture.shooting_star_set",
    },
    star_viewing_blanket_yellow = {
        name = "观星毯子",
        description = "黄色的流星节毯子。 ",
        crafting_level_requirement = 15,
        object = "star_viewing_blanket_yellow",
        recipe_key = "star_viewing_blanket",
        icon_sprite = "spr_ui_item_decor_star_viewing_blanket_yellow",
        tags = {
            "furniture",
            "star_festival_set",
            "medium_rug",
        },
        recipe = {
            {
                count = 2,
                item = "sheep_wool",
            },
            {
                count = 1,
                item = "essence_drop",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Star Viewing Blanket",
        description_en = "A Shooting Star Festival blanket in yellow.",
        category = "furniture.shooting_star_set",
    },
    star_viewing_blanket_pink = {
        name = "观星毯子",
        description = "粉色的流星节毯子。 ",
        crafting_level_requirement = 15,
        object = "star_viewing_blanket_pink",
        recipe_key = "star_viewing_blanket",
        icon_sprite = "spr_ui_item_decor_star_viewing_blanket_pink",
        tags = {
            "furniture",
            "star_festival_set",
            "medium_rug",
        },
        recipe = {
            {
                count = 2,
                item = "sheep_wool",
            },
            {
                count = 1,
                item = "essence_drop",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Star Viewing Blanket",
        description_en = "A Shooting Star Festival blanket in pink.",
        category = "furniture.shooting_star_set",
    },
    star_viewing_blanket_purple = {
        name = "观星毯子",
        description = "紫色的流星节毯子。 ",
        crafting_level_requirement = 15,
        object = "star_viewing_blanket_purple",
        recipe_key = "star_viewing_blanket",
        icon_sprite = "spr_ui_item_decor_star_viewing_blanket_purple",
        tags = {
            "furniture",
            "star_festival_set",
            "medium_rug",
        },
        recipe = {
            {
                count = 2,
                item = "sheep_wool",
            },
            {
                count = 1,
                item = "essence_drop",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Star Viewing Blanket",
        description_en = "A Shooting Star Festival blanket in purple.",
        category = "furniture.shooting_star_set",
    },
    star_viewing_blanket_blue = {
        name = "观星毯子",
        description = "蓝色的流星节毯子。 ",
        crafting_level_requirement = 15,
        object = "star_viewing_blanket_blue",
        recipe_key = "star_viewing_blanket",
        icon_sprite = "spr_ui_item_decor_star_viewing_blanket_blue",
        tags = {
            "furniture",
            "star_festival_set",
            "medium_rug",
        },
        recipe = {
            {
                count = 2,
                item = "sheep_wool",
            },
            {
                count = 1,
                item = "essence_drop",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Star Viewing Blanket",
        description_en = "A Shooting Star Festival blanket in blue.",
        category = "furniture.shooting_star_set",
    },
    star_cushion_yellow = {
        name = "星星坐垫",
        description = "黄色的流星节坐垫。 ",
        crafting_level_requirement = 15,
        object = "star_cushion_yellow",
        recipe_key = "star_cushion",
        icon_sprite = "spr_ui_item_decor_star_cushion_yellow",
        tags = {
            "furniture",
            "star_festival_set",
            "misc_seating",
        },
        recipe = {
            {
                count = 2,
                item = "rabbit_wool",
            },
            {
                count = 2,
                item = "duck_feather",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Star Cushion",
        description_en = "A Shooting Star Festival cushion in yellow.",
        category = "furniture.shooting_star_set",
    },
    star_cushion_white = {
        name = "星星坐垫",
        description = "白色的流星节坐垫。 ",
        crafting_level_requirement = 15,
        object = "star_cushion_white",
        recipe_key = "star_cushion",
        icon_sprite = "spr_ui_item_decor_star_cushion_white",
        tags = {
            "furniture",
            "star_festival_set",
            "misc_seating",
        },
        recipe = {
            {
                count = 2,
                item = "rabbit_wool",
            },
            {
                count = 2,
                item = "duck_feather",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Star Cushion",
        description_en = "A Shooting Star Festival cushion in white.",
        category = "furniture.shooting_star_set",
    },
    star_cushion_pink = {
        name = "星星坐垫",
        description = "粉色的流星节坐垫。 ",
        crafting_level_requirement = 15,
        object = "star_cushion_pink",
        recipe_key = "star_cushion",
        icon_sprite = "spr_ui_item_decor_star_cushion_pink",
        tags = {
            "furniture",
            "star_festival_set",
            "misc_seating",
        },
        recipe = {
            {
                count = 2,
                item = "rabbit_wool",
            },
            {
                count = 2,
                item = "duck_feather",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Star Cushion",
        description_en = "A Shooting Star Festival cushion in pink.",
        category = "furniture.shooting_star_set",
    },
    star_cushion_purple = {
        name = "星星坐垫",
        description = "紫色的流星节坐垫。 ",
        crafting_level_requirement = 15,
        object = "star_cushion_purple",
        recipe_key = "star_cushion",
        icon_sprite = "spr_ui_item_decor_star_cushion_purple",
        tags = {
            "furniture",
            "star_festival_set",
            "misc_seating",
        },
        recipe = {
            {
                count = 2,
                item = "rabbit_wool",
            },
            {
                count = 2,
                item = "duck_feather",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Star Cushion",
        description_en = "A Shooting Star Festival cushion in purple.",
        category = "furniture.shooting_star_set",
    },
    star_cushion_light_blue = {
        name = "星星坐垫",
        description = "浅蓝色的流星节坐垫。 ",
        crafting_level_requirement = 15,
        object = "star_cushion_light_blue",
        recipe_key = "star_cushion",
        icon_sprite = "spr_ui_item_decor_star_cushion_light_blue",
        tags = {
            "furniture",
            "star_festival_set",
            "misc_seating",
        },
        recipe = {
            {
                count = 2,
                item = "rabbit_wool",
            },
            {
                count = 2,
                item = "duck_feather",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Star Cushion",
        description_en = "A Shooting Star Festival cushion in light blue.",
        category = "furniture.shooting_star_set",
    },
    star_cushion_blue = {
        name = "星星坐垫",
        description = "蓝色的流星节坐垫。 ",
        crafting_level_requirement = 15,
        object = "star_cushion_blue",
        recipe_key = "star_cushion",
        icon_sprite = "spr_ui_item_decor_star_cushion_blue",
        tags = {
            "furniture",
            "star_festival_set",
            "misc_seating",
        },
        recipe = {
            {
                count = 2,
                item = "rabbit_wool",
            },
            {
                count = 2,
                item = "duck_feather",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Star Cushion",
        description_en = "A Shooting Star Festival cushion in blue.",
        category = "furniture.shooting_star_set",
    },
    fire_crystal = {
        name = "火元素水晶",
        description = "熔岩洞穴中常见的文物, 这块水晶中注入了火元素的力量。 ",
        icon_sprite = "spr_ui_item_fire_crystal",
        tags = {
            "archaeology",
        },
        value = {
            bin = 50,
            renown = 10,
        },
        name_en = "Fire Crystal",
        description_en = "A common Lava Caves artifact. This crystal has been imbued by the essence of fire.",
        category = "mines.lava_caves",
    },
    warm_rock = {
        name = "温暖石头",
        description = "熔岩洞穴中常见的文物, 看起来很普通的石头, 但有着温暖的特性。 ",
        icon_sprite = "spr_ui_item_warm_rock",
        tags = {
            "archaeology",
        },
        value = {
            bin = 50,
            renown = 10,
        },
        name_en = "Warm Rock",
        description_en = "A common Lava Caves artifact. This rock is ordinary in appearance, but it remains perpetually warm to the touch.",
        category = "mines.lava_caves",
    },
    red_obsidian = {
        name = "红色黑曜石",
        description = "熔岩洞穴中罕见的文物, 红色的脉络贯穿了这块黑曜石。 ",
        icon_sprite = "spr_ui_item_red_obsidian",
        tags = {
            "archaeology",
        },
        value = {
            bin = 60,
            renown = 15,
        },
        name_en = "Red Obsidian",
        description_en = "An uncommon Lava Caves artifact. This chunk of obsidian has a streak of red running through it.",
        category = "mines.lava_caves",
    },
    rainbow_geode = {
        name = "彩虹晶球",
        description = "熔岩洞穴中罕见的文物, 许多不同的宝石汇聚成了这颗令人惊叹的晶球。 ",
        icon_sprite = "spr_ui_item_rainbow_geode",
        tags = {
            "archaeology",
        },
        value = {
            bin = 60,
            renown = 15,
        },
        name_en = "Rainbow Geode",
        description_en = "An uncommon Lava Caves artifact. This incredible geode is formed of many different gems, all fused together.",
        category = "mines.lava_caves",
    },
    tiny_volcano = {
        name = "小火山",
        description = "熔岩洞穴中稀有的文物, 这种地质构造看起来很像一座火山, 只不过… 非常微小。 ",
        icon_sprite = "spr_ui_item_tiny_volcano",
        tags = {
            "archaeology",
        },
        value = {
            bin = 135,
            renown = 25,
        },
        name_en = "Tiny Volcano",
        description_en = "A rare Lava Caves artifact. This geological formation looks a lot like a volcano, except... tiny.",
        category = "mines.lava_caves",
    },
    flame_pepper = {
        name = "火焰辣椒",
        description = "这种辣椒极其辣, 用来做菜的话要小心处理。 ",
        icon_sprite = "spr_ui_item_flame_pepper",
        restore = 6,
        tags = {
            "forageable",
            "mines_forageable",
        },
        value = {
            bin = 35,
        },
        name_en = "Flame Pepper",
        description_en = "These incredibly hot peppers should be handled with care.",
        category = "mines.lava_caves",
    },
    ash_mushroom = {
        name = "灰烬蘑菇",
        description = "一种娇嫩的蘑菇, 被碰触时会释放出如灰烬般的孢子。 ",
        icon_sprite = "spr_ui_item_ash_mushroom",
        restore = 6,
        tags = {
            "forageable",
            "mines_forageable",
        },
        value = {
            bin = 40,
        },
        name_en = "Ash Mushroom",
        description_en = "A delicate mushroom that releases ashlike spores when jostled.",
        category = "mines.lava_caves",
    },
    lava_chestnuts = {
        name = "熔岩栗子",
        description = "地表的栗子长熟了, 可以收;熔洞里的栗子长熟了, 可以吃! ",
        icon_sprite = "spr_ui_item_lava_chestnut",
        restore = 10,
        tags = {
            "forageable",
            "mines_forageable",
        },
        value = {
            bin = 45,
        },
        name_en = "Lava Chestnuts",
        description_en = "These delicious chestnuts come pre-cooked!",
        category = "mines.lava_caves",
    },
    hot_potato = {
        name = "热土豆",
        description = "这种“预制”土豆有一种令人上瘾的酸甜味。 ",
        icon_sprite = "spr_ui_item_hot_potato",
        restore = 10,
        tags = {
            "forageable",
            "mines_forageable",
        },
        value = {
            bin = 40,
        },
        name_en = "Hot Potato",
        description_en = "These pre-cooked wild potatoes have a tangy flavor that is surprisingly addictive.",
        category = "mines.lava_caves",
    },
    breath_of_fire = {
        name = "火息花",
        description = "这种妖艳的花在被采摘后仍然持续发出光芒。 ",
        icon_sprite = "spr_ui_item_breath_of_flame",
        tags = {
            "forageable",
            "mines_forageable",
        },
        value = {
            bin = 45,
        },
        name_en = "Breath of Flame",
        description_en = "These beautiful flowers continue to glow, even after they've been picked.",
        category = "mines.lava_caves",
    },
    obsidian = {
        name = "黑曜石",
        description = "一片火山玻璃。 ",
        icon_sprite = "spr_ui_item_obsidian",
        recipe_is_default = true,
        tags = {
            "refined_material",
            "material",
        },
        recipe = {
            {
                count = 8,
                item = "ore_stone",
            },
            {
                hours = 0,
                minutes = 10,
            },
        },
        value = {
            bin = 15,
        },
        name_en = "Obsidian",
        description_en = "A shard of volcanic glass.",
        category = "mines.lava_caves",
    },
    lava_piranha = {
        name = "熔岩食人鱼",
        description = "熔岩洞穴中常见的小型鱼, 这种鱼无论外观还是行为都令人极度警惕。 ",
        icon_sprite = "spr_ui_item_fish_small_lava_piranha",
        edible = false,
        restore = "small_common_fish_restore",
        tags = {
            "fishable",
        },
        value = {
            bin = 50,
        },
        name_en = "Lava Piranha",
        description_en = "A common small Lava Caves fish. This fish couldn't be more alarming in both its appearance and its behavior.",
        category = "mines.lava_caves",
    },
    candelabra_seadragon = {
        name = "烛台海龙",
        description = "熔岩洞穴中罕见的小型鱼, 这种海龙背上有好几处像烛台一样的突起, 鱼如其名。 ",
        icon_sprite = "spr_ui_item_fish_small_candelabra_seadragon",
        edible = false,
        restore = "small_common_fish_restore",
        tags = {
            "fishable",
        },
        value = {
            bin = 60,
        },
        name_en = "Candelabra Seadragon",
        description_en = "An uncommon small Lava Caves fish. This seadragon has a number of thin protrusions that make it look like its namesake.",
        category = "mines.lava_caves",
    },
    armored_bass = {
        name = "铠甲鲈鱼",
        description = "熔岩洞穴中常见的中型鱼, 这种鲈鱼为了适应环境, 奇妙地长出了金属般厚重的鳞片。 ",
        icon_sprite = "spr_ui_item_fish_medium_armored_bass",
        edible = false,
        restore = "small_common_fish_restore",
        tags = {
            "fishable",
        },
        value = {
            bin = 65,
        },
        name_en = "Armored Bass",
        description_en = "A common medium Lava Caves fish. This bass species has adapted to grow incredibly thick and metallic looking scales.",
        category = "mines.lava_caves",
    },
    sulfur_crab = {
        name = "硫磺蟹",
        description = "熔岩洞穴中罕见的中型甲壳动物, 这种蟹的壳上覆盖着一层厚厚的黄色硫磺涂层。 ",
        icon_sprite = "spr_ui_item_fish_medium_sulfur_crab",
        edible = false,
        restore = "small_common_fish_restore",
        tags = {
            "fishable",
        },
        value = {
            bin = 60,
        },
        name_en = "Sulfur Crab",
        description_en = "An uncommon medium Lava Caves crustacean. This crab is encased in a thick yellow coating of sulfur on its shell.",
        category = "mines.lava_caves",
    },
    firesail_fish = {
        name = "火帆鱼",
        description = "熔岩洞穴中稀有的大型鱼, 生活在岩浆中。 它的生理构造完全是个谜。 ",
        icon_sprite = "spr_ui_item_fish_large_firesail_fish",
        edible = false,
        restore = "small_common_fish_restore",
        tags = {
            "fishable",
        },
        value = {
            bin = 130,
        },
        name_en = "Firesail Fish",
        description_en = "A rare large Lava Caves fish found in lava. Its physiology is a complete mystery.",
        category = "mines.lava_caves",
    },
    fire_wasp = {
        description = "熔岩洞穴中常见的昆虫, 幸好这种马蜂似乎只对其他昆虫构成威胁。 ",
        icon_sprite = "spr_ui_item_insect_fire_wasp",
        name = "火焰马蜂",
        tags = {
            "bugs",
        },
        value = {
            bin = 30,
        },
        description_en = "A common Lava Caves insect. Luckily this wasp seems to be a danger only to other insects.",
        name_en = "Fire Wasp",
        category = "mines.lava_caves",
        type = "fly_wave",
        idle_sprite = "spr_insect_fire_wasp_entity_idle",
        move_sprite = "spr_insect_fire_wasp_entity_move",
        rarity = "common",
        dungeon_biome = "lava_caves",
    },
    cooktop_beetle = {
        description = "熔岩洞穴中常见的昆虫, 其壳的热度足以煎蛋。 ",
        icon_sprite = "spr_ui_item_insect_cooktop_beetle",
        name = "炉灶甲虫",
        tags = {
            "bugs",
        },
        value = {
            bin = 30,
        },
        description_en = "A common Lava Caves insect. The top of this beetle's shell is hot enough to fry an egg.",
        name_en = "Cooktop Beetle",
        category = "mines.lava_caves",
        idle_sprite = "spr_insect_cooktop_beetle_entity_idle",
        move_sprite = "spr_insect_cooktop_beetle_entity_move",
        dungeon_biome = "lava_caves",
    },
    lava_snail = {
        description = "熔岩洞穴中罕见的昆虫, 这种蜗牛会拖出一地小小的熔融痕迹。 ",
        icon_sprite = "spr_ui_item_insect_lava_snail",
        name = "熔岩蜗牛",
        tags = {
            "bugs",
        },
        value = {
            bin = 45,
        },
        description_en = "An uncommon Lava Caves insect. This snail leaves tiny molten trails.",
        name_en = "Lava Snail",
        category = "mines.lava_caves",
        idle_sprite = "spr_insect_lava_snail_entity_idle",
        move_sprite = "spr_insect_lava_snail_entity_move",
        rarity = "uncommon",
        dungeon_biome = "lava_caves",
    },
    smoke_moth = {
        description = "熔岩洞穴中罕见的昆虫, 这种飞蛾会生成一种烟雾以抵御天敌。 ",
        icon_sprite = "spr_ui_item_insect_smoke_moth",
        name = "烟雾蛾",
        tags = {
            "bugs",
        },
        value = {
            bin = 40,
        },
        description_en = "An uncommon Lava Caves insect. This moth generates a small cloud of smoke around it to help protect it from predators.",
        name_en = "Smoke Moth",
        category = "mines.lava_caves",
        type = "fly_wave",
        idle_sprite = "spr_insect_smoke_moth_entity_idle",
        move_sprite = "spr_insect_smoke_moth_entity_move",
        rarity = "uncommon",
        dungeon_biome = "lava_caves",
    },
    diamond_beetle = {
        description = "熔岩洞穴中稀有的昆虫, 这种神奇的甲虫有着坚不可摧的防御能力…不过你把它拿起来就好了。 ",
        icon_sprite = "spr_ui_item_insect_diamond_beetle",
        name = "钻石甲虫",
        tags = {
            "bugs",
        },
        value = {
            bin = 80,
        },
        description_en = "A rare Lava Caves insect. This wondrous beetle had an impenetrable defense... unless you pick it up.",
        name_en = "Diamond Beetle",
        category = "mines.lava_caves",
        idle_sprite = "spr_insect_diamond_beetle_entity_idle",
        move_sprite = "spr_insect_diamond_beetle_entity_move",
        rarity = "rare",
        dungeon_biome = "lava_caves",
    },
    spell_fruit = {
        name = "咒语果",
        description = "散发着令人垂涎欲滴香气的水果。 ",
        icon_sprite = "spr_ui_item_spell_fruit",
        restore = 8,
        tags = {
            "forageable",
            "mines_forageable",
        },
        value = {
            bin = 10,
        },
        name_en = "Spell Fruit",
        description_en = "A fruit with a mouthwatering aroma that's quite mesmerizing.",
        category = "mines.ruins",
    },
    essence_blossom = {
        name = "精华花",
        description = "吸收了魔力的花, 美丽且异常坚韧。 ",
        icon_sprite = "spr_ui_item_essence_blossom",
        tags = {
            "forageable",
            "mines_forageable",
        },
        value = {
            bin = 10,
        },
        name_en = "Essence Blossom",
        description_en = "A flower infused with magic, beautiful and surprisingly resilient.",
        category = "mines.ruins",
    },
    stone_shell = {
        name = "石贝壳",
        description = "常见的文物, 侧耳倾听, 深域矿洞的水流声萦绕耳际。 ",
        icon_sprite = "spr_ui_item_stone_shell",
        tags = {
            "archaeology",
        },
        value = {
            bin = 40,
            renown = 5,
        },
        name_en = "Stone Shell",
        description_en = "A common artifact. When you hold it to your ear, you can hear the sound of water flowing through deep caves.",
        category = "mines.tide_caverns",
    },
    starlight_coral = {
        name = "星光珊瑚",
        description = "常见的文物, 这种珊瑚闪烁着星光一般的光芒。 ",
        icon_sprite = "spr_ui_item_starlight_coral",
        tags = {
            "archaeology",
        },
        value = {
            bin = 40,
            renown = 5,
        },
        name_en = "Starlight Coral",
        description_en = "A common artifact. This piece of coral glimmers as if reflecting starlight.",
        category = "mines.tide_caverns",
    },
    tidestone = {
        name = "潮汐石",
        description = "罕见的文物, 这块石头似乎会随着潮汐的变化而略微变大或缩小。 ",
        icon_sprite = "spr_ui_item_tidestone",
        tags = {
            "archaeology",
        },
        value = {
            bin = 50,
            renown = 5,
        },
        name_en = "Tidestone",
        description_en = "An uncommon artifact. This chunk of stone appears to grow and shrink slightly along with the tides.",
        category = "mines.tide_caverns",
    },
    dense_water = {
        name = "凝形水",
        description = "罕见的文物, 这谭水的密度如此之高, 即使在空气中也能保持其形状。 ",
        icon_sprite = "spr_ui_item_dense_water",
        tags = {
            "archaeology",
        },
        value = {
            bin = 50,
            renown = 5,
        },
        name_en = "Dense Water",
        description_en = "An uncommon artifact. This water is so dense that it holds its shape even in air.",
        category = "mines.tide_caverns",
    },
    crab_statue = {
        name = "螃蟹雕像",
        description = "稀有的文物, 这座精心雕刻的雕像栩栩如生。 ",
        icon_sprite = "spr_ui_item_crab_statue",
        tags = {
            "archaeology",
        },
        value = {
            bin = 75,
            renown = 10,
        },
        name_en = "Crab Statue",
        description_en = "A rare artifact. This delicately crafted statue almost seems alive.",
        category = "mines.tide_caverns",
    },
    coral = {
        description = "漂亮的珊瑚, 可在潮汐洞穴收集, 是制作物品的材料。 ",
        icon_sprite = "spr_ui_item_coral",
        name = "珊瑚",
        recipe_is_default = true,
        tags = {
            "refined_material",
            "material",
        },
        recipe = {
            {
                count = 8,
                item = "ore_stone",
            },
            {
                hours = 0,
                minutes = 10,
            },
        },
        value = {
            bin = 15,
        },
        description_en = "A pretty piece of coral. Found in the Tide Caverns & used for crafting.",
        name_en = "Coral",
        category = "mines.tide_caverns",
    },
    underseaweed = {
        name = "地底海草",
        icon_sprite = "spr_ui_item_underseaweed",
        description = "这种海藻味道温和, 富有弹性。 是烹饪美食的材料。 ",
        tags = {
            "forageable",
            "mines_forageable",
        },
        restore = 5,
        value = {
            bin = 30,
        },
        name_en = "Underseaweed",
        description_en = "This seaweed has a mild flavor and bouncy texture. Used in a variety of cooking recipes.",
        category = "mines.tide_caverns",
    },
    sea_grapes = {
        name = "海葡萄",
        icon_sprite = "spr_ui_item_sea_grapes",
        description = "这种葡萄咬下去会爆出一阵咸味, 能为任何菜肴增添咸鲜的口感。 是烹饪美食的材料。 ",
        tags = {
            "forageable",
            "mines_forageable",
        },
        restore = 5,
        value = {
            bin = 35,
        },
        name_en = "Sea Grapes",
        description_en = "These grapes have a salty pop that adds a briny taste to any dish. Used in a variety of cooking recipes.",
        category = "mines.tide_caverns",
    },
    cave_kelp = {
        name = "翡翠海藻",
        description = "这种海藻是汤类的绝佳增稠剂, 是烹饪美食的材料。 ",
        icon_sprite = "spr_ui_item_cave_kelp",
        tags = {
            "forageable",
            "mines_forageable",
        },
        restore = 5,
        value = {
            bin = 30,
        },
        name_en = "Jade Dulse",
        description_en = "This seaweed makes a great thickener for soups. Used in a variety of cooking recipes.",
        category = "mines.tide_caverns",
    },
    mines_mussels = {
        name = "矿洞贻贝",
        description = "这种贻贝在地下成群地生长。 是烹饪美食的材料。 ",
        icon_sprite = "spr_ui_item_mines_mussels",
        tags = {
            "forageable",
            "mines_forageable",
        },
        restore = 5,
        value = {
            bin = 35,
        },
        name_en = "Mines Mussels",
        description_en = "These mussels grow in bunches underground. Used in a variety of cooking recipes.",
        category = "mines.tide_caverns",
    },
    tide_lettuce = {
        name = "潮生莴苣",
        icon_sprite = "spr_ui_item_tide_lettuce",
        description = "这种野生的莴苣味道浓郁, 口感脆爽。 是烹饪美食的材料。 ",
        tags = {
            "forageable",
            "mines_forageable",
        },
        restore = 5,
        value = {
            bin = 30,
        },
        name_en = "Tide Lettuce",
        description_en = "This wild lettuce has a rich flavor and a satisfying crunch. Used in a variety of cooking recipes.",
        category = "mines.tide_caverns",
    },
    sapphire_betta = {
        name = "蓝宝石搏鱼",
        description = "潮汐洞穴中常见的小型鱼, 颜色十分好看。 ",
        icon_sprite = "spr_ui_item_fish_small_sapphire_betta",
        edible = false,
        restore = "small_common_fish_restore",
        tags = {
            "fishable",
        },
        value = {
            bin = 40,
        },
        name_en = "Sapphire Betta",
        description_en = "A common small Tide Caverns fish. It has a lovely color.",
        category = "mines.tide_caverns",
    },
    archerfish = {
        name = "射水鱼",
        description = "潮汐洞穴中罕见的小型鱼, 会射出水流来捕捉虫子。 ",
        icon_sprite = "spr_ui_item_fish_small_archerfish",
        edible = false,
        restore = "small_common_fish_restore",
        tags = {
            "fishable",
        },
        value = {
            bin = 45,
        },
        name_en = "Archerfish",
        description_en = "An uncommon small Tide Caverns fish. It squirts a stream of water to catch bugs.",
        category = "mines.tide_caverns",
    },
    transparent_jellyfish = {
        name = "透明水母",
        description = "潮汐洞穴中常见的中型无脊椎动物, 在黑暗的环境中进化出了不同寻常的透明外表。 ",
        icon_sprite = "spr_ui_item_fish_medium_transparent_jellyfish",
        edible = false,
        restore = "small_common_fish_restore",
        tags = {
            "fishable",
        },
        value = {
            bin = 40,
        },
        name_en = "Transparent Jellyfish",
        description_en = "A common medium Tide Caverns invertebrate. It evolved in darkness, resulting in an unusual transparent appearance.",
        category = "mines.tide_caverns",
    },
    water_balloon_fish = {
        name = "水球鱼",
        description = "潮汐洞穴中罕见的中型鱼, 能吸入大量的水以震慑天敌。 ",
        icon_sprite = "spr_ui_item_fish_medium_water_balloon_fish",
        edible = false,
        restore = "small_common_fish_restore",
        tags = {
            "fishable",
        },
        value = {
            bin = 50,
        },
        name_en = "Water Balloon Fish",
        description_en = "An uncommon medium Tide Caverns fish. It takes in an impressive amount of water to discourage predators.",
        category = "mines.tide_caverns",
    },
    mini_whale_shark = {
        name = "迷你鲸鲨",
        description = "潮汐洞穴中稀有的大型鱼, 与名字听起来不同, 其实很巨大。 ",
        icon_sprite = "spr_ui_item_fish_large_mini_whale_shark",
        edible = false,
        restore = "small_common_fish_restore",
        tags = {
            "fishable",
        },
        value = {
            bin = 100,
        },
        name_en = "Mini-Whale Shark",
        description_en = "A rare large Tide Caverns fish. Despite its name, it is still very large.",
        category = "mines.tide_caverns",
    },
    sea_scarab = {
        description = "潮汐洞穴中罕见的昆虫, 漂亮的甲壳有着与晴空下的海一样的颜色。 ",
        icon_sprite = "spr_ui_item_insect_sea_scarab",
        name = "海甲虫",
        tags = {
            "bugs",
        },
        value = {
            bin = 20,
        },
        description_en = "An uncommon Tide Caverns insect. Its pretty carapace looks like the sea on a sunny day.",
        name_en = "Sea Scarab",
        category = "mines.tide_caverns",
        idle_sprite = "spr_insect_sea_scarab_entity_idle",
        move_sprite = "spr_insect_sea_scarab_entity_move",
        spawn = "rock",
        rarity = "rare",
        dungeon_biome = "tide_caverns",
    },
    waterfly = {
        description = "潮汐洞穴中常见的昆虫, 与萤火虫这个近亲相似, 它使用蓝色光芒来发出信号。 ",
        icon_sprite = "spr_ui_item_insect_waterfly",
        name = "水生萤火虫",
        tags = {
            "bugs",
        },
        value = {
            bin = 20,
        },
        description_en = "A common Tide Caverns insect. Like its firefly cousin, it uses its blue glow to signal.",
        name_en = "Waterfly",
        category = "mines.tide_caverns",
        type = "fly_wave",
        dungeon_biome = "tide_caverns",
    },
    hermit_snail = {
        description = "潮汐洞穴中罕见的昆虫, 蜗壳上用沙子和亮色的小石子装饰着。 ",
        icon_sprite = "spr_ui_item_insect_hermit_snail",
        name = "寄居蜗牛",
        tags = {
            "bugs",
        },
        value = {
            bin = 35,
        },
        description_en = "An uncommon Tide Caverns insect. Decorates its shell with sand and brightly colored pebbles.",
        name_en = "Hermit Snail",
        category = "mines.tide_caverns",
        idle_sprite = "spr_insect_hermit_snail_entity_idle",
        move_sprite = "spr_insect_hermit_snail_entity_move",
        rarity = "uncommon",
        dungeon_biome = "tide_caverns",
    },
    puddle_spider = {
        description = "潮汐洞穴中稀有的昆虫, 似乎能靠水洼中的涟漪来判断猎物位置以捕食。 ",
        icon_sprite = "spr_ui_item_insect_puddle_spider",
        name = "水洼蜘蛛",
        tags = {
            "bugs",
        },
        value = {
            bin = 45,
        },
        description_en = "An rare Tide Caverns insect. Seems to use the vibrations on puddles to hunt.",
        name_en = "Puddle Spider",
        category = "mines.tide_caverns",
        idle_sprite = "spr_insect_puddle_spider_entity_idle",
        move_sprite = "spr_insect_puddle_spider_entity_move",
        rarity = "rare",
        dungeon_biome = "tide_caverns",
    },
    coral_mantis = {
        description = "潮汐洞穴中罕见的昆虫, 这种螳螂的伪装就像是艺术。 ",
        icon_sprite = "spr_ui_item_insect_coral_mantis",
        name = "珊瑚螳螂",
        tags = {
            "bugs",
        },
        value = {
            bin = 35,
        },
        description_en = "An uncommon Tide Caverns insect. Its camouflage has turned this mantis into a work of art.",
        name_en = "Coral Mantis",
        category = "mines.tide_caverns",
        idle_sprite = "spr_insect_coral_mantis_entity_idle",
        move_sprite = "spr_insect_coral_mantis_entity_move",
        rarity = "uncommon",
        dungeon_biome = "tide_caverns",
    },
    miners_pickaxe = {
        name = "矿工十字镐",
        description = "常见的文物, 尽管年代久远, 它的状态依然良好。 ",
        icon_sprite = "spr_ui_item_miners_pickaxe",
        tags = {
            "archaeology",
        },
        value = {
            bin = 40,
            renown = 5,
        },
        name_en = "Miner's Pickaxe",
        description_en = "A common artifact. It's in pretty good condition despite its age.",
        category = "mines.upper_mines",
    },
    tin_lunchbox = {
        name = "锡制午餐盒",
        description = "常见的文物, 可惜里面是空的。 ",
        icon_sprite = "spr_ui_item_tin_lunchbox",
        tags = {
            "archaeology",
        },
        value = {
            bin = 40,
            renown = 5,
        },
        name_en = "Tin Lunchbox",
        description_en = "A common artifact. Sadly, it's empty.",
        category = "mines.upper_mines",
    },
    miners_slab = {
        name = "矿工石板",
        description = "罕见的文物, 它似乎在警告前方有陷阱。 ",
        icon_sprite = "spr_ui_item_miners_slab",
        tags = {
            "archaeology",
        },
        value = {
            bin = 50,
            renown = 5,
        },
        name_en = "Miner's Slab",
        description_en = "An uncommon artifact. It appears to warn of pitfalls ahead.",
        category = "mines.upper_mines",
    },
    miners_rucksack = {
        name = "矿工背包",
        description = "罕见的文物, 似乎被落在矿洞里很久了。 ",
        icon_sprite = "spr_ui_item_miners_rucksack",
        tags = {
            "archaeology",
        },
        value = {
            bin = 50,
            renown = 5,
        },
        name_en = "Miner's Rucksack",
        description_en = "An uncommon artifact. It seems to have been down in the Mines a long time.",
        category = "mines.upper_mines",
    },
    miners_helmet = {
        name = "矿工头盔",
        description = "稀有的文物, 上面有个磨损的名字, 只能看到是以L结尾…",
        icon_sprite = "spr_ui_item_miners_helmet",
        tags = {
            "archaeology",
        },
        value = {
            bin = 75,
            renown = 10,
        },
        name_en = "Miner's Helmet",
        description_en = "A rare artifact. There is a worn away name on it that ends with the letter L...",
        category = "mines.upper_mines",
    },
    upper_mines_mushroom = {
        description = "味道和口感都很好的野生蘑菇, 通常用作烹饪美食的材料。 ",
        icon_sprite = "spr_ui_item_upper_mines_mushroom",
        name = "上层矿洞蘑菇",
        tags = {
            "forageable",
            "mines_forageable",
        },
        restore = 3,
        value = {
            bin = 20,
        },
        description_en = "A wild mushroom with a great flavor and texture. Commonly used as a cooking ingredient.",
        name_en = "Upper Mines Mushroom",
        category = "mines.upper_mines",
    },
    sweetroot = {
        description = "生长在地下洞穴的根茎, 是很棒的零食, 生吃也好吃! ",
        icon_sprite = "spr_ui_item_sweetroot",
        name = "甜根",
        tags = {
            "forageable",
            "mines_forageable",
        },
        restore = 20,
        value = {
            bin = 20,
        },
        description_en = "A root that grows in caves underground. Makes a great snack, even when eaten raw!",
        name_en = "Sweetroot",
        category = "mines.upper_mines",
    },
    shadow_flower = {
        description = "只在暗黑无光的地方才会生长的花, 是很独特的礼物。 ",
        icon_sprite = "spr_ui_item_shadow_flower",
        name = "暗影花",
        tags = {
            "forageable",
            "mines_forageable",
            "flower",
        },
        value = {
            bin = 50,
        },
        description_en = "A rare flower that only grows in darkness. It makes a unique gift.",
        name_en = "Shadow Flower",
        category = "mines.upper_mines",
    },
    narrows_moss = {
        description = "独特的苔藓物种, 苔藓专家看到会很兴奋。 ",
        icon_sprite = "spr_ui_item_narrows_moss",
        name = "狭域苔藓",
        tags = {
            "forageable",
            "mines_forageable",
        },
        value = {
            bin = 20,
        },
        description_en = "A unique species of moss. Very exciting to moss experts.",
        name_en = "Narrows Moss",
        category = "mines.upper_mines",
    },
    cave_shrimp = {
        description = "上层矿洞中常见的甲壳动物, 半透明的身体看起来格外独特。 ",
        icon_sprite = "spr_ui_item_fish_small_cave_shrimp",
        name = "洞穴虾",
        edible = false,
        restore = "small_common_fish_restore",
        tags = {
            "fishable",
        },
        value = {
            bin = 35,
        },
        description_en = "A common small Upper Mines crustacean. Its translucent body gives it a distinct appearance.",
        name_en = "Cave Shrimp",
        category = "mines.upper_mines",
    },
    rock_guppy = {
        description = "上层矿洞中罕见的小型鱼, 与常见的孔雀鱼非常相似。 ",
        icon_sprite = "spr_ui_item_fish_small_rock_guppy",
        name = "岩石孔雀鱼",
        edible = false,
        restore = "small_common_fish_restore",
        tags = {
            "fishable",
        },
        value = {
            bin = 40,
        },
        description_en = "An uncommon small Upper Mines fish. Very similar to a regular guppy.",
        name_en = "Rock Guppy",
        category = "mines.upper_mines",
    },
    stone_loach = {
        description = "上层矿洞中常见的中型鱼, 能轻松地与周围的岩石融为一体。 ",
        icon_sprite = "spr_ui_item_fish_medium_stone_loach",
        name = "岩石鳅",
        edible = false,
        restore = "small_common_fish_restore",
        tags = {
            "fishable",
        },
        value = {
            bin = 35,
        },
        description_en = "A common medium Upper Mines fish. They easily blend in with the surrounding rocks.",
        name_en = "Stone Loach",
        category = "mines.upper_mines",
    },
    cave_eel = {
        description = "上层矿洞中罕见的中型鱼, 它们用石头筑巢。 ",
        icon_sprite = "spr_ui_item_fish_medium_cave_eel",
        name = "洞穴鳗",
        edible = false,
        restore = "small_common_fish_restore",
        tags = {
            "fishable",
        },
        value = {
            bin = 50,
        },
        description_en = "An uncommon medium Upper Mines fish. They build nests out of stone.",
        name_en = "Cave Eel",
        category = "mines.upper_mines",
    },
    cave_shark = {
        description = "上层矿洞中稀有的大型鱼, 它们是怎么跑到矿洞里的? ! ",
        icon_sprite = "spr_ui_item_fish_large_cave_shark",
        name = "洞穴鲨鱼",
        edible = false,
        restore = "small_common_fish_restore",
        tags = {
            "fishable",
        },
        value = {
            bin = 80,
        },
        description_en = "A rare large Upper Mines fish. How did they end up in the Mines?!",
        name_en = "Cave Shark",
        category = "mines.upper_mines",
    },
    lantern_moth = {
        description = "上层矿洞中常见的昆虫, 会在黑暗的地方聚集在光源附近。 ",
        icon_sprite = "spr_ui_item_insect_lantern_moth",
        name = "灯笼蛾",
        tags = {
            "bugs",
        },
        value = {
            bin = 15,
        },
        description_en = "A common Upper Mines insect. They gather near light sources in dark places.",
        name_en = "Lantern Moth",
        category = "mines.upper_mines",
        type = "fly_wave",
        idle_sprite = "spr_insect_lantern_moth_entity_idle",
        move_sprite = "spr_insect_lantern_moth_entity_move",
        dungeon_biome = "upper",
        attraction = "light",
    },
    copper_beetle = {
        description = "上层矿洞中罕见的昆虫, 独特的体色是极好的伪装。 ",
        icon_sprite = "spr_ui_item_insect_copper_beetle",
        name = "铜块甲虫",
        tags = {
            "bugs",
        },
        value = {
            bin = 30,
        },
        description_en = "An uncommon Upper Mines insect. Their unique coloration is great camouflage.",
        name_en = "Copper Nugget Beetle",
        category = "mines.upper_mines",
        idle_sprite = "spr_insect_copper_beetle_entity_idle",
        move_sprite = "spr_insect_copper_beetle_entity_move",
        rarity = "uncommon",
        dungeon_biome = "upper",
        attraction = "copper",
    },
    worm = {
        description = "上层矿洞中罕见的无脊椎动物, 就是一条虫。 ",
        icon_sprite = "spr_ui_item_insect_worm",
        name = "蠕虫",
        tags = {
            "bugs",
        },
        value = {
            bin = 15,
        },
        description_en = "An uncommon Upper Mines invertebrate. It's just a worm.",
        name_en = "Worm",
        category = "mines.upper_mines",
        spawn = "rock",
        dungeon_biome = "upper",
    },
    mine_cricket = {
        description = "上层矿洞中稀有的昆虫, 它们演奏的旋律真是朗朗上口…",
        icon_sprite = "spr_ui_item_insect_mine_cricket",
        name = "矿井蟋蟀",
        tags = {
            "bugs",
        },
        value = {
            bin = 35,
        },
        description_en = "A rare Upper Mines insect. Their songs are kinda catchy...",
        name_en = "Mine Cricket",
        category = "mines.upper_mines",
        type = "jump",
        idle_sprite = "spr_insect_mine_cricket_entity_idle",
        move_sprite = "spr_insect_mine_cricket_entity_move",
        rarity = "kinda_rare",
        dungeon_biome = "upper",
    },
    tunnel_millipede = {
        description = "上层矿洞中罕见的昆虫, 它们腿很多, 挖隧道应该效率很高。 ",
        icon_sprite = "spr_ui_item_insect_tunnel_millipede",
        name = "隧道千足虫",
        tags = {
            "bugs",
        },
        value = {
            bin = 15,
        },
        description_en = "An uncommon Upper Mines insect. Their many legs make quick work of tunneling.",
        name_en = "Tunnel Millipede",
        category = "mines.upper_mines",
        idle_sprite = "spr_insect_tunnel_millipede_entity_idle",
        move_sprite = "spr_insect_tunnel_millipede_entity_move",
        spawn = "rock",
        dungeon_biome = "upper",
    },
    really_round_rock = {
        name = "圆圆滚滚石",
        description = "常见的文物, 自然形成了极其不自然的圆形。 ",
        icon_sprite = "spr_ui_item_really_round_rock",
        tags = {
            "archaeology",
        },
        value = {
            bin = 40,
            renown = 5,
        },
        name_en = "Really Round Rock",
        description_en = "A common artifact. This naturally formed stone is unnaturally round.",
        category = "mines.deep_earth",
    },
    seriously_square_stone = {
        name = "绝对方正石",
        description = "常见的文物, 这块自然形成的石头呈完美的正方体, 让岩石爱好者爱不释手。 ",
        icon_sprite = "spr_ui_item_seriously_square_rock",
        tags = {
            "archaeology",
        },
        value = {
            bin = 40,
            renown = 5,
        },
        name_en = "Seriously Square Stone",
        description_en = "A common artifact. This naturally formed stone is a perfect square, a true delight for a rock connoisseur.",
        category = "mines.deep_earth",
    },
    earth_infused_stone = {
        name = "大地元素石",
        description = "罕见的文物, 这块岩石吸收了大地元素的力量。 ",
        icon_sprite = "spr_ui_item_earth_infused_stone",
        tags = {
            "archaeology",
        },
        value = {
            bin = 50,
            renown = 5,
        },
        name_en = "Earth-Infused Stone",
        description_en = "An uncommon artifact. This chunk of rock has taken on elemental qualities of earth.",
        category = "mines.deep_earth",
    },
    faceted_rock_gem = {
        name = "多面岩宝石",
        description = "罕见的文物, 虽然有着迷人的宝石外观, 其实只是普通的石头。 ",
        icon_sprite = "spr_ui_item_faceted_rock_gem",
        tags = {
            "archaeology",
        },
        value = {
            bin = 75,
            renown = 10,
        },
        name_en = "Faceted Rock Gem",
        description_en = "A uncommon artifact. Despite its mesmerizing, gem-like appearance, it's just a piece of rock.",
        category = "mines.deep_earth",
    },
    rock_statue = {
        name = "岩石像",
        description = "稀有的文物, 这块自然形成的岩石虽然真的很像一个人, 但… 肯定只是巧合吧。 ",
        icon_sprite = "spr_ui_item_rock_statue",
        tags = {
            "archaeology",
        },
        value = {
            bin = 125,
            renown = 20,
        },
        name_en = "Rock Statue",
        description_en = "A rare artifact. This naturally formed stone appears to be in the shape of a human, but... surely it's just a coincidence.",
        category = "mines.deep_earth",
    },
    crystal = {
        name = "水晶",
        description = "一片水晶碎片, 是制作物品的材料。 ",
        icon_sprite = "spr_ui_item_crystal",
        recipe_is_default = true,
        tags = {
            "refined_material",
            "material",
        },
        recipe = {
            {
                count = 8,
                item = "ore_stone",
            },
            {
                hours = 0,
                minutes = 10,
            },
        },
        value = {
            bin = 15,
        },
        name_en = "Crystal",
        description_en = "A shard of crystal. Used in crafting recipes.",
        category = "mines.deep_earth",
    },
    crystal_berries = {
        name = "水晶浆果",
        description = "这种浆果晶莹剔透, 味道甜美诱人。 ",
        icon_sprite = "spr_ui_item_crystal_berries",
        restore = 6,
        tags = {
            "forageable",
            "mines_forageable",
        },
        value = {
            bin = 30,
        },
        name_en = "Crystal Berries",
        description_en = "These berries have a glasslike appearance and are very sweet.",
        category = "mines.deep_earth",
    },
    shale_grass = {
        name = "页岩草",
        description = "这种草只是看起来像岩石而已, 非常难割断。 ",
        icon_sprite = "spr_ui_item_shale_grass",
        restore = 6,
        tags = {
            "forageable",
            "mines_forageable",
        },
        value = {
            bin = 35,
        },
        name_en = "Shale Grass",
        description_en = "This grass only looks like it's made of rock. Very tough to cut.",
        category = "mines.deep_earth",
    },
    earthshroom = {
        name = "土菇",
        description = "这种蘑菇成簇生长, 散发着浓郁的泥土气息。 ",
        restore = 6,
        icon_sprite = "spr_ui_item_earthshroom",
        tags = {
            "forageable",
            "mines_forageable",
            "mushroom",
        },
        value = {
            bin = 30,
        },
        name_en = "Earthshroom",
        description_en = "These mushrooms grow in dense clusters, and smell strongly of earth.",
        category = "mines.deep_earth",
    },
    rockroot = {
        name = "石根",
        description = "很难判断这到底是不是真的植物的根。 ",
        icon_sprite = "spr_ui_item_rockroot",
        restore = 6,
        tags = {
            "forageable",
            "mines_forageable",
        },
        value = {
            bin = 35,
        },
        name_en = "Rockroot",
        description_en = "It's hard to tell if this is part of a living plant or if it just resembles one.",
        category = "mines.deep_earth",
    },
    crystal_rose = {
        name = "水晶玫瑰",
        description = "精致娇嫩的玫瑰散发着微光, 看起来仿佛是由水晶雕琢而成。 ",
        icon_sprite = "spr_ui_item_crystal_rose",
        tags = {
            "forageable",
            "mines_forageable",
            "flower",
        },
        value = {
            bin = 35,
        },
        name_en = "Crystal Rose",
        description_en = "This delicate, shimmering rose appears to be made of crystal.",
        category = "mines.deep_earth",
    },
    pebble_minnow = {
        name = "卵石米诺鱼",
        description = "深域洞穴中常见的小型鱼, 这种鱼的鳞片有着卵石般的纹理, 有助于融入环境。 ",
        icon_sprite = "spr_ui_item_fish_small_pebble_minnow",
        edible = false,
        restore = "small_common_fish_restore",
        tags = {
            "fishable",
        },
        value = {
            bin = 45,
        },
        name_en = "Pebble Minnow",
        description_en = "A common small Deep Earth fish. The scales of these fish have taken on a pebbled texture to help it blend into its surroundings.",
        category = "mines.deep_earth",
    },
    shardfin = {
        name = "碎鳍鱼",
        description = "深域洞穴中罕见的小型鱼, 这种鱼光滑的鳍闪烁着彩虹般的光泽。 ",
        icon_sprite = "spr_ui_item_fish_small_shardfin",
        edible = false,
        restore = "small_common_fish_restore",
        tags = {
            "fishable",
        },
        value = {
            bin = 55,
        },
        name_en = "Shardfin",
        description_en = "An uncommon small Deep Earth fish. This fish's sleek fin has an iridescent shimmer.",
        category = "mines.deep_earth",
    },
    earth_eel = {
        name = "土鳗",
        description = "深域洞穴中常见的中型鱼, 看起来没有嘴巴, 天知道它以什么为食。 ",
        icon_sprite = "spr_ui_item_fish_medium_earth_eel",
        edible = false,
        restore = "small_common_fish_restore",
        tags = {
            "fishable",
        },
        value = {
            bin = 45,
        },
        name_en = "Earth Eel",
        description_en = "A common medium Deep Earth fish. Doesn't seem to have a mouth, so who knows what it eats.",
        category = "mines.deep_earth",
    },
    rockbiter = {
        name = "碎石鱼",
        description = "深域洞穴中罕见的中型鱼, 这种鱼有着发达的颌部, 石头都能咬碎。 ",
        icon_sprite = "spr_ui_item_fish_medium_rockbiter",
        edible = false,
        restore = "small_common_fish_restore",
        tags = {
            "fishable",
        },
        value = {
            bin = 55,
        },
        name_en = "Rockbiter",
        description_en = "An uncommon medium Deep Earth fish. This fish has an over-developed jaw to help it grind down stone.",
        category = "mines.deep_earth",
    },
    emerald_horned_charger = {
        name = "翡翠角鱼",
        description = "稀有的深域洞穴大型鱼, 几乎全身都是角, 看起来似乎是纯翡翠。 ",
        icon_sprite = "spr_ui_item_fish_large_emerald_horned_charger",
        edible = false,
        restore = "small_common_fish_restore",
        tags = {
            "fishable",
        },
        value = {
            bin = 120,
        },
        name_en = "Emerald-Horned Charger",
        description_en = "A rare large Deep Earth fish. This large fish is nearly all horn, which seems to be made of pure emerald.",
        category = "mines.deep_earth",
    },
    rock_roach = {
        description = "深域洞穴中罕见的昆虫, 比想象中可爱。 ",
        icon_sprite = "spr_ui_item_insect_rock_roach",
        name = "岩蟑螂",
        tags = {
            "bugs",
        },
        value = {
            bin = 25,
        },
        description_en = "An uncommon Deep Earth insect. It's cuter than you'd expect.",
        name_en = "Rock Roach",
        category = "mines.deep_earth",
        idle_sprite = "spr_insect_rock_roach_entity_idle",
        move_sprite = "spr_insect_rock_roach_entity_move",
        spawn = "rock",
        dungeon_biome = "deep_earth",
    },
    deep_earthworm = {
        description = "深域洞穴中罕见的昆虫, 如果你是蠕虫专家, 就能看出它与地表的蚯蚓完全不同。 ",
        icon_sprite = "spr_ui_item_insect_deep_earthworm",
        name = "深域蚯蚓",
        tags = {
            "bugs",
        },
        value = {
            bin = 25,
        },
        description_en = "An uncommon Deep Earth insect. It's completely unlike its surface-dwelling cousin... if you're a worm expert.",
        name_en = "Deep Earthworm",
        category = "mines.deep_earth",
        idle_sprite = "spr_insect_deep_earthworm_entity_idle",
        move_sprite = "spr_insect_deep_earthworm_entity_move",
        spawn = "rock",
        dungeon_biome = "deep_earth",
    },
    crystalline_cricket = {
        description = "深域洞穴中常见的昆虫, 当它歌唱时, 周围的石头会随着旋律共振。 ",
        icon_sprite = "spr_ui_item_insect_crystalline_cricket",
        name = "水晶蟋蟀",
        tags = {
            "bugs",
        },
        value = {
            bin = 25,
        },
        description_en = "A common Deep Earth insect. The stones around it vibrate in tune with its song.",
        name_en = "Crystalline Cricket",
        category = "mines.deep_earth",
        type = "jump",
        idle_sprite = "spr_insect_crystalline_cricket_entity_idle",
        move_sprite = "spr_insect_crystalline_cricket_entity_move",
        rarity = "uncommon",
        dungeon_biome = "deep_earth",
    },
    gem_shard_caterpillar = {
        description = "深域洞穴中罕见的昆虫, 似乎以水晶浆果为生。 ",
        icon_sprite = "spr_ui_item_insect_gem_shard_caterpillar",
        name = "晶片毛毛虫",
        tags = {
            "bugs",
        },
        value = {
            bin = 40,
        },
        description_en = "An uncommon Deep Earth insect. It seems to feed on crystal berries.",
        name_en = "Gem Shard Caterpillar",
        category = "mines.deep_earth",
        idle_sprite = "spr_insect_gem_shard_caterpillar_entity_idle",
        move_sprite = "spr_insect_gem_shard_caterpillar_entity_move",
        rarity = "uncommon",
        dungeon_biome = "deep_earth",
        attraction = "crystal_berries",
    },
    crystal_wing_moth = {
        description = "深域洞穴中稀有的昆虫, 它们那精细的翅膀反射了光线, 闪烁着迷人的光芒。 ",
        icon_sprite = "spr_ui_item_insect_crystal_wing_moth",
        name = "水晶翼蛾",
        tags = {
            "bugs",
        },
        value = {
            bin = 50,
        },
        description_en = "A rare Deep Earth insect. Their delicate wings reflect the light and make them sparkle.",
        name_en = "Crystal Wing Moth",
        category = "mines.deep_earth",
        type = "fly_wave",
        idle_sprite = "spr_insect_crystal_wing_moth_entity_idle",
        move_sprite = "spr_insect_crystal_wing_moth_entity_move",
        rarity = "rare",
        dungeon_biome = "deep_earth",
    },
    bullfrog = {
        description = "池塘中常见的小型鱼, 可在夏天和冬天的雨雪天捕获。 ",
        icon_sprite = "spr_ui_item_fish_small_bullfrog",
        name = "牛蛙",
        edible = false,
        restore = "small_common_fish_restore",
        tags = {
            "fishable",
            "fishy",
        },
        value = {
            bin = 45,
        },
        description_en = "A common small pond catch found on rainy and snowy days in summer and winter.",
        name_en = "Bullfrog",
        category = "fish.pond",
    },
    catfish = {
        description = "池塘中罕见的中型鱼, 可在任何季节捕获。 ",
        icon_sprite = "spr_ui_item_fish_medium_catfish",
        name = "鲇鱼",
        edible = false,
        restore = "small_common_fish_restore",
        tags = {
            "fishable",
            "fishy",
        },
        value = {
            bin = 80,
        },
        description_en = "An uncommon medium pond fish found in all seasons.",
        name_en = "Catfish",
        category = "fish.pond",
    },
    frog = {
        description = "池塘中常见的两栖动物, 可在春天和秋天捕获。 ",
        icon_sprite = "spr_ui_item_fish_small_frog",
        name = "青蛙",
        edible = false,
        restore = "small_common_fish_restore",
        tags = {
            "fishable",
            "fishy",
        },
        value = {
            bin = 35,
        },
        description_en = "A common small pond amphibian found in spring and fall.",
        name_en = "Frog",
        category = "fish.pond",
    },
    koi = {
        description = "池塘中常见的中型鱼, 可在任何季节捕获。 ",
        icon_sprite = "spr_ui_item_fish_medium_koi",
        name = "锦鲤",
        edible = false,
        restore = "small_common_fish_restore",
        tags = {
            "fishable",
            "fishy",
        },
        value = {
            bin = 40,
        },
        description_en = "A common medium pond fish found in all seasons.",
        name_en = "Koi",
        category = "fish.pond",
    },
    roach = {
        description = "池塘中常见的中型鱼, 可在任何季节捕获。 ",
        icon_sprite = "spr_ui_item_fish_medium_roach",
        name = "拟鲤",
        edible = false,
        restore = "small_common_fish_restore",
        tags = {
            "fishable",
            "fishy",
        },
        value = {
            bin = 35,
        },
        description_en = "A common medium pond fish found in all seasons.",
        name_en = "Roach",
        category = "fish.pond",
    },
    snakehead = {
        description = "池塘中罕见的大型鱼, 可在春天和秋天捕获。 ",
        icon_sprite = "spr_ui_item_fish_large_snakehead",
        name = "蛇头鱼",
        edible = false,
        restore = "small_common_fish_restore",
        tags = {
            "fishable",
            "fishy",
        },
        value = {
            bin = 60,
        },
        description_en = "An uncommon large pond fish found in spring and fall.",
        name_en = "Snakehead",
        category = "fish.pond",
    },
    snapping_turtle = {
        description = "池塘中常见的爬行动物, 可在夏天和冬天捕获。 ",
        icon_sprite = "spr_ui_item_fish_large_snapping_turtle",
        name = "拟鳄龟",
        edible = false,
        restore = "small_common_fish_restore",
        tags = {
            "fishable",
            "fishy",
        },
        value = {
            bin = 40,
        },
        description_en = "A common large pond reptile found in summer and winter.",
        name_en = "Snapping Turtle",
        category = "fish.pond",
    },
    tetra = {
        description = "池塘中常见的小型鱼, 四季皆可捕获。 ",
        icon_sprite = "spr_ui_item_fish_small_tetra",
        name = "灯鱼",
        edible = false,
        restore = "small_common_fish_restore",
        tags = {
            "fishable",
            "fishy",
        },
        value = {
            bin = 40,
        },
        description_en = "A common small pond fish found in all seasons.",
        name_en = "Tetra",
        category = "fish.pond",
    },
    turtle = {
        description = "池塘中常见的大型爬行动物, 四季皆可捕获。 ",
        icon_sprite = "spr_ui_item_fish_large_turtle",
        name = "乌龟",
        edible = false,
        restore = "small_common_fish_restore",
        tags = {
            "fishable",
            "fishy",
        },
        value = {
            bin = 45,
        },
        description_en = "A common large pond reptile found in all seasons.",
        name_en = "Turtle",
        category = "fish.pond",
    },
    angel_fish = {
        description = "池塘中常见的小型鱼, 可在春天捕获。 ",
        icon_sprite = "spr_ui_item_fish_small_angel_fish",
        name = "神仙鱼",
        edible = false,
        restore = "small_common_fish_restore",
        tags = {
            "fishable",
            "fishy",
        },
        value = {
            bin = 45,
        },
        description_en = "A common small pond fish found in spring.",
        name_en = "Angel Fish",
        category = "fish.pond",
    },
    barb = {
        description = "池塘中常见的小型鱼, 可在春天捕获。 ",
        icon_sprite = "spr_ui_item_fish_small_barb",
        name = "巴布鱼",
        edible = false,
        restore = "small_common_fish_restore",
        tags = {
            "fishable",
            "fishy",
        },
        value = {
            bin = 40,
        },
        description_en = "A common small pond fish found in spring.",
        name_en = "Barb",
        category = "fish.pond",
    },
    cherry_fish = {
        description = "池塘中传奇的小型鱼, 可在春天风吹落樱的天气捕获。 ",
        icon_sprite = "spr_ui_item_fish_small_cherry_fish",
        name = "樱花鱼",
        edible = false,
        restore = "small_common_fish_restore",
        tags = {
            "fishable",
            "fishy",
        },
        value = {
            bin = 500,
        },
        soulbind = {
            invert = {
                donated_item = "cherry_fish",
            },
        },
        description_en = "A legendary small pond fish found on breezy cherry blossom days in spring.",
        name_en = "Cherry Fish",
        category = "fish.pond",
    },
    crucian_carp = {
        description = "池塘中常见的中型鱼, 可在春天捕获。 ",
        icon_sprite = "spr_ui_item_fish_medium_crucian_carp",
        name = "黑鲫",
        edible = false,
        restore = "small_common_fish_restore",
        tags = {
            "fishable",
            "fishy",
        },
        value = {
            bin = 40,
        },
        description_en = "A common medium pond fish found in spring.",
        name_en = "Crucian Carp",
        category = "fish.pond",
    },
    goldfish = {
        description = "池塘中稀有的小型鱼, 可在春天捕获。 ",
        icon_sprite = "spr_ui_item_fish_small_goldfish",
        name = "金鱼",
        edible = false,
        restore = "small_common_fish_restore",
        tags = {
            "fishable",
            "fishy",
        },
        value = {
            bin = 120,
        },
        description_en = "A rare small pond fish found in spring.",
        name_en = "Goldfish",
        category = "fish.pond",
    },
    brown_bullhead = {
        description = "池塘中常见的中型鱼, 可在夏天捕获。 ",
        icon_sprite = "spr_ui_item_fish_medium_brown_bullhead",
        name = "云斑鮰",
        edible = false,
        restore = "small_common_fish_restore",
        tags = {
            "fishable",
            "fishy",
        },
        value = {
            bin = 40,
        },
        description_en = "A common medium pond fish found in summer.",
        name_en = "Brown Bullhead",
        category = "fish.pond",
    },
    brown_trout = {
        description = "池塘中常见的大型鱼, 可在春天捕获。 ",
        icon_sprite = "spr_ui_item_fish_large_brown_trout",
        name = "褐鳟",
        edible = false,
        restore = "small_common_fish_restore",
        tags = {
            "fishable",
            "fishy",
        },
        value = {
            bin = 50,
        },
        description_en = "A common large pond fish found in spring.",
        name_en = "Brown Trout",
        category = "fish.pond",
    },
    giant_koi = {
        description = "池塘中稀有的巨型鱼, 可在夏天捕获。 ",
        icon_sprite = "spr_ui_item_fish_giant_giant_koi",
        name = "巨大锦鲤",
        edible = false,
        restore = "small_common_fish_restore",
        tags = {
            "fishable",
            "fishy",
        },
        value = {
            bin = 90,
        },
        description_en = "A rare giant pond fish found in summer.",
        name_en = "Giant Koi",
        category = "fish.pond",
    },
    golden_shiner = {
        description = "池塘中常见的小型鱼, 可在夏天捕获。 ",
        icon_sprite = "spr_ui_item_fish_small_golden_shiner",
        name = "金体美鳊",
        edible = false,
        restore = "small_common_fish_restore",
        tags = {
            "fishable",
            "fishy",
        },
        value = {
            bin = 45,
        },
        description_en = "A common small pond fish found in summer.",
        name_en = "Golden Shiner",
        category = "fish.pond",
    },
    lake_chub = {
        description = "池塘中常见的小型鱼, 可在夏天捕获。 ",
        icon_sprite = "spr_ui_item_fish_small_lake_chub",
        name = "铅鱼",
        edible = false,
        restore = "small_common_fish_restore",
        tags = {
            "fishable",
            "fishy",
        },
        value = {
            bin = 35,
        },
        description_en = "A common small pond fish found in summer.",
        name_en = "Lake Chub",
        category = "fish.pond",
    },
    sauger = {
        description = "池塘中常见的大型鱼, 可在夏天捕获。 ",
        icon_sprite = "spr_ui_item_fish_large_sauger",
        name = "梭鲈",
        edible = false,
        restore = "small_common_fish_restore",
        tags = {
            "fishable",
            "fishy",
        },
        value = {
            bin = 45,
        },
        description_en = "A common large pond fish found in summer.",
        name_en = "Sauger",
        category = "fish.pond",
    },
    bluefish = {
        description = "池塘中常见的大型鱼, 可在秋天的雨天捕获。 ",
        icon_sprite = "spr_ui_item_fish_large_bluefish",
        name = "蓝鱼",
        edible = false,
        restore = "small_common_fish_restore",
        tags = {
            "fishable",
            "fishy",
        },
        value = {
            bin = 45,
        },
        description_en = "A common large pond fish found on rainy days in fall.",
        name_en = "Bluefish",
        category = "fish.pond",
    },
    killifish = {
        description = "池塘中常见的小型鱼, 可在秋天捕获。 ",
        icon_sprite = "spr_ui_item_fish_small_killifish",
        name = "鳉鱼",
        edible = false,
        restore = "small_common_fish_restore",
        tags = {
            "fishable",
            "fishy",
        },
        value = {
            bin = 40,
        },
        description_en = "A common small pond fish found in fall.",
        name_en = "Killifish",
        category = "fish.pond",
    },
    white_perch = {
        description = "池塘中稀有的中型鱼, 可在秋天捕获。 ",
        icon_sprite = "spr_ui_item_fish_medium_white_perch",
        name = "白鲈",
        edible = false,
        restore = "small_common_fish_restore",
        tags = {
            "fishable",
            "fishy",
        },
        value = {
            bin = 120,
        },
        description_en = "A rare medium pond fish found in fall.",
        name_en = "White Perch",
        category = "fish.pond",
    },
    rainbow_trout = {
        description = "池塘中常见的中型鱼, 可在秋天捕获。 ",
        icon_sprite = "spr_ui_item_fish_medium_rainbow_trout",
        name = "虹鳟",
        edible = false,
        restore = "small_common_fish_restore",
        tags = {
            "fishable",
            "fishy",
        },
        value = {
            bin = 35,
        },
        description_en = "A common medium pond fish found in fall.",
        name_en = "Rainbow Trout",
        category = "fish.pond",
    },
    striped_bass = {
        description = "池塘中常见的大型鱼, 可在秋天捕获。 ",
        icon_sprite = "spr_ui_item_fish_large_striped_bass",
        name = "条纹鲈",
        edible = false,
        restore = "small_common_fish_restore",
        tags = {
            "fishable",
            "fishy",
        },
        value = {
            bin = 40,
        },
        description_en = "A common large pond fish found in fall.",
        name_en = "Striped Bass",
        category = "fish.pond",
    },
    alligator_gar = {
        description = "池塘中稀有的巨型鱼, 可在冬天捕获。 ",
        icon_sprite = "spr_ui_item_fish_giant_alligator_gar",
        name = "鳄雀鳝",
        edible = false,
        restore = "small_common_fish_restore",
        tags = {
            "fishable",
            "fishy",
        },
        value = {
            bin = 100,
        },
        description_en = "A rare giant pond fish found in winter.",
        name_en = "Alligator Gar",
        category = "fish.pond",
    },
    burbot = {
        description = "池塘中常见的大型鱼, 可在冬天的雪天捕获。 ",
        icon_sprite = "spr_ui_item_fish_large_burbot",
        name = "江鳕",
        edible = false,
        restore = "small_common_fish_restore",
        tags = {
            "fishable",
            "fishy",
        },
        value = {
            bin = 45,
        },
        description_en = "A common large pond fish found on snowy days in winter.",
        name_en = "Burbot",
        category = "fish.pond",
    },
    flathead_catfish = {
        description = "池塘中常见的中型鱼, 可在冬天捕获。 ",
        icon_sprite = "spr_ui_item_fish_medium_flathead_catfish",
        name = "扁头鲇",
        edible = false,
        restore = "small_common_fish_restore",
        tags = {
            "fishable",
            "fishy",
        },
        value = {
            bin = 30,
        },
        description_en = "A common medium pond fish found in winter.",
        name_en = "Flathead Catfish",
        category = "fish.pond",
    },
    freshwater_eel = {
        description = "河流中常见的中型鱼, 可在冬天捕获。 ",
        icon_sprite = "spr_ui_item_fish_medium_freshwater_eel",
        name = "淡水鳗",
        edible = false,
        restore = "small_common_fish_restore",
        tags = {
            "fishable",
            "fishy",
        },
        value = {
            bin = 45,
        },
        description_en = "A common medium river fish found in winter.",
        name_en = "Freshwater Eel",
        category = "fish.pond",
    },
    giant_tilapia = {
        description = "池塘中罕见的巨型鱼, 可在冬天捕获。 ",
        icon_sprite = "spr_ui_item_fish_large_giant_tilapia",
        name = "巨大罗非鱼",
        edible = false,
        restore = "small_common_fish_restore",
        tags = {
            "fishable",
            "fishy",
        },
        value = {
            bin = 80,
        },
        description_en = "An uncommon giant pond fish found in winter.",
        name_en = "Giant Tilapia",
        category = "fish.pond",
    },
    tilapia = {
        description = "池塘中常见的小型鱼, 可在冬天捕获。 ",
        icon_sprite = "spr_ui_item_fish_small_tilapia",
        name = "罗非鱼",
        edible = false,
        restore = "small_common_fish_restore",
        tags = {
            "fishable",
            "fishy",
        },
        value = {
            bin = 45,
        },
        description_en = "A common small pond fish found in winter.",
        name_en = "Tilapia",
        category = "fish.pond",
    },
    chum = {
        description = "河流中罕见的大型鱼, 可在夏天和冬天捕获。 ",
        icon_sprite = "spr_ui_item_fish_large_chum",
        name = "狗鲑",
        edible = false,
        restore = "small_common_fish_restore",
        tags = {
            "fishable",
            "fishy",
        },
        value = {
            bin = 75,
        },
        description_en = "An uncommon large river fish found in summer and winter.",
        name_en = "Chum",
        category = "fish.river",
    },
    crayfish = {
        description = "河流中常见的甲壳动物, 四季均可捕获。 ",
        icon_sprite = "spr_ui_item_dive_crayfish",
        name = "小龙虾",
        edible = false,
        restore = "dive_item_restore",
        tags = {
            "dive",
            "river",
            "fishy",
        },
        value = {
            bin = 25,
        },
        description_en = "A common river crustacean found in all seasons.",
        name_en = "Crayfish",
        category = "fish.river",
    },
    gar = {
        description = "河流中常见的大型鱼, 可在夏天和冬天捕获。 ",
        icon_sprite = "spr_ui_item_fish_large_gar",
        name = "雀鳝",
        edible = false,
        restore = "small_common_fish_restore",
        tags = {
            "fishable",
            "fishy",
        },
        value = {
            bin = 35,
        },
        description_en = "A common large river fish found in summer and winter.",
        name_en = "Gar",
        category = "fish.river",
    },
    goby = {
        description = "河流中罕见的中型鱼, 可在任何季节捕获。 ",
        icon_sprite = "spr_ui_item_fish_medium_goby",
        name = "虾虎鱼",
        edible = false,
        restore = "small_common_fish_restore",
        tags = {
            "fishable",
            "fishy",
        },
        value = {
            bin = 70,
        },
        description_en = "An uncommon medium river fish found in all seasons.",
        name_en = "Goby",
        category = "fish.river",
    },
    pike = {
        description = "河流中常见的大型鱼, 四季皆可捕获。 ",
        icon_sprite = "spr_ui_item_fish_large_pike",
        name = "白斑狗鱼",
        edible = false,
        restore = "small_common_fish_restore",
        tags = {
            "fishable",
            "fishy",
        },
        value = {
            bin = 45,
        },
        description_en = "A common large river fish found in all seasons.",
        name_en = "Pike",
        category = "fish.river",
    },
    rock_bass = {
        description = "河流中常见的中型鱼, 可在春天和秋天捕获。 ",
        icon_sprite = "spr_ui_item_fish_medium_rock_bass",
        name = "岩钝鲈",
        edible = false,
        restore = "small_common_fish_restore",
        tags = {
            "fishable",
            "fishy",
        },
        value = {
            bin = 40,
        },
        description_en = "A common medium river fish found in spring and fall.",
        name_en = "Rock Bass",
        category = "fish.river",
    },
    salmon = {
        description = "河流中常见的大型鱼, 可在春天和秋天捕获。 ",
        icon_sprite = "spr_ui_item_fish_large_salmon",
        name = "三文鱼",
        edible = false,
        restore = "small_common_fish_restore",
        tags = {
            "fishable",
            "fishy",
        },
        value = {
            bin = 40,
        },
        description_en = "A common large river fish found in spring and fall.",
        name_en = "Salmon",
        category = "fish.river",
    },
    smallmouth_bass = {
        description = "河流中常见的小型鱼, 四季皆可捕获。 ",
        icon_sprite = "spr_ui_item_fish_small_smallmouth_bass",
        name = "小口黑鲈",
        edible = false,
        restore = "small_common_fish_restore",
        tags = {
            "fishable",
            "fishy",
        },
        value = {
            bin = 35,
        },
        description_en = "A common small river fish found in all seasons.",
        name_en = "Smallmouth Bass",
        category = "fish.river",
    },
    sturgeon = {
        description = "河流中罕见的大型鱼, 可在春天和秋天捕获。 ",
        icon_sprite = "spr_ui_item_fish_large_sturgeon",
        name = "鲟鱼",
        edible = false,
        restore = "small_common_fish_restore",
        tags = {
            "fishable",
            "fishy",
        },
        value = {
            bin = 80,
        },
        description_en = "An uncommon large river fish found in spring and fall.",
        name_en = "Sturgeon",
        category = "fish.river",
    },
    trout = {
        description = "河流中常见的中型鱼, 四季皆可捕获。 ",
        icon_sprite = "spr_ui_item_fish_medium_trout",
        name = "鳟鱼",
        edible = false,
        restore = "small_common_fish_restore",
        tags = {
            "fishable",
            "fishy",
        },
        value = {
            bin = 40,
        },
        description_en = "A common medium river fish found in all seasons.",
        name_en = "Trout",
        category = "fish.river",
    },
    bluegill = {
        description = "河流中常见的小型鱼, 可在春天捕获。 ",
        icon_sprite = "spr_ui_item_fish_small_blue_gill",
        name = "蓝鳃太阳鱼",
        edible = false,
        restore = "small_common_fish_restore",
        tags = {
            "fishable",
            "fishy",
        },
        value = {
            bin = 40,
        },
        description_en = "A common small river fish found in spring.",
        name_en = "Blue Gill",
        category = "fish.river",
    },
    walleye = {
        description = "河流中常见的大型鱼, 可在春天的雨天捕获。 ",
        icon_sprite = "spr_ui_item_fish_large_walleye",
        name = "玻璃梭鲈",
        edible = false,
        restore = "small_common_fish_restore",
        tags = {
            "fishable",
            "fishy",
        },
        value = {
            bin = 45,
        },
        description_en = "A common large river fish found on rainy days in spring.",
        name_en = "Walleye",
        category = "fish.river",
    },
    carp = {
        description = "河流中常见的中型鱼, 可在春天捕获。 ",
        icon_sprite = "spr_ui_item_fish_medium_carp",
        name = "鲤鱼",
        edible = false,
        restore = "small_common_fish_restore",
        tags = {
            "fishable",
            "fishy",
        },
        value = {
            bin = 35,
        },
        description_en = "A common medium river fish found in spring.",
        name_en = "Carp",
        category = "fish.river",
    },
    chub = {
        description = "河流中常见的小型鱼, 可在春天捕获。 ",
        icon_sprite = "spr_ui_item_fish_small_chub",
        name = "鲢鱼",
        edible = false,
        restore = "small_common_fish_restore",
        tags = {
            "fishable",
            "fishy",
        },
        value = {
            bin = 45,
        },
        description_en = "A common small river fish found in spring.",
        name_en = "Chub",
        category = "fish.river",
    },
    paddlefish = {
        description = "河流中稀有的巨型鱼, 可在春天捕获。 ",
        icon_sprite = "spr_ui_item_fish_giant_paddlefish",
        name = "鸭嘴鱼",
        edible = false,
        restore = "small_common_fish_restore",
        tags = {
            "fishable",
            "fishy",
        },
        value = {
            bin = 90,
        },
        description_en = "A rare giant river fish found in spring.",
        name_en = "Paddlefish",
        category = "fish.river",
    },
    bream = {
        description = "河流中常见的大型鱼, 可在夏天捕获。 ",
        icon_sprite = "spr_ui_item_fish_large_bream",
        name = "鳊鱼",
        edible = false,
        restore = "small_common_fish_restore",
        tags = {
            "fishable",
            "fishy",
        },
        value = {
            bin = 45,
        },
        description_en = "A common large river fish found in summer.",
        name_en = "Bream",
        category = "fish.river",
    },
    lightning_fish = {
        description = "河流中传奇的中型鱼, 可在夏天的暴雨天捕获。 ",
        icon_sprite = "spr_ui_item_fish_medium_lightning_fish",
        name = "闪电鱼",
        edible = false,
        restore = "small_common_fish_restore",
        tags = {
            "fishable",
            "fishy",
        },
        value = {
            bin = 500,
        },
        soulbind = {
            invert = {
                donated_item = "lightning_fish",
            },
        },
        description_en = "A legendary medium river fish found on stormy days in summer.",
        name_en = "Lightning Fish",
        category = "fish.river",
    },
    loach = {
        description = "河流中常见的小型鱼, 可在夏天捕获。 ",
        icon_sprite = "spr_ui_item_fish_small_loach",
        name = "泥鳅",
        edible = false,
        restore = "small_common_fish_restore",
        tags = {
            "fishable",
            "fishy",
        },
        value = {
            bin = 45,
        },
        description_en = "A common small river fish found in summer.",
        name_en = "Loach",
        category = "fish.river",
    },
    minnow = {
        description = "河流中常见的小型鱼, 可在夏天捕获。 ",
        icon_sprite = "spr_ui_item_fish_small_minnow",
        name = "米诺鱼",
        edible = false,
        restore = "small_common_fish_restore",
        tags = {
            "fishable",
            "fishy",
        },
        value = {
            bin = 40,
        },
        description_en = "A common small river fish found in summer.",
        name_en = "Minnow",
        category = "fish.river",
    },
    sweetfish = {
        description = "河流中常见的中型鱼, 可在夏天捕获。 ",
        icon_sprite = "spr_ui_item_fish_medium_sweetfish",
        name = "香鱼",
        edible = false,
        restore = "small_common_fish_restore",
        tags = {
            "fishable",
            "fishy",
        },
        value = {
            bin = 45,
        },
        description_en = "A common medium river fish found in summer.",
        name_en = "Sweetfish",
        category = "fish.river",
    },
    tarpon = {
        description = "河流中稀有的巨型鱼, 可在夏天捕获。 ",
        icon_sprite = "spr_ui_item_fish_giant_tarpon",
        name = "大海鲢",
        edible = false,
        restore = "small_common_fish_restore",
        tags = {
            "fishable",
            "fishy",
        },
        value = {
            bin = 100,
        },
        description_en = "A rare giant river fish found in summer.",
        name_en = "Tarpon",
        category = "fish.river",
    },
    grayling = {
        description = "河流中常见的小型鱼, 可在秋天的雨天捕获。 ",
        icon_sprite = "spr_ui_item_fish_small_grayling",
        name = "茴鱼",
        edible = false,
        restore = "small_common_fish_restore",
        tags = {
            "fishable",
            "fishy",
        },
        value = {
            bin = 40,
        },
        description_en = "A common small river fish found on rainy days in fall.",
        name_en = "Grayling",
        category = "fish.river",
    },
    lamprey = {
        description = "河流中常见的小型鱼, 可在秋天捕获。 ",
        icon_sprite = "spr_ui_item_fish_small_lamprey",
        name = "七鳃鳗",
        edible = false,
        restore = "small_common_fish_restore",
        tags = {
            "fishable",
            "fishy",
        },
        value = {
            bin = 70,
        },
        description_en = "A common small river fish found in fall.",
        name_en = "Lamprey",
        category = "fish.river",
    },
    leaf_fish = {
        description = "河流中传奇的小型鱼, 可在秋天风吹落叶的天气捕获。 ",
        icon_sprite = "spr_ui_item_fish_small_leaf_fish",
        name = "绿叶鱼",
        edible = false,
        restore = "small_common_fish_restore",
        tags = {
            "fishable",
            "fishy",
        },
        value = {
            bin = 500,
        },
        soulbind = {
            invert = {
                donated_item = "leaf_fish",
            },
        },
        description_en = "A legendary small river fish found on breezy falling leaf days in fall.",
        name_en = "Leaf Fish",
        category = "fish.river",
    },
    perch = {
        description = "河流中常见的大型鱼, 可在秋天的雨天捕获。 ",
        icon_sprite = "spr_ui_item_fish_large_perch",
        name = "鲈鱼",
        edible = false,
        restore = "small_common_fish_restore",
        tags = {
            "fishable",
            "fishy",
        },
        value = {
            bin = 45,
        },
        description_en = "A common large river fish found on rainy days in fall.",
        name_en = "Perch",
        category = "fish.river",
    },
    razorback = {
        description = "河流中稀有的中型鱼, 可在秋天捕获。 ",
        icon_sprite = "spr_ui_item_fish_medium_razorback",
        name = "剃刀背鱼",
        edible = false,
        restore = "small_common_fish_restore",
        tags = {
            "fishable",
            "fishy",
        },
        value = {
            bin = 160,
        },
        description_en = "A rare medium river fish found in fall.",
        name_en = "Razorback",
        category = "fish.river",
    },
    shad = {
        description = "河流中常见的中型鱼, 可在秋天捕获。 ",
        icon_sprite = "spr_ui_item_fish_medium_shad",
        name = "西鲱",
        edible = false,
        restore = "small_common_fish_restore",
        tags = {
            "fishable",
            "fishy",
        },
        value = {
            bin = 40,
        },
        description_en = "A common medium river fish found in fall.",
        name_en = "Shad",
        category = "fish.river",
    },
    bowfish = {
        description = "河流中常见的大型鱼, 可在冬天捕获。 ",
        icon_sprite = "spr_ui_item_fish_large_bowfish",
        name = "弓鱼",
        edible = false,
        restore = "small_common_fish_restore",
        tags = {
            "fishable",
            "fishy",
        },
        value = {
            bin = 40,
        },
        description_en = "A common large river fish found in winter.",
        name_en = "Bowfish",
        category = "fish.river",
    },
    dace = {
        description = "河流中常见的小型鱼, 可在冬天的雪天捕获。 ",
        icon_sprite = "spr_ui_item_fish_small_dace",
        name = "雅罗鱼",
        edible = false,
        restore = "small_common_fish_restore",
        tags = {
            "fishable",
            "fishy",
        },
        value = {
            bin = 45,
        },
        description_en = "A common small river fish found on snowy days in winter.",
        name_en = "Dace",
        category = "fish.river",
    },
    herring = {
        description = "河流中常见的小型鱼, 可在冬天捕获。 ",
        icon_sprite = "spr_ui_item_fish_small_herring",
        name = "鲱鱼",
        edible = false,
        restore = "small_common_fish_restore",
        tags = {
            "fishable",
            "fishy",
        },
        value = {
            bin = 45,
        },
        description_en = "A common small river fish found in winter.",
        name_en = "Herring",
        category = "fish.river",
    },
    shadow_bass = {
        description = "河流中稀有的中型鱼, 可在冬天捕获。 ",
        icon_sprite = "spr_ui_item_fish_medium_shadow_bass",
        name = "暗影鲈鱼",
        edible = false,
        restore = "small_common_fish_restore",
        tags = {
            "fishable",
            "fishy",
        },
        value = {
            bin = 140,
        },
        description_en = "A rare medium river fish found in winter.",
        name_en = "Shadow Bass",
        category = "fish.river",
    },
    sunny = {
        description = "深林中常见的小型鱼, 可在任何季节的雨雪天捕获。 ",
        icon_sprite = "spr_ui_item_fish_small_sunny",
        name = "晴鳞鱼",
        edible = false,
        restore = "small_common_fish_restore",
        tags = {
            "fishable",
            "fishy",
        },
        value = {
            bin = 45,
        },
        description_en = "A common small Deep Woods fish found on rainy or snowy days in all seasons.",
        name_en = "Sunny",
        category = "fish.deep_woods",
    },
    forest_perch = {
        description = "深林中常见的中型鱼, 可在任何季节的雨雪天捕获。 ",
        icon_sprite = "spr_ui_item_fish_medium_forest_perch",
        name = "翠林鲈",
        edible = false,
        restore = "small_common_fish_restore",
        tags = {
            "fishable",
            "fishy",
        },
        value = {
            bin = 50,
        },
        description_en = "A common medium Deep Woods fish found on rainy or snowy days in all seasons.",
        name_en = "Forest Perch",
        category = "fish.deep_woods",
    },
    silver_redhorse = {
        description = "深林中罕见的中型鱼, 可在任何季节捕获。 ",
        icon_sprite = "spr_ui_item_fish_medium_silver_redhorse",
        name = "银吸口鱼",
        restore = "small_common_fish_restore",
        tags = {
            "fishable",
            "fishy",
        },
        value = {
            bin = 80,
        },
        description_en = "An uncommon medium Deep Woods fish found in all seasons.",
        name_en = "Silver Redhorse",
        category = "fish.deep_woods",
    },
    lake_trout = {
        description = "深林中常见的大型鱼, 可在任何季节捕获。 ",
        icon_sprite = "spr_ui_item_fish_large_lake_trout",
        name = "湖鳟",
        edible = false,
        restore = "small_common_fish_restore",
        tags = {
            "fishable",
            "fishy",
        },
        value = {
            bin = 45,
        },
        description_en = "A common large Deep Woods fish found in all seasons.",
        name_en = "Lake Trout",
        category = "fish.deep_woods",
    },
    muskie = {
        description = "深林中罕见的大型鱼, 可在任何季节捕获。 ",
        icon_sprite = "spr_ui_item_fish_large_muskie",
        name = "大狗鱼",
        edible = false,
        restore = "small_common_fish_restore",
        tags = {
            "fishable",
            "fishy",
        },
        value = {
            bin = 90,
        },
        description_en = "An uncommon large Deep Woods fish found in all seasons.",
        name_en = "Muskie",
        category = "fish.deep_woods",
    },
    treasure_box_wood = {
        name = "木制宝箱",
        description = "常见的木制宝箱, 打开看看里面藏着什么! ",
        icon_sprite = "spr_ui_item_wooden_chest",
        soulbind = "forever",
        name_en = "Wooden Treasure Box",
        description_en = "A common wooden treasure box. Open it to find out what's inside!",
        category = "fish.misc",
    },
    treasure_box_copper = {
        name = "铜宝箱",
        description = "罕见的铜宝箱, 打开看看里面藏着什么! ",
        icon_sprite = "spr_ui_item_copper_chest",
        soulbind = "forever",
        name_en = "Copper Treasure Box",
        description_en = "An uncommon copper treasure box. Open it to find out what's inside!",
        category = "fish.misc",
    },
    treasure_box_silver = {
        name = "银宝箱",
        description = "稀有的银宝箱, 打开看看里面藏着什么! ",
        icon_sprite = "spr_ui_item_silver_chest",
        soulbind = "forever",
        name_en = "Silver Treasure Box",
        description_en = "A rare silver treasure box. Open it to find out what's inside!",
        category = "fish.misc",
    },
    treasure_box_gold = {
        name = "金宝箱",
        description = "非常稀有的金宝箱, 打开看看里面藏着什么! ",
        icon_sprite = "spr_ui_item_gold_chest",
        soulbind = "forever",
        name_en = "Golden Treasure Box",
        description_en = "A very rare golden treasure box. Open it to find out what's inside!",
        category = "fish.misc",
    },
    seaweed = {
        description = "常见植物, 四季可见。 ",
        icon_sprite = "spr_ui_item_dive_seaweed",
        name = "海藻",
        edible = false,
        restore = 6,
        tags = {
            "dive",
            "ocean",
            "fishable",
        },
        value = {
            bin = 15,
        },
        description_en = "A common plant, grows in all seasons.",
        name_en = "Seaweed",
        category = "fish.misc",
    },
    clam = {
        description = "常见的蛤蜊, 四季均可收集。 ",
        icon_sprite = "spr_ui_item_dive_clam",
        name = "蛤蜊",
        edible = false,
        restore = "dive_item_restore",
        tags = {
            "dive",
            "ocean",
            "fishy",
            "fishable",
        },
        value = {
            bin = 20,
        },
        description_en = "A common find found in all seasons.",
        name_en = "Clam",
        category = "fish.misc",
    },
    newt = {
        description = "常见的两栖动物, 四季均可捕获。 ",
        icon_sprite = "spr_ui_item_dive_newt",
        name = "蝾螈",
        edible = false,
        restore = "dive_item_restore",
        tags = {
            "dive",
            "pond",
            "junk",
            "fishable",
        },
        value = {
            bin = 25,
        },
        description_en = "A common amphibian found in all seasons.",
        name_en = "Newt",
        category = "fish.misc",
    },
    pearl_clam = {
        description = "常见的海洋软体动物, 四季均可收集。 ",
        icon_sprite = "spr_ui_item_dive_pearl_clam",
        name = "珍珠贝",
        edible = false,
        restore = "dive_item_restore",
        tags = {
            "dive",
            "ocean",
            "fishy",
            "fishable",
        },
        value = {
            bin = 25,
        },
        description_en = "A common ocean mollusk, found in all seasons.",
        name_en = "Pearl Clam",
        category = "fish.misc",
    },
    paper_pondshell = {
        description = "常见的池塘蚌类, 四季均可收集。 ",
        icon_sprite = "spr_ui_item_dive_paper_pondshell",
        name = "纸壳蚌",
        edible = false,
        restore = "dive_item_restore",
        tags = {
            "dive",
            "pond",
            "fishy",
            "fishable",
        },
        value = {
            bin = 20,
        },
        description_en = "A common pond mussel, found in all seasons.",
        name_en = "Paper Pondshell",
        category = "fish.misc",
    },
    freshwater_oyster = {
        description = "常见的河流蚌类, 四季均可收集。 ",
        icon_sprite = "spr_ui_item_dive_freshwater_oyster",
        name = "淡水生蚝",
        edible = false,
        restore = "dive_item_restore",
        tags = {
            "dive",
            "river",
            "fishy",
            "fishable",
        },
        value = {
            bin = 25,
        },
        description_en = "A common river mussel, found in all seasons.",
        name_en = "Freshwater Oyster",
        category = "fish.misc",
    },
    spirula_shell = {
        description = "常见的沙滩贝类。 ",
        icon_sprite = "spr_ui_item_shell_common_spirula",
        name = "螺旋贝",
        tags = {
            "dive",
            "forageable",
            "material",
        },
        value = {
            bin = 30,
            store = 120,
        },
        description_en = "A common shell found on the beach.",
        name_en = "Spirula Shell",
        category = "fish.misc",
    },
    sand_dollar = {
        description = "常见的沙滩贝类。 ",
        icon_sprite = "spr_ui_item_shell_sand_dollar",
        name = "沙钱",
        tags = {
            "dive",
            "forageable",
            "material",
        },
        value = {
            bin = 25,
            store = 100,
        },
        description_en = "A common shell found on the beach.",
        name_en = "Sand Dollar",
        category = "fish.misc",
    },
    pink_scallop_shell = {
        description = "常见的沙滩贝类。 ",
        icon_sprite = "spr_ui_item_shell_pink_scallop",
        name = "粉色扇贝",
        tags = {
            "dive",
            "forageable",
            "material",
        },
        value = {
            bin = 20,
            store = 60,
        },
        description_en = "A common shell found on the beach.",
        name_en = "Pink Scallop Shell",
        category = "fish.misc",
    },
    blue_conch_shell = {
        description = "常见的蓝色海螺贝壳。 ",
        icon_sprite = "spr_ui_item_shell_small_blue_conch",
        name = "蓝色海螺贝壳",
        tags = {
            "fish_or_dive",
            "forageable",
            "material",
        },
        value = {
            bin = 20,
            store = 80,
        },
        description_en = "A common blue conch shell.",
        name_en = "Blue Conch Shell",
        category = "fish.misc",
    },
    cod = {
        description = "海洋中常见的大型鱼, 可在夏天和冬天捕获。 ",
        icon_sprite = "spr_ui_item_fish_large_cod",
        name = "鳕鱼",
        edible = false,
        restore = "small_common_fish_restore",
        tags = {
            "fishable",
            "fishy",
        },
        value = {
            bin = 45,
        },
        description_en = "A common large ocean fish found in summer and winter.",
        name_en = "Cod",
        category = "fish.ocean",
    },
    jellyfish = {
        description = "海洋中罕见的中型无脊椎动物, 可在春天和秋天捕获。 ",
        icon_sprite = "spr_ui_item_fish_medium_jellyfish",
        name = "水母",
        edible = false,
        restore = "small_common_fish_restore",
        tags = {
            "fishable",
            "fishy",
        },
        value = {
            bin = 80,
        },
        description_en = "An uncommon medium ocean invertebrate found in spring and fall.",
        name_en = "Jellyfish",
        category = "fish.ocean",
    },
    octopus = {
        description = "海洋中罕见的大型头足类动物, 可在夏天和冬天捕获。 ",
        icon_sprite = "spr_ui_item_fish_large_octopus",
        name = "章鱼",
        edible = false,
        restore = "small_common_fish_restore",
        tags = {
            "fishable",
            "fishy",
        },
        value = {
            bin = 70,
        },
        description_en = "An uncommon large ocean cephalopod found in summer and winter.",
        name_en = "Octopus",
        category = "fish.ocean",
    },
    pollock = {
        description = "海洋中常见的大型鱼, 四季皆可捕获。 ",
        icon_sprite = "spr_ui_item_fish_large_pollock",
        name = "狭鳕",
        edible = false,
        restore = "small_common_fish_restore",
        tags = {
            "fishable",
            "fishy",
        },
        value = {
            bin = 35,
        },
        description_en = "A common large ocean fish found in all seasons.",
        name_en = "Pollock",
        category = "fish.ocean",
    },
    puffer_fish = {
        description = "海洋中罕见的中型鱼, 可在夏天和冬天捕获。 ",
        icon_sprite = "spr_ui_item_fish_medium_puffer_fish",
        name = "河豚",
        edible = false,
        restore = "small_common_fish_restore",
        tags = {
            "fishable",
            "fishy",
        },
        value = {
            bin = 90,
        },
        description_en = "An uncommon medium ocean fish found in summer and winter.",
        name_en = "Puffer Fish",
        category = "fish.ocean",
    },
    red_snapper = {
        description = "海洋中常见的大型鱼, 可在春天和秋天捕获。 ",
        icon_sprite = "spr_ui_item_fish_large_red_snapper",
        name = "红鲷鱼",
        edible = false,
        restore = "small_common_fish_restore",
        tags = {
            "fishable",
            "fishy",
        },
        value = {
            bin = 45,
        },
        description_en = "A common large ocean fish found in spring and fall.",
        name_en = "Red Snapper",
        category = "fish.ocean",
    },
    sardine = {
        description = "海洋中常见的小型鱼, 四季皆可捕获。 ",
        icon_sprite = "spr_ui_item_fish_small_sardine",
        name = "沙丁鱼",
        edible = false,
        restore = "small_common_fish_restore",
        tags = {
            "fishable",
            "fishy",
        },
        value = {
            bin = 35,
        },
        description_en = "A common small ocean fish found in all seasons.",
        name_en = "Sardine",
        category = "fish.ocean",
    },
    sea_bream = {
        description = "海洋中常见的中型鱼, 可在春天和秋天捕获。 ",
        icon_sprite = "spr_ui_item_fish_medium_sea_bream",
        name = "海鲷",
        edible = false,
        restore = "small_common_fish_restore",
        tags = {
            "fishable",
            "fishy",
        },
        value = {
            bin = 45,
        },
        description_en = "A common medium ocean fish found in spring and fall.",
        name_en = "Sea Bream",
        category = "fish.ocean",
    },
    squid = {
        description = "海洋中常见的头足类动物, 四季均可捕获。 ",
        icon_sprite = "spr_ui_item_fish_medium_squid",
        name = "鱿鱼",
        edible = false,
        restore = "small_common_fish_restore",
        tags = {
            "fishable",
            "fishy",
        },
        value = {
            bin = 30,
        },
        description_en = "A common medium ocean cephalopod found in all seasons.",
        name_en = "Squid",
        category = "fish.ocean",
    },
    swordfish = {
        description = "海洋中罕见的大型鱼, 可在春天和秋天捕获。 ",
        icon_sprite = "spr_ui_item_fish_large_swordfish",
        name = "剑鱼",
        edible = false,
        restore = "small_common_fish_restore",
        tags = {
            "fishable",
            "fishy",
        },
        value = {
            bin = 80,
        },
        description_en = "An uncommon large ocean fish found in spring and fall.",
        name_en = "Swordfish",
        category = "fish.ocean",
    },
    tuna = {
        description = "海洋中常见的大型鱼, 四季皆可捕获。 ",
        icon_sprite = "spr_ui_item_fish_large_tuna",
        name = "吞拿鱼",
        edible = false,
        restore = "small_common_fish_restore",
        tags = {
            "fishable",
            "fishy",
        },
        value = {
            bin = 40,
        },
        description_en = "A common large ocean fish found in all seasons.",
        name_en = "Tuna",
        category = "fish.ocean",
    },
    anchovy = {
        description = "海洋中常见的小型鱼, 可在春天捕获。 ",
        icon_sprite = "spr_ui_item_fish_small_anchovy",
        name = "鳀鱼",
        edible = false,
        restore = "small_common_fish_restore",
        tags = {
            "fishable",
            "fishy",
        },
        value = {
            bin = 35,
        },
        description_en = "A common small ocean fish found in spring.",
        name_en = "Anchovy",
        category = "fish.ocean",
    },
    lobster = {
        description = "海洋中常见的中型甲壳动物, 可在春天捕获。 ",
        icon_sprite = "spr_ui_item_fish_medium_lobster",
        name = "龙虾",
        edible = false,
        restore = "small_common_fish_restore",
        tags = {
            "fishable",
            "fishy",
        },
        value = {
            bin = 40,
        },
        description_en = "A common medium ocean crustacean found in spring.",
        name_en = "Lobster",
        category = "fish.ocean",
    },
    mackerel = {
        description = "海洋中常见的大型鱼, 可在春天的雨天捕获。 ",
        icon_sprite = "spr_ui_item_fish_large_mackerel",
        name = "鲭鱼",
        edible = false,
        restore = "small_common_fish_restore",
        tags = {
            "fishable",
            "fishy",
        },
        value = {
            bin = 45,
        },
        description_en = "A common large ocean fish found on rainy days in spring.",
        name_en = "Mackerel",
        category = "fish.ocean",
    },
    ocean_sunfish = {
        description = "海洋中稀有的巨型鱼, 可在春天捕获。 ",
        icon_sprite = "spr_ui_item_fish_giant_ocean_sunfish",
        name = "翻车鱼",
        edible = false,
        restore = "small_common_fish_restore",
        tags = {
            "fishable",
            "fishy",
        },
        value = {
            bin = 80,
        },
        description_en = "A rare giant ocean fish found in spring.",
        name_en = "Ocean Sunfish",
        category = "fish.ocean",
    },
    shrimp = {
        description = "海洋中常见的小型甲壳动物, 可在春天捕获。 ",
        icon_sprite = "spr_ui_item_fish_small_shrimp",
        name = "虾",
        edible = false,
        restore = "small_common_fish_restore",
        tags = {
            "fishable",
            "fishy",
        },
        value = {
            bin = 40,
        },
        description_en = "A common small ocean crustacean found in spring.",
        name_en = "Shrimp",
        category = "fish.ocean",
    },
    bonito = {
        description = "海洋中常见的中型鱼, 可在夏天和冬天捕获。 ",
        icon_sprite = "spr_ui_item_fish_medium_bonito",
        name = "鲣鱼",
        edible = false,
        restore = "small_common_fish_restore",
        tags = {
            "fishable",
            "fishy",
        },
        value = {
            bin = 45,
        },
        description_en = "A common medium ocean fish found in summer and winter.",
        name_en = "Bonito",
        category = "fish.ocean",
    },
    char = {
        description = "海洋中常见的大型鱼, 可在夏天捕获。 ",
        icon_sprite = "spr_ui_item_fish_large_char",
        name = "红点鲑",
        edible = false,
        restore = "small_common_fish_restore",
        tags = {
            "fishable",
            "fishy",
        },
        value = {
            bin = 40,
        },
        description_en = "A common large ocean fish found in summer.",
        name_en = "Char",
        category = "fish.ocean",
    },
    crab = {
        description = "海洋中常见的小型甲壳动物, 可在夏天捕获。 ",
        icon_sprite = "spr_ui_item_fish_small_crab",
        name = "螃蟹",
        edible = false,
        restore = "small_common_fish_restore",
        tags = {
            "fishable",
            "fishy",
        },
        value = {
            bin = 40,
        },
        description_en = "A common small ocean crustacean found in summer.",
        name_en = "Crab",
        category = "fish.ocean",
    },
    dart = {
        description = "海洋中常见的小型鱼, 可在夏天捕获。 ",
        icon_sprite = "spr_ui_item_fish_small_dart",
        name = "镖鱼",
        edible = false,
        restore = "small_common_fish_restore",
        tags = {
            "fishable",
            "fishy",
        },
        value = {
            bin = 45,
        },
        description_en = "A common small ocean fish found in summer.",
        name_en = "Dart",
        category = "fish.ocean",
    },
    grouper = {
        description = "海洋中稀有的巨型鱼, 可在夏天捕获。 ",
        icon_sprite = "spr_ui_item_fish_giant_grouper",
        name = "石斑鱼",
        edible = false,
        restore = "small_common_fish_restore",
        tags = {
            "fishable",
            "fishy",
        },
        value = {
            bin = 90,
        },
        description_en = "A rare giant ocean fish found in summer.",
        name_en = "Grouper",
        category = "fish.ocean",
    },
    stingray = {
        description = "海洋中常见的中型鱼, 可在夏天捕获。 ",
        icon_sprite = "spr_ui_item_fish_medium_stingray",
        name = "魟鱼",
        edible = false,
        restore = "small_common_fish_restore",
        tags = {
            "fishable",
            "fishy",
        },
        value = {
            bin = 40,
        },
        description_en = "A common medium ocean fish found in summer.",
        name_en = "Stingray",
        category = "fish.ocean",
    },
    butterfish = {
        description = "海洋中常见的小型鱼, 可在秋天捕获。 ",
        icon_sprite = "spr_ui_item_fish_small_butterfish",
        name = "鲳鱼",
        edible = false,
        restore = "small_common_fish_restore",
        tags = {
            "fishable",
            "fishy",
        },
        value = {
            bin = 40,
        },
        description_en = "A common small ocean fish found in fall.",
        name_en = "Butterfish",
        category = "fish.ocean",
    },
    halibut = {
        description = "海洋中常见的大型鱼, 可在秋天的雨天捕获。 ",
        icon_sprite = "spr_ui_item_fish_large_halibut",
        name = "大比目鱼",
        edible = false,
        restore = "small_common_fish_restore",
        tags = {
            "fishable",
            "fishy",
        },
        value = {
            bin = 50,
        },
        description_en = "A common large ocean fish found on rainy days in fall.",
        name_en = "Halibut",
        category = "fish.ocean",
    },
    mullet = {
        description = "海洋中常见的中型鱼, 可在秋天捕获。 ",
        icon_sprite = "spr_ui_item_fish_medium_mullet",
        name = "鲻鱼",
        edible = false,
        restore = "small_common_fish_restore",
        tags = {
            "fishable",
            "fishy",
        },
        value = {
            bin = 40,
        },
        description_en = "A common medium ocean fish found in fall.",
        name_en = "Mullet",
        category = "fish.ocean",
    },
    saury = {
        description = "海洋中常见的大型鱼, 可在秋天捕获。 ",
        icon_sprite = "spr_ui_item_fish_small_saury",
        name = "秋刀鱼",
        edible = false,
        restore = "small_common_fish_restore",
        tags = {
            "fishable",
            "fishy",
        },
        value = {
            bin = 45,
        },
        description_en = "A common large ocean fish found in fall.",
        name_en = "Saury",
        category = "fish.ocean",
    },
    shark = {
        description = "海洋中稀有的巨型鱼, 可在秋天捕获。 ",
        icon_sprite = "spr_ui_item_fish_giant_shark",
        name = "鲨鱼",
        edible = false,
        restore = "small_common_fish_restore",
        tags = {
            "fishable",
            "fishy",
        },
        value = {
            bin = 100,
        },
        description_en = "A rare giant ocean fish found in fall.",
        name_en = "Shark",
        category = "fish.ocean",
    },
    horse_mackerel = {
        description = "海洋中常见的小型鱼, 可在冬天捕获。 ",
        icon_sprite = "spr_ui_item_fish_small_horse_mackerel",
        name = "竹荚鱼",
        edible = false,
        restore = "small_common_fish_restore",
        tags = {
            "fishable",
            "fishy",
        },
        value = {
            bin = 40,
        },
        description_en = "A common small ocean fish found in winter.",
        name_en = "Horse Mackerel",
        category = "fish.ocean",
    },
    king_crab = {
        description = "海洋中常见的大型甲壳动物, 可在雪天捕获。 ",
        icon_sprite = "spr_ui_item_fish_large_king_crab",
        name = "帝王蟹",
        edible = false,
        restore = "small_common_fish_restore",
        tags = {
            "fishable",
            "fishy",
        },
        value = {
            bin = 45,
        },
        description_en = "A common large ocean crustacean found on snowy days in winter.",
        name_en = "King Crab",
        category = "fish.ocean",
    },
    oarfish = {
        description = "海洋中稀有的巨型鱼, 可在冬天捕获。 ",
        icon_sprite = "spr_ui_item_fish_giant_oarfish",
        name = "皇带鱼",
        edible = false,
        restore = "small_common_fish_restore",
        tags = {
            "fishable",
            "fishy",
        },
        value = {
            bin = 100,
        },
        description_en = "A rare giant ocean fish found in winter.",
        name_en = "Oarfish",
        category = "fish.ocean",
    },
    sand_lance = {
        description = "海洋中常见的小型鱼, 可在冬天捕获。 ",
        icon_sprite = "spr_ui_item_fish_small_sand_lance",
        name = "玉筋鱼",
        edible = false,
        restore = "small_common_fish_restore",
        tags = {
            "fishable",
            "fishy",
        },
        value = {
            bin = 45,
        },
        description_en = "A common small ocean fish found in winter.",
        name_en = "Sand Lance",
        category = "fish.ocean",
    },
    sea_bass = {
        description = "海洋中常见的中型鱼, 可在冬天捕获。 ",
        icon_sprite = "spr_ui_item_fish_medium_sea_bass",
        name = "黑鲈鱼",
        edible = false,
        restore = "small_common_fish_restore",
        tags = {
            "fishable",
            "fishy",
        },
        value = {
            bin = 40,
        },
        description_en = "A common medium ocean fish found in winter.",
        name_en = "Sea Bass",
        category = "fish.ocean",
    },
    snow_fish = {
        description = "海洋中传奇的中型鱼, 可在暴雪天捕获。 ",
        icon_sprite = "spr_ui_item_fish_medium_snow_fish",
        name = "雪花鱼",
        edible = false,
        restore = "small_common_fish_restore",
        tags = {
            "fishable",
            "fishy",
        },
        value = {
            bin = 500,
        },
        soulbind = {
            invert = {
                donated_item = "snow_fish",
            },
        },
        description_en = "A legendary medium ocean fish found on blizzard days in winter.",
        name_en = "Snow Fish",
        category = "fish.ocean",
    },
    breath_of_spring = {
        description = "米斯特利亚独有的花卉, 每年只在春花节前绽放。 ",
        icon_sprite = "spr_ui_item_breath_of_spring",
        name = "春息花",
        tags = {
            "flower",
            "forageable",
        },
        soulbind = {
            in_date_range = {
                {
                    season = "spring",
                    day = 14,
                },
                {
                    season = "spring",
                    day = 17,
                },
            },
        },
        description_en = "A special Mistrian flower that appears just before the Spring Festival.",
        name_en = "Breath of Spring",
        category = "other.festivals",
    },
    scent_of_spring = {
        icon_sprite = "spr_ui_item_scent_of_spring",
        description = "小瓶子散发着春天的香气, 这个春花节纪念品是每个人都会珍爱的礼物。 ",
        name = "春的香气",
        purchased_once_per_year = true,
        default_infusion = "loveable",
        value = {
            bin = 400,
            store = 800,
        },
        description_en = "This small bottle emanates a scent of breath of spring. This Spring Festival souvenir is loved by everyone.",
        name_en = "Scent of Spring",
        category = "other.festivals",
    },
    star_brooch = {
        name = "星星胸针",
        icon_sprite = "spr_ui_item_star_brooch",
        description = "星星造型的胸针, 串着一些珠子流苏。 用来邀请别人一同观星的传统道具。 ",
        soulbind = {
            reached_date = {
                season = "summer",
                day = 28,
                exact = true,
            },
        },
        name_en = "Star Brooch",
        description_en = "A beaded brooch resembling the stars. Traditionally used to invite another to Mistria's Shooting Star Festival.",
        category = "other.festivals",
    },
    star_shaped_cookie = {
        name = "星星饼干",
        description = "肉桂姜黄味的饼干, 造型十分可爱。 ",
        restore = 80,
        icon_sprite = "spr_ui_item_star_shaped_cookie",
        value = {
            bin = 200,
        },
        name_en = "Star-Shaped Cookie",
        description_en = "This cute sandwich cookie is flavored with cinnamon and turmeric.",
        category = "other.festivals",
    },
    chicky_hot_chocolate = {
        description = "装在小鸡造型杯中的浓郁热可可, 这个动物节饮品是每个人都喜欢的礼物。 ",
        name = "小鸡热可可",
        restore = 100,
        icon_sprite = "spr_ui_item_chicky_hot_chocolate",
        tags = {
            "drink_sound",
            "drink",
        },
        default_infusion = "likeable",
        value = {
            bin = 200,
            store = 400,
        },
        description_en = "A rich hot chocolate in a chicky shaped mug. This Animal Festival treat is liked by everyone.",
        name_en = "Chicky Hot Chocolate",
        category = "other.festivals",
    },
    cow_donut = {
        description = "富含奶油的奶牛造型甜甜圈, 这个动物节甜品是每个人都会珍爱的礼物。 ",
        name = "奶牛甜甜圈",
        restore = 130,
        icon_sprite = "spr_ui_item_cow_donut",
        default_infusion = "loveable",
        value = {
            bin = 400,
            store = 800,
        },
        description_en = "A cream-filled donut shaped like a cow. This Animal Festival treat is loved by everyone.",
        name_en = "Cow-Shaped Donut",
        category = "other.festivals",
    },
    blue_capybara_wall_ribbon = {
        name = "蓝色水豚墙饰徽章",
        description = "蓝色的展示徽章, 纪念你的水豚在动物节中荣获第一名。 ",
        object = "blue_capybara_wall_ribbon",
        icon_sprite = "spr_ui_item_decor_blue_capybara_ribbon",
        tags = {
            "furniture",
        },
        value = {
            bin = 100,
        },
        name_en = "Blue Capybara Wall Ribbon",
        description_en = "A blue display ribbon commemorating your capybara's first place win at the Animal Festival.",
        category = "other.festivals",
    },
    blue_chicken_wall_ribbon = {
        name = "蓝色小鸡墙饰徽章",
        description = "蓝色的展示徽章, 纪念你的鸡在动物节中荣获第一名。 ",
        object = "blue_chicken_wall_ribbon",
        icon_sprite = "spr_ui_item_decor_blue_chicken_ribbon",
        tags = {
            "furniture",
        },
        value = {
            bin = 100,
        },
        name_en = "Blue Chicken Wall Ribbon",
        description_en = "A blue display ribbon commemorating your chicken's first place win at the Animal Festival.",
        category = "other.festivals",
    },
    blue_duck_wall_ribbon = {
        name = "蓝色小鸭墙饰徽章",
        description = "蓝色的展示徽章, 纪念你的鸭在动物节中荣获第一名。 ",
        object = "blue_duck_wall_ribbon",
        icon_sprite = "spr_ui_item_decor_blue_duck_ribbon",
        tags = {
            "furniture",
        },
        value = {
            bin = 100,
        },
        name_en = "Blue Duck Wall Ribbon",
        description_en = "A blue display ribbon commemorating your duck's first place win at the Animal Festival.",
        category = "other.festivals",
    },
    blue_rabbit_wall_ribbon = {
        name = "蓝色兔子墙饰徽章",
        description = "蓝色的展示徽章, 纪念你的兔子在动物节中荣获第一名。 ",
        object = "blue_rabbit_wall_ribbon",
        icon_sprite = "spr_ui_item_decor_blue_rabbit_ribbon",
        tags = {
            "furniture",
        },
        value = {
            bin = 100,
        },
        name_en = "Blue Rabbit Wall Ribbon",
        description_en = "A blue display ribbon commemorating your rabbit's first place win at the Animal Festival.",
        category = "other.festivals",
    },
    red_capybara_wall_ribbon = {
        name = "红色水豚墙饰徽章",
        description = "红色的展示徽章, 纪念你的水豚在动物节中荣获第二名。 ",
        object = "red_capybara_wall_ribbon",
        icon_sprite = "spr_ui_item_decor_red_capybara_ribbon",
        tags = {
            "furniture",
        },
        value = {
            bin = 100,
        },
        name_en = "Red Capybara Wall Ribbon",
        description_en = "A red display ribbon commemorating your capybara's second place win at the Animal Festival.",
        category = "other.festivals",
    },
    red_chicken_wall_ribbon = {
        name = "红色小鸡墙饰徽章",
        description = "红色的展示徽章, 纪念你的鸡在动物节中荣获第二名。 ",
        object = "red_chicken_wall_ribbon",
        icon_sprite = "spr_ui_item_decor_red_chicken_ribbon",
        tags = {
            "furniture",
        },
        value = {
            bin = 100,
        },
        name_en = "Red Chicken Wall Ribbon",
        description_en = "A red display ribbon commemorating your chicken's second place win at the Animal Festival.",
        category = "other.festivals",
    },
    red_duck_wall_ribbon = {
        name = "红色小鸭墙饰徽章",
        description = "红色的展示徽章, 纪念你的鸭在动物节中荣获第二名。 ",
        object = "red_duck_wall_ribbon",
        icon_sprite = "spr_ui_item_decor_red_duck_ribbon",
        tags = {
            "furniture",
        },
        value = {
            bin = 100,
        },
        name_en = "Red Duck Wall Ribbon",
        description_en = "A red display ribbon commemorating your duck's second place win at the Animal Festival.",
        category = "other.festivals",
    },
    red_rabbit_wall_ribbon = {
        name = "红色兔子墙饰徽章",
        description = "红色的展示徽章, 纪念你的兔子在动物节中荣获第二名。 ",
        object = "red_rabbit_wall_ribbon",
        icon_sprite = "spr_ui_item_decor_red_rabbit_ribbon",
        tags = {
            "furniture",
        },
        value = {
            bin = 100,
        },
        name_en = "Red Rabbit Wall Ribbon",
        description_en = "A red display ribbon commemorating your rabbit's second place win at the Animal Festival.",
        category = "other.festivals",
    },
    white_capybara_wall_ribbon = {
        name = "白色水豚墙饰徽章",
        description = "白色的展示徽章, 纪念你的水豚在动物节中荣获第三名。 ",
        object = "white_capybara_wall_ribbon",
        icon_sprite = "spr_ui_item_decor_white_capybara_ribbon",
        tags = {
            "furniture",
        },
        value = {
            bin = 100,
        },
        name_en = "White Capybara Wall Ribbon",
        description_en = "A white display ribbon commemorating your capybara's third place win at the Animal Festival.",
        category = "other.festivals",
    },
    white_chicken_wall_ribbon = {
        name = "白色小鸡墙饰徽章",
        description = "白色的展示徽章, 纪念你的鸡在动物节中荣获第三名。 ",
        object = "white_chicken_wall_ribbon",
        icon_sprite = "spr_ui_item_decor_white_chicken_ribbon",
        tags = {
            "furniture",
        },
        value = {
            bin = 100,
        },
        name_en = "White Chicken Wall Ribbon",
        description_en = "A white display ribbon commemorating your chicken's third place win at the Animal Festival.",
        category = "other.festivals",
    },
    white_duck_wall_ribbon = {
        name = "白色小鸭墙饰徽章",
        description = "白色的展示徽章, 纪念你的鸭在动物节中荣获第三名。 ",
        object = "white_duck_wall_ribbon",
        icon_sprite = "spr_ui_item_decor_white_duck_ribbon",
        tags = {
            "furniture",
        },
        value = {
            bin = 100,
        },
        name_en = "White Duck Wall Ribbon",
        description_en = "A white display ribbon commemorating your duck's third place win at the Animal Festival.",
        category = "other.festivals",
    },
    white_rabbit_wall_ribbon = {
        name = "白色兔子墙饰徽章",
        description = "白色的展示徽章, 纪念你的兔子在动物节中荣获第三名。 ",
        object = "white_rabbit_wall_ribbon",
        icon_sprite = "spr_ui_item_decor_white_rabbit_ribbon",
        tags = {
            "furniture",
        },
        value = {
            bin = 100,
        },
        name_en = "White Rabbit Wall Ribbon",
        description_en = "A white display ribbon commemorating your rabbit's third place win at the Animal Festival.",
        category = "other.festivals",
    },
    bronze_alpaca_trophy = {
        name = "棕色羊驼奖杯",
        description = "棕色的展示奖杯, 纪念你的羊驼在动物节中荣获第三名。 ",
        object = "bronze_alpaca_trophy",
        icon_sprite = "spr_ui_item_decor_bronze_alpaca_trophy",
        tags = {
            "furniture",
        },
        value = {
            bin = 100,
        },
        name_en = "Bronze Alpaca Trophy",
        description_en = "A bronze display trophy commemorating your alpaca's third place win at the Animal Festival.",
        category = "other.festivals",
    },
    bronze_cow_trophy = {
        name = "棕色小牛奖杯",
        description = "棕色的展示奖杯, 纪念你的牛在动物节中荣获第三名。 ",
        object = "bronze_cow_trophy",
        icon_sprite = "spr_ui_item_decor_bronze_cow_trophy",
        tags = {
            "furniture",
        },
        value = {
            bin = 100,
        },
        name_en = "Bronze Cow Trophy",
        description_en = "A bronze display trophy commemorating your cow's third place win at the Animal Festival.",
        category = "other.festivals",
    },
    bronze_horse_trophy = {
        name = "棕色小马奖杯",
        description = "棕色的展示奖杯, 纪念你的马在动物节中荣获第三名。 ",
        object = "bronze_horse_trophy",
        icon_sprite = "spr_ui_item_decor_bronze_horse_trophy",
        tags = {
            "furniture",
        },
        value = {
            bin = 100,
        },
        name_en = "Bronze Horse Trophy",
        description_en = "A bronze display trophy commemorating your horse's third place win at the Animal Festival.",
        category = "other.festivals",
    },
    bronze_sheep_trophy = {
        name = "棕色小羊奖杯",
        description = "棕色的展示奖杯, 纪念你的羊在动物节中荣获第三名。 ",
        object = "bronze_sheep_trophy",
        icon_sprite = "spr_ui_item_decor_bronze_sheep_trophy",
        tags = {
            "furniture",
        },
        value = {
            bin = 100,
        },
        name_en = "Bronze Sheep Trophy",
        description_en = "A bronze display trophy commemorating your sheep's third place win at the Animal Festival.",
        category = "other.festivals",
    },
    gold_alpaca_trophy = {
        name = "金色羊驼奖杯",
        description = "金色的展示奖杯, 纪念你的羊驼在动物节中荣获第一名。 ",
        object = "gold_alpaca_trophy",
        icon_sprite = "spr_ui_item_decor_gold_alpaca_trophy",
        tags = {
            "furniture",
        },
        value = {
            bin = 100,
        },
        name_en = "Gold Alpaca Trophy",
        description_en = "A gold display trophy commemorating your alpaca's first place win at the Animal Festival.",
        category = "other.festivals",
    },
    gold_cow_trophy = {
        name = "金色小牛奖杯",
        description = "金色的展示奖杯, 纪念你的牛在动物节中荣获第一名。 ",
        object = "gold_cow_trophy",
        icon_sprite = "spr_ui_item_decor_gold_cow_trophy",
        tags = {
            "furniture",
        },
        value = {
            bin = 100,
        },
        name_en = "Gold Cow Trophy",
        description_en = "A gold display trophy commemorating your cow's first place win at the Animal Festival.",
        category = "other.festivals",
    },
    gold_horse_trophy = {
        name = "金色小马奖杯",
        description = "金色的展示奖杯, 纪念你的马在动物节中荣获第一名。 ",
        object = "gold_horse_trophy",
        icon_sprite = "spr_ui_item_decor_gold_horse_trophy",
        tags = {
            "furniture",
        },
        value = {
            bin = 100,
        },
        name_en = "Gold Horse Trophy",
        description_en = "A gold display trophy commemorating your horse's first place win at the Animal Festival.",
        category = "other.festivals",
    },
    gold_sheep_trophy = {
        name = "金色小羊奖杯",
        description = "金色的展示奖杯, 纪念你的羊在动物节中荣获第一名。 ",
        object = "gold_sheep_trophy",
        icon_sprite = "spr_ui_item_decor_gold_sheep_trophy",
        tags = {
            "furniture",
        },
        value = {
            bin = 100,
        },
        name_en = "Gold Sheep Trophy",
        description_en = "A gold display trophy commemorating your sheep's first place win at the Animal Festival.",
        category = "other.festivals",
    },
    silver_alpaca_trophy = {
        name = "银色羊驼奖杯",
        description = "银色的展示奖杯, 纪念你的羊驼在动物节中荣获第二名。 ",
        object = "silver_alpaca_trophy",
        icon_sprite = "spr_ui_item_decor_silver_alpaca_trophy",
        tags = {
            "furniture",
        },
        value = {
            bin = 100,
        },
        name_en = "Silver Alpaca Trophy",
        description_en = "A silver display trophy commemorating your alpaca's second place win at the Animal Festival.",
        category = "other.festivals",
    },
    silver_cow_trophy = {
        name = "银色小牛奖杯",
        description = "银色的展示奖杯, 纪念你的牛在动物节中荣获第二名。 ",
        object = "silver_cow_trophy",
        icon_sprite = "spr_ui_item_decor_silver_cow_trophy",
        tags = {
            "furniture",
        },
        value = {
            bin = 100,
        },
        name_en = "Silver Cow Trophy",
        description_en = "A silver display trophy commemorating your cow's second place win at the Animal Festival.",
        category = "other.festivals",
    },
    silver_horse_trophy = {
        name = "银色小马奖杯",
        description = "银色的展示奖杯, 纪念你的马在动物节中荣获第二名。 ",
        object = "silver_horse_trophy",
        icon_sprite = "spr_ui_item_decor_silver_horse_trophy",
        tags = {
            "furniture",
        },
        value = {
            bin = 100,
        },
        name_en = "Silver Horse Trophy",
        description_en = "A silver display trophy commemorating your horse's second place win at the Animal Festival.",
        category = "other.festivals",
    },
    silver_sheep_trophy = {
        name = "银色小羊奖杯",
        description = "银色的展示奖杯, 纪念你的羊在动物节中荣获第二名。 ",
        object = "silver_sheep_trophy",
        icon_sprite = "spr_ui_item_decor_silver_sheep_trophy",
        tags = {
            "furniture",
        },
        value = {
            bin = 100,
        },
        name_en = "Silver Sheep Trophy",
        description_en = "A silver display trophy commemorating your sheep's second place win at the Animal Festival.",
        category = "other.festivals",
    },
    alpaca_plushie = {
        name = "羊驼公仔",
        description = "可爱的羊驼公仔, 是动物节的参赛奖品。 ",
        object = "alpaca_plushie",
        icon_sprite = "spr_ui_item_decor_alpaca_plushie",
        tags = {
            "furniture",
        },
        value = {
            bin = 100,
        },
        name_en = "Alpaca Plushie",
        description_en = "A cute alpaca plushie. Awarded at the Animal Festival.",
        category = "other.festivals",
    },
    capybara_plushie = {
        name = "水豚公仔",
        description = "可爱的水豚公仔, 是动物节的参赛奖品。 ",
        object = "capybara_plushie",
        icon_sprite = "spr_ui_item_decor_capybara_plushie",
        tags = {
            "furniture",
        },
        value = {
            bin = 100,
        },
        name_en = "Capybara Plushie",
        description_en = "A cute capybara plushie. Awarded at the Animal Festival.",
        category = "other.festivals",
    },
    chicken_plushie = {
        name = "小鸡公仔",
        description = "可爱的小鸡公仔, 是动物节的参赛奖品。 ",
        object = "chicken_plushie",
        icon_sprite = "spr_ui_item_decor_chicken_plushie",
        tags = {
            "furniture",
        },
        value = {
            bin = 100,
        },
        name_en = "Chicken Plushie",
        description_en = "A cute chicken plushie. Awarded at the Animal Festival.",
        category = "other.festivals",
    },
    cow_plushie = {
        name = "小牛公仔",
        description = "可爱的小牛公仔, 是动物节的参赛奖品。 ",
        object = "cow_plushie",
        icon_sprite = "spr_ui_item_decor_cow_plushie",
        tags = {
            "furniture",
        },
        value = {
            bin = 100,
        },
        name_en = "Cow Plushie",
        description_en = "A cute cow plushie. Awarded at the Animal Festival.",
        category = "other.festivals",
    },
    duck_plushie = {
        name = "小鸭公仔",
        description = "可爱的小鸭公仔, 是动物节的参赛奖品。 ",
        object = "duck_plushie",
        icon_sprite = "spr_ui_item_decor_duck_plushie",
        tags = {
            "furniture",
        },
        value = {
            bin = 100,
        },
        name_en = "Duck Plushie",
        description_en = "A cute duck plushie. Awarded at the Animal Festival.",
        category = "other.festivals",
    },
    horse_plushie = {
        name = "小马公仔",
        description = "可爱的小马公仔, 是动物节的参赛奖品。 ",
        object = "horse_plushie",
        icon_sprite = "spr_ui_item_decor_horse_plushie",
        tags = {
            "furniture",
        },
        value = {
            bin = 100,
        },
        name_en = "Horse Plushie",
        description_en = "A cute horse plushie. Awarded at the Animal Festival.",
        category = "other.festivals",
    },
    rabbit_plushie = {
        name = "兔子公仔",
        description = "可爱的兔子公仔, 是动物节的参赛奖品。 ",
        object = "rabbit_plushie",
        icon_sprite = "spr_ui_item_decor_rabbit_plushie",
        tags = {
            "furniture",
        },
        value = {
            bin = 100,
        },
        name_en = "Rabbit Plushie",
        description_en = "A cute rabbit plushie. Awarded at the Animal Festival.",
        category = "other.festivals",
    },
    sheep_plushie = {
        name = "小羊公仔",
        description = "可爱的小羊公仔, 是动物节的参赛奖品。 ",
        object = "sheep_plushie",
        icon_sprite = "spr_ui_item_decor_sheep_plushie",
        tags = {
            "furniture",
        },
        value = {
            bin = 100,
        },
        name_en = "Sheep Plushie",
        description_en = "A cute sheep plushie. Awarded at the Animal Festival.",
        category = "other.festivals",
    },
    queen_berry = {
        description = "只在丰收节前出现的米斯特利亚特产莓果。 ",
        icon_sprite = "spr_ui_item_queen_berry",
        name = "女王莓",
        tags = {
            "berry",
            "forageable",
        },
        soulbind = {
            in_date_range = {
                {
                    season = "fall",
                    day = 7,
                },
                {
                    season = "fall",
                    day = 10,
                },
            },
        },
        description_en = "A special Mistrian berry that appears just before the Harvest Festival.",
        name_en = "Queen Berry",
        category = "other.festivals",
    },
    queen_berry_trophy = {
        name = "金色女王莓奖杯",
        description = "金色的奖杯, 纪念你在丰收节夺得第一名。 ",
        object = "queen_berry_trophy",
        icon_sprite = "spr_ui_item_decor_harvest_festival_queen_berry_trophy",
        tags = {
            "furniture",
        },
        value = {
            bin = 1500,
        },
        name_en = "Golden Queen Berry Trophy",
        description_en = "A golden trophy, commemorating your first place win at the Harvest Festival.",
        category = "other.festivals",
    },
    harvest_festival_arch = {
        name = "丰收节拱门。 ",
        description = "丰收节赢得的装饰性拱门。 ",
        object = "harvest_festival_arch",
        icon_sprite = "spr_ui_item_decor_harvest_festival_arch",
        tags = {
            "furniture",
        },
        value = {
            bin = 1000,
        },
        name_en = "Harvest Festival Arch",
        description_en = "A decorative arch won at the Harvest Festival.",
        category = "other.festivals",
    },
    harvest_festival_centerpiece = {
        name = "丰收节花卉",
        description = "丰收节赢得的装饰性花卉。 ",
        object = "harvest_festival_centerpiece",
        icon_sprite = "spr_ui_item_decor_harvest_festival_centerpiece",
        tags = {
            "furniture",
        },
        value = {
            bin = 500,
        },
        name_en = "Harvest Festival Centerpiece",
        description_en = "A decorative centerpiece won at the Harvest Festival.",
        category = "other.festivals",
    },
    small_decorative_pumpkin_white = {
        name = "小南瓜",
        description = "小巧的白色装饰性南瓜摆件。 ",
        object = "small_decorative_pumpkin_white",
        icon_sprite = "spr_ui_item_decor_harvest_festival_pumpkin_small_white",
        tags = {
            "furniture",
        },
        value = {
            store = 200,
            bin = 100,
        },
        name_en = "Small Decorative Pumpkin",
        description_en = "A small white decorative pumpkin.",
        category = "other.festivals",
    },
    small_decorative_pumpkin_yellow = {
        name = "小南瓜",
        description = "小巧的黄色装饰性南瓜摆件。 ",
        object = "small_decorative_pumpkin_yellow",
        icon_sprite = "spr_ui_item_decor_harvest_festival_pumpkin_small_yellow",
        tags = {
            "furniture",
        },
        value = {
            store = 200,
            bin = 100,
        },
        name_en = "Small Decorative Pumpkin",
        description_en = "A small yellow decorative pumpkin.",
        category = "other.festivals",
    },
    small_decorative_pumpkin_orange = {
        name = "小南瓜",
        description = "小巧的橙色装饰性南瓜摆件。 ",
        object = "small_decorative_pumpkin_orange",
        icon_sprite = "spr_ui_item_decor_harvest_festival_pumpkin_small_orange",
        tags = {
            "furniture",
        },
        value = {
            store = 200,
            bin = 100,
        },
        name_en = "Small Decorative Pumpkin",
        description_en = "A small orange decorative pumpkin.",
        category = "other.festivals",
    },
    small_decorative_pumpkin_green = {
        name = "小南瓜",
        description = "小巧的绿色装饰性南瓜摆件。 ",
        object = "small_decorative_pumpkin_green",
        icon_sprite = "spr_ui_item_decor_harvest_festival_pumpkin_small_green",
        tags = {
            "furniture",
        },
        value = {
            store = 200,
            bin = 100,
        },
        name_en = "Small Decorative Pumpkin",
        description_en = "A small green decorative pumpkin.",
        category = "other.festivals",
    },
    small_decorative_pumpkin_purple = {
        name = "小南瓜",
        description = "小巧的紫色装饰性南瓜摆件。 ",
        object = "small_decorative_pumpkin_purple",
        icon_sprite = "spr_ui_item_decor_harvest_festival_pumpkin_small_purple",
        tags = {
            "furniture",
        },
        value = {
            store = 200,
            bin = 100,
        },
        name_en = "Small Decorative Pumpkin",
        description_en = "A small purple decorative pumpkin.",
        category = "other.festivals",
    },
    small_decorative_pumpkin_black = {
        name = "小南瓜",
        description = "小巧的黑色装饰性南瓜摆件。 ",
        object = "small_decorative_pumpkin_black",
        icon_sprite = "spr_ui_item_decor_harvest_festival_pumpkin_small_black",
        tags = {
            "furniture",
        },
        value = {
            store = 200,
            bin = 100,
        },
        name_en = "Small Decorative Pumpkin",
        description_en = "A small black decorative pumpkin.",
        category = "other.festivals",
    },
    medium_decorative_pumpkin_white = {
        name = "中型南瓜",
        description = "中等尺寸的白色装饰性南瓜摆件。 ",
        object = "medium_decorative_pumpkin_white",
        icon_sprite = "spr_ui_item_decor_harvest_festival_pumpkin_medium_white",
        tags = {
            "furniture",
        },
        value = {
            store = 200,
            bin = 100,
        },
        name_en = "Medium Decorative Pumpkin",
        description_en = "A medium white decorative pumpkin.",
        category = "other.festivals",
    },
    medium_decorative_pumpkin_yellow = {
        name = "中型南瓜",
        description = "中等尺寸的黄色装饰性南瓜摆件。 ",
        object = "medium_decorative_pumpkin_yellow",
        icon_sprite = "spr_ui_item_decor_harvest_festival_pumpkin_medium_yellow",
        tags = {
            "furniture",
        },
        value = {
            store = 200,
            bin = 100,
        },
        name_en = "Medium Decorative Pumpkin",
        description_en = "A medium yellow decorative pumpkin.",
        category = "other.festivals",
    },
    medium_decorative_pumpkin_orange = {
        name = "中型南瓜",
        description = "中等尺寸的橙色装饰性南瓜摆件。 ",
        object = "medium_decorative_pumpkin_orange",
        icon_sprite = "spr_ui_item_decor_harvest_festival_pumpkin_medium_orange",
        tags = {
            "furniture",
        },
        value = {
            store = 200,
            bin = 100,
        },
        name_en = "Medium Decorative Pumpkin",
        description_en = "A medium orange decorative pumpkin.",
        category = "other.festivals",
    },
    medium_decorative_pumpkin_green = {
        name = "中型南瓜",
        description = "中等尺寸的绿色装饰性南瓜摆件。 ",
        object = "medium_decorative_pumpkin_green",
        icon_sprite = "spr_ui_item_decor_harvest_festival_pumpkin_medium_green",
        tags = {
            "furniture",
        },
        value = {
            store = 200,
            bin = 100,
        },
        name_en = "Medium Decorative Pumpkin",
        description_en = "A medium green decorative pumpkin.",
        category = "other.festivals",
    },
    medium_decorative_pumpkin_purple = {
        name = "中型南瓜",
        description = "中等尺寸的紫色装饰性南瓜摆件。 ",
        object = "medium_decorative_pumpkin_purple",
        icon_sprite = "spr_ui_item_decor_harvest_festival_pumpkin_medium_purple",
        tags = {
            "furniture",
        },
        value = {
            store = 200,
            bin = 100,
        },
        name_en = "Medium Decorative Pumpkin",
        description_en = "A medium purple decorative pumpkin.",
        category = "other.festivals",
    },
    medium_decorative_pumpkin_black = {
        name = "中型南瓜",
        description = "中等尺寸的黑色装饰性南瓜摆件。 ",
        object = "medium_decorative_pumpkin_black",
        icon_sprite = "spr_ui_item_decor_harvest_festival_pumpkin_medium_black",
        tags = {
            "furniture",
        },
        value = {
            store = 200,
            bin = 100,
        },
        name_en = "Medium Decorative Pumpkin",
        description_en = "A medium black decorative pumpkin.",
        category = "other.festivals",
    },
    large_decorative_pumpkin_white = {
        name = "大南瓜",
        description = "大尺寸的白色装饰性南瓜摆件。 ",
        object = "large_decorative_pumpkin_white",
        icon_sprite = "spr_ui_item_decor_harvest_festival_pumpkin_large_white",
        tags = {
            "furniture",
        },
        value = {
            store = 200,
            bin = 100,
        },
        name_en = "Large Decorative Pumpkin",
        description_en = "A large white decorative pumpkin.",
        category = "other.festivals",
    },
    large_decorative_pumpkin_yellow = {
        name = "大南瓜",
        description = "大尺寸的黄色装饰性南瓜摆件。 ",
        object = "large_decorative_pumpkin_yellow",
        icon_sprite = "spr_ui_item_decor_harvest_festival_pumpkin_large_yellow",
        tags = {
            "furniture",
        },
        value = {
            store = 200,
            bin = 100,
        },
        name_en = "Large Decorative Pumpkin",
        description_en = "A large yellow decorative pumpkin.",
        category = "other.festivals",
    },
    large_decorative_pumpkin_orange = {
        name = "大南瓜",
        description = "大尺寸的橙色装饰性南瓜摆件。 ",
        object = "large_decorative_pumpkin_orange",
        icon_sprite = "spr_ui_item_decor_harvest_festival_pumpkin_large_orange",
        tags = {
            "furniture",
        },
        value = {
            store = 200,
            bin = 100,
        },
        name_en = "Large Decorative Pumpkin",
        description_en = "A large orange decorative pumpkin.",
        category = "other.festivals",
    },
    large_decorative_pumpkin_green = {
        name = "大南瓜",
        description = "大尺寸的绿色装饰性南瓜摆件。 ",
        object = "large_decorative_pumpkin_green",
        icon_sprite = "spr_ui_item_decor_harvest_festival_pumpkin_large_green",
        tags = {
            "furniture",
        },
        value = {
            store = 200,
            bin = 100,
        },
        name_en = "Large Decorative Pumpkin",
        description_en = "A large green decorative pumpkin.",
        category = "other.festivals",
    },
    large_decorative_pumpkin_purple = {
        name = "大南瓜",
        description = "大尺寸的紫色装饰性南瓜摆件。 ",
        object = "large_decorative_pumpkin_purple",
        icon_sprite = "spr_ui_item_decor_harvest_festival_pumpkin_large_purple",
        tags = {
            "furniture",
        },
        value = {
            store = 200,
            bin = 100,
        },
        name_en = "Large Decorative Pumpkin",
        description_en = "A large purple decorative pumpkin.",
        category = "other.festivals",
    },
    large_decorative_pumpkin_black = {
        name = "大南瓜",
        description = "大尺寸的黑色装饰性南瓜摆件。 ",
        object = "large_decorative_pumpkin_black",
        icon_sprite = "spr_ui_item_decor_harvest_festival_pumpkin_large_black",
        tags = {
            "furniture",
        },
        value = {
            store = 200,
            bin = 100,
        },
        name_en = "Large Decorative Pumpkin",
        description_en = "A large black decorative pumpkin.",
        category = "other.festivals",
    },
    extra_large_decorative_pumpkin_white = {
        name = "超大南瓜",
        description = "超大的白色装饰性南瓜摆件。 ",
        object = "extra_large_decorative_pumpkin_white",
        icon_sprite = "spr_ui_item_decor_harvest_festival_pumpkin_xl_white",
        tags = {
            "furniture",
        },
        value = {
            store = 200,
            bin = 100,
        },
        name_en = "Extra Large Decorative Pumpkin",
        description_en = "An extra large white decorative pumpkin.",
        category = "other.festivals",
    },
    extra_large_decorative_pumpkin_yellow = {
        name = "超大南瓜",
        description = "超大的黄色装饰性南瓜摆件。 ",
        object = "extra_large_decorative_pumpkin_yellow",
        icon_sprite = "spr_ui_item_decor_harvest_festival_pumpkin_xl_yellow",
        tags = {
            "furniture",
        },
        value = {
            store = 200,
            bin = 100,
        },
        name_en = "Extra Large Decorative Pumpkin",
        description_en = "An extra large yellow decorative pumpkin.",
        category = "other.festivals",
    },
    extra_large_decorative_pumpkin_orange = {
        name = "超大南瓜",
        description = "超大的橙色装饰性南瓜摆件。 ",
        object = "extra_large_decorative_pumpkin_orange",
        icon_sprite = "spr_ui_item_decor_harvest_festival_pumpkin_xl_orange",
        tags = {
            "furniture",
        },
        value = {
            store = 200,
            bin = 100,
        },
        name_en = "Extra Large Decorative Pumpkin",
        description_en = "An extra large orange decorative pumpkin.",
        category = "other.festivals",
    },
    extra_large_decorative_pumpkin_green = {
        name = "超大南瓜",
        description = "超大的绿色装饰性南瓜摆件。 ",
        object = "extra_large_decorative_pumpkin_green",
        icon_sprite = "spr_ui_item_decor_harvest_festival_pumpkin_xl_green",
        tags = {
            "furniture",
        },
        value = {
            store = 200,
            bin = 100,
        },
        name_en = "Extra Large Decorative Pumpkin",
        description_en = "An extra large green decorative pumpkin.",
        category = "other.festivals",
    },
    extra_large_decorative_pumpkin_purple = {
        name = "超大南瓜",
        description = "超大的紫色装饰性南瓜摆件。 ",
        object = "extra_large_decorative_pumpkin_purple",
        icon_sprite = "spr_ui_item_decor_harvest_festival_pumpkin_xl_purple",
        tags = {
            "furniture",
        },
        value = {
            store = 200,
            bin = 100,
        },
        name_en = "Extra Large Decorative Pumpkin",
        description_en = "An extra large purple decorative pumpkin.",
        category = "other.festivals",
    },
    extra_large_decorative_pumpkin_black = {
        name = "超大南瓜",
        description = "超大的黑色装饰性南瓜摆件。 ",
        object = "extra_large_decorative_pumpkin_black",
        icon_sprite = "spr_ui_item_decor_harvest_festival_pumpkin_xl_black",
        tags = {
            "furniture",
        },
        value = {
            store = 200,
            bin = 100,
        },
        name_en = "Extra Large Decorative Pumpkin",
        description_en = "An extra large black decorative pumpkin.",
        category = "other.festivals",
    },
    pumpkin_pile_white = {
        name = "南瓜堆",
        description = "一堆装饰性的白色南瓜。 ",
        object = "pumpkin_pile_white",
        icon_sprite = "spr_ui_item_decor_harvest_festival_pumpkin_pile_white",
        tags = {
            "furniture",
        },
        value = {
            store = 200,
            bin = 100,
        },
        name_en = "Pumpkin Pile",
        description_en = "A pile of decorative white pumpkins.",
        category = "other.festivals",
    },
    pumpkin_pile_yellow = {
        name = "南瓜堆",
        description = "一堆装饰性的黄色南瓜。 ",
        object = "pumpkin_pile_yellow",
        icon_sprite = "spr_ui_item_decor_harvest_festival_pumpkin_pile_yellow",
        tags = {
            "furniture",
        },
        value = {
            store = 200,
            bin = 100,
        },
        name_en = "Pumpkin Pile",
        description_en = "A pile of decorative yellow pumpkins.",
        category = "other.festivals",
    },
    pumpkin_pile_orange = {
        name = "南瓜堆",
        description = "一堆装饰性的橙色南瓜。 ",
        object = "pumpkin_pile_orange",
        icon_sprite = "spr_ui_item_decor_harvest_festival_pumpkin_pile_orange",
        tags = {
            "furniture",
        },
        value = {
            store = 200,
            bin = 100,
        },
        name_en = "Pumpkin Pile",
        description_en = "A pile of decorative orange pumpkins.",
        category = "other.festivals",
    },
    pumpkin_pile_green = {
        name = "南瓜堆",
        description = "一堆装饰性的绿色南瓜。 ",
        object = "pumpkin_pile_green",
        icon_sprite = "spr_ui_item_decor_harvest_festival_pumpkin_pile_green",
        tags = {
            "furniture",
        },
        value = {
            store = 200,
            bin = 100,
        },
        name_en = "Pumpkin Pile",
        description_en = "A pile of decorative green pumpkins.",
        category = "other.festivals",
    },
    pumpkin_pile_purple = {
        name = "南瓜堆",
        description = "一堆装饰性的紫色南瓜。 ",
        object = "pumpkin_pile_purple",
        icon_sprite = "spr_ui_item_decor_harvest_festival_pumpkin_pile_purple",
        tags = {
            "furniture",
        },
        value = {
            store = 200,
            bin = 100,
        },
        name_en = "Pumpkin Pile",
        description_en = "A pile of decorative purple pumpkins.",
        category = "other.festivals",
    },
    pumpkin_pile_black = {
        name = "南瓜堆",
        description = "一堆装饰性的黑色南瓜。 ",
        object = "pumpkin_pile_black",
        icon_sprite = "spr_ui_item_decor_harvest_festival_pumpkin_pile_black",
        tags = {
            "furniture",
        },
        value = {
            store = 200,
            bin = 100,
        },
        name_en = "Pumpkin Pile",
        description_en = "A pile of decorative black pumpkins.",
        category = "other.festivals",
    },
    candied_queen_berries = {
        name = "女王莓糖葫芦",
        description = "甜脆的糖衣包裹着多汁的果串, 是每个人都喜欢的礼物。 ",
        restore = 100,
        icon_sprite = "spr_ui_item_candied_queen_berries",
        tags = {
            "food",
            "candy",
        },
        default_infusion = "likeable",
        value = {
            bin = 200,
            store = 400,
        },
        name_en = "Candied Queen Berries",
        description_en = "A crunchy sugar shell coats these juicy skewered Queen Berries. Liked by everyone.",
        category = "other.festivals",
        cooking_main_category = "甜品",
        cooking_main_category_en = "Desserts",
        cooking_sub_category = "糖制甜品",
        cooking_sub_category_en = "Candy",
    },
    queen_berry_pie = {
        name = "女王莓派",
        description = "女王莓派的切片, 这个丰收节纪念品是每个人都会珍爱的礼物。 ",
        restore = 130,
        icon_sprite = "spr_ui_item_queen_berry_pie",
        tags = {
            "food",
            "baked_dessert",
            "inn_plate",
        },
        default_infusion = "loveable",
        value = {
            bin = 400,
            store = 800,
        },
        name_en = "Queen Berry Pie",
        description_en = "A delicious slice of queen berry pie. This Harvest Festival treat is loved by everyone.",
        category = "other.festivals",
        cooking_main_category = "甜品",
        cooking_main_category_en = "Desserts",
        cooking_sub_category = "烘烤品",
        cooking_sub_category_en = "Baked",
    },
    autumn_scarecrow = {
        name = "秋季稻草人",
        description = "可爱的装饰性稻草人。 ",
        object = "autumn_scarecrow",
        icon_sprite = "spr_ui_item_decor_harvest_festival_autumn_scarecrow",
        tags = {
            "furniture",
        },
        value = {
            store = 500,
            bin = 250,
        },
        name_en = "Autumn Scarecrow",
        description_en = "A cute decorative scarecrow.",
        category = "other.festivals",
    },
    cornucopia = {
        name = "丰饶角",
        description = "充满节日气息的丰饶角。 ",
        object = "cornucopia",
        icon_sprite = "spr_ui_item_decor_harvest_festival_cornucopia",
        tags = {
            "furniture",
        },
        value = {
            store = 500,
            bin = 250,
        },
        name_en = "Cornucopia",
        description_en = "A festive cornucopia.",
        category = "other.festivals",
    },
    butterfly = {
        description = "常见的昆虫, 可在春季的白天捕获。 ",
        icon_sprite = "spr_ui_item_insect_butterfly",
        name = "蝴蝶",
        tags = {
            "bugs",
        },
        value = {
            bin = 10,
        },
        description_en = "A common insect found during the daytime in spring.",
        name_en = "Butterfly",
        category = "other.bugs",
        type = "fly_wave",
        seasons = {
            "spring",
        },
        hours = {
            6,
            20,
        },
        weather = {
            "calm",
            "special",
        },
        rarity = "common",
        liked_object_categories = {
            "grass",
            "crop",
            "bush",
        },
    },
    caterpillar = {
        description = "常见的昆虫, 可在春季捕获。 摇晃树木的话也可能会出现。 ",
        icon_sprite = "spr_ui_item_insect_caterpillar",
        name = "毛毛虫",
        tags = {
            "bugs",
        },
        value = {
            bin = 10,
        },
        description_en = "A common insect found in spring. Sometimes found when shaking trees.",
        name_en = "Caterpillar",
        category = "other.bugs",
        spawn = {
            "canopy",
            "default",
        },
        seasons = {
            "spring",
        },
        hours = {
            6,
            26,
        },
        weather = {
            "calm",
            "special",
            "inclement",
        },
        rarity = "common",
        liked_object_categories = {
            "tree",
            "stump",
        },
    },
    flower_crown_beetle = {
        description = "传说级的昆虫, 可在春季的白天捕获。 太可爱了! ",
        icon_sprite = "spr_ui_item_insect_flowercrownbeetle",
        name = "花冠甲虫",
        tags = {
            "bugs",
        },
        value = {
            bin = 30,
        },
        description_en = "A legendary insect found during the daytime in spring. It's so cute!",
        name_en = "Flower Crown Beetle",
        category = "other.bugs",
        seasons = {
            "spring",
        },
        hours = {
            6,
            20,
        },
        weather = {
            "calm",
            "special",
        },
        rarity = "very_rare",
        liked_object_categories = {
            "grass",
            "crop",
        },
    },
    petalhopper = {
        description = "常见的昆虫, 可在春季的白天捕获。 割草的话也可能会出现。 ",
        icon_sprite = "spr_ui_item_insect_petalhopper",
        name = "花瓣跳虫",
        tags = {
            "bugs",
        },
        value = {
            bin = 10,
        },
        description_en = "A common insect found during the daytime in spring. Sometimes found when cutting grass.",
        name_en = "Petalhopper",
        category = "other.bugs",
        type = "jump",
        spawn = {
            "default",
            "grass",
        },
        seasons = {
            "spring",
        },
        hours = {
            6,
            20,
        },
        weather = {
            "calm",
            "special",
            "inclement",
            "heavy_inclement",
        },
        rarity = "common",
        liked_object_categories = {
            "grass",
            "crop",
        },
    },
    ladybug = {
        description = "常见的昆虫, 可在春季捕获。 ",
        icon_sprite = "spr_ui_item_insect_ladybug",
        name = "瓢虫",
        tags = {
            "bugs",
        },
        value = {
            bin = 10,
        },
        description_en = "A common insect found in spring.",
        name_en = "Ladybug",
        category = "other.bugs",
        seasons = {
            "spring",
        },
        hours = {
            6,
            26,
        },
        weather = {
            "calm",
            "special",
            "inclement",
        },
        rarity = "common",
        liked_object_categories = {
            "grass",
            "crop",
        },
    },
    luna_moth = {
        description = "稀有的昆虫, 可在春季的夜晚捕获。 ",
        icon_sprite = "spr_ui_item_insect_lunamoth",
        name = "月蛾",
        tags = {
            "bugs",
        },
        value = {
            bin = 20,
        },
        description_en = "A rare insect found at night in spring.",
        name_en = "Luna Moth",
        category = "other.bugs",
        type = "fly_wave",
        seasons = {
            "spring",
        },
        hours = {
            20,
            26,
        },
        weather = {
            "calm",
            "special",
        },
        rarity = "rare",
        attraction = "light",
    },
    orchid_mantis = {
        description = "稀有的昆虫, 可在春季的白天捕获。 ",
        icon_sprite = "spr_ui_item_insect_orchidmantis",
        name = "兰花螳螂",
        tags = {
            "bugs",
        },
        value = {
            bin = 20,
        },
        description_en = "A rare insect found during the daytime in spring.",
        name_en = "Orchid Mantis",
        category = "other.bugs",
        type = "jump",
        seasons = {
            "spring",
        },
        hours = {
            6,
            20,
        },
        weather = {
            "calm",
            "special",
            "inclement",
        },
        rarity = "rare",
        liked_object_categories = {
            "grass",
            "crop",
        },
    },
    roly_poly = {
        description = "罕见的昆虫, 可在春季捕获。 敲碎石头才会出现。 ",
        icon_sprite = "spr_ui_item_insect_pillbug",
        name = "卷甲虫",
        tags = {
            "bugs",
        },
        value = {
            bin = 15,
        },
        description_en = "An uncommon insect found in spring. Found when breaking rocks.",
        name_en = "Roly Poly",
        category = "other.bugs",
        idle_sprite = "spr_insect_pillbug_entity_idle",
        move_sprite = "spr_insect_pillbug_entity_move",
        spawn = "rock",
        seasons = {
            "spring",
        },
        hours = {
            6,
            26,
        },
        weather = {
            "calm",
            "special",
            "inclement",
            "heavy_inclement",
        },
        rarity = "uncommon",
    },
    snail = {
        description = "罕见的昆虫, 可在春季捕获。 ",
        icon_sprite = "spr_ui_item_insect_snail",
        name = "蜗牛",
        tags = {
            "bugs",
        },
        value = {
            bin = 15,
        },
        description_en = "An uncommon gastropod found in spring.",
        name_en = "Snail",
        category = "other.bugs",
        seasons = {
            "spring",
        },
        hours = {
            6,
            26,
        },
        weather = {
            "calm",
            "special",
            "inclement",
            "heavy_inclement",
        },
        rarity = "uncommon",
        liked_object_categories = {
            "grass",
            "crop",
            "rock",
            "stump",
            "breakable",
        },
    },
    waterbug = {
        description = "沙滩边常见的昆虫, 四季均可捕获。 ",
        icon_sprite = "spr_ui_item_insect_waterbug",
        name = "水虫",
        tags = {
            "bugs",
        },
        value = {
            bin = 10,
        },
        description_en = "A common insect found at the beach in all seasons.",
        name_en = "Waterbug",
        category = "other.bugs",
        seasons = {
            "spring",
            "summer",
            "fall",
            "winter",
        },
        hours = {
            6,
            26,
        },
        weather = {
            "calm",
            "special",
            "inclement",
            "heavy_inclement",
        },
        rarity = "common",
        locations = {
            "beach",
        },
    },
    cicada = {
        description = "常见的昆虫, 可在夏季捕获。 摇晃树木的话也可能会出现。 ",
        icon_sprite = "spr_ui_item_insect_cicada",
        name = "蝉",
        tags = {
            "bugs",
        },
        value = {
            bin = 10,
        },
        description_en = "A common insect found in summer. Sometimes found when shaking trees.",
        name_en = "Cicada",
        category = "other.bugs",
        spawn = {
            "canopy",
            "grass",
        },
        seasons = {
            "summer",
        },
        hours = {
            6,
            26,
        },
        weather = {
            "calm",
            "special",
            "inclement",
            "heavy_inclement",
        },
        rarity = "common",
        liked_object_categories = {
            "tree",
            "stump",
        },
    },
    cricket = {
        description = "常见的昆虫, 可在夏季的夜晚捕获。 ",
        icon_sprite = "spr_ui_item_insect_cricket",
        name = "蟋蟀",
        tags = {
            "bugs",
        },
        value = {
            bin = 10,
        },
        description_en = "A common insect found at night in summer.",
        name_en = "Cricket",
        category = "other.bugs",
        type = "jump",
        seasons = {
            "summer",
        },
        hours = {
            20,
            26,
        },
        weather = {
            "calm",
            "special",
            "inclement",
            "heavy_inclement",
        },
        liked_object_categories = {
            "grass",
        },
    },
    dragonfly = {
        description = "罕见的昆虫, 可在夏季的白天捕获。 ",
        icon_sprite = "spr_ui_item_insect_dragonfly",
        name = "蜻蜓",
        tags = {
            "bugs",
        },
        value = {
            bin = 15,
        },
        description_en = "An uncommon insect found during the daytime in summer.",
        name_en = "Dragonfly",
        category = "other.bugs",
        type = "fly",
        seasons = {
            "summer",
        },
        hours = {
            6,
            20,
        },
        weather = {
            "calm",
            "special",
            "inclement",
        },
        rarity = "uncommon",
        liked_object_categories = {
            "grass",
            "crop",
        },
    },
    firefly = {
        description = "常见的昆虫, 可在夏季的夜晚捕获。 ",
        icon_sprite = "spr_ui_item_insect_firefly",
        name = "萤火虫",
        tags = {
            "bugs",
        },
        value = {
            bin = 10,
        },
        description_en = "A common insect found at night in summer.",
        name_en = "Firefly",
        category = "other.bugs",
        type = "fly_wave",
        seasons = {
            "summer",
        },
        hours = {
            20,
            26,
        },
        weather = {
            "calm",
            "special",
        },
        rarity = "common",
        liked_object_categories = {
            "tree",
            "building",
        },
    },
    jewel_beetle = {
        description = "罕见的昆虫, 可在夏季捕获。 敲碎石头才会出现。 ",
        icon_sprite = "spr_ui_item_insect_jewelbeetle",
        name = "宝石甲虫",
        tags = {
            "bugs",
        },
        value = {
            bin = 15,
        },
        description_en = "An uncommon insect found in summer. Found when breaking rocks.",
        name_en = "Jewel Beetle",
        category = "other.bugs",
        spawn = "rock",
        seasons = {
            "summer",
        },
        hours = {
            6,
            26,
        },
        weather = {
            "calm",
            "special",
            "inclement",
            "heavy_inclement",
        },
        rarity = "uncommon",
        liked_object_categories = {
            "rock",
            "crop",
            "grass",
        },
    },
    magma_beetle = {
        description = "稀有的昆虫, 可在夏季捕获。 ",
        icon_sprite = "spr_ui_item_insect_magmabeetle",
        name = "岩浆甲虫",
        tags = {
            "bugs",
        },
        value = {
            bin = 20,
        },
        description_en = "A rare insect found in summer.",
        name_en = "Magma Beetle",
        category = "other.bugs",
        seasons = {
            "summer",
        },
        hours = {
            6,
            26,
        },
        weather = {
            "calm",
            "special",
            "inclement",
            "heavy_inclement",
        },
        rarity = "rare",
        liked_object_categories = {
            "rock",
        },
    },
    strawhopper = {
        description = "常见的昆虫, 可在夏季捕获。 割草的话也可能会出现。 ",
        icon_sprite = "spr_ui_item_insect_strawhopper",
        name = "稻草跳虫",
        tags = {
            "bugs",
        },
        value = {
            bin = 10,
        },
        description_en = "A common insect found in summer. Sometimes found when cutting grass.",
        name_en = "Strawhopper",
        category = "other.bugs",
        type = "jump",
        spawn = {
            "default",
            "grass",
        },
        seasons = {
            "summer",
        },
        hours = {
            6,
            26,
        },
        weather = {
            "calm",
            "special",
            "inclement",
            "heavy_inclement",
        },
        rarity = "common",
        liked_object_categories = {
            "grass",
            "crop",
        },
    },
    strobe_firefly = {
        description = "传说级的昆虫, 可在夏季的夜晚捕获。 摄人心魂! ",
        icon_sprite = "spr_ui_item_insect_strobefirefly",
        name = "频闪萤火虫",
        tags = {
            "bugs",
        },
        value = {
            bin = 30,
        },
        description_en = "A legendary insect found at night in summer. It's mesmerizing!",
        name_en = "Strobe Firefly",
        category = "other.bugs",
        type = "fly",
        idle_sprite = "spr_insect_strobedragonfly_entity_idle",
        move_sprite = "spr_insect_strobedragonfly_entity_move",
        seasons = {
            "summer",
        },
        hours = {
            20,
            26,
        },
        weather = {
            "calm",
            "special",
        },
        rarity = "very_rare",
        liked_object_categories = {
            "tree",
            "building",
        },
    },
    sand_bug = {
        description = "沙滩边常见的昆虫, 四季均可捕获。 ",
        icon_sprite = "spr_ui_item_insect_sand_bug",
        name = "沙虫",
        tags = {
            "bugs",
        },
        value = {
            bin = 10,
        },
        description_en = "A common insect found at the beach in all seasons.",
        name_en = "Sand Bug",
        category = "other.bugs",
        idle_sprite = "spr_insect_sand_bug_entity_idle",
        move_sprite = "spr_insect_sand_bug_entity_move",
        seasons = {
            "spring",
            "summer",
            "fall",
            "winter",
        },
        hours = {
            6,
            26,
        },
        weather = {
            "calm",
            "special",
            "inclement",
            "heavy_inclement",
        },
        rarity = "common",
        locations = {
            "beach",
        },
    },
    surf_beetle = {
        description = "沙滩边常见的昆虫, 四季均可捕获。 ",
        icon_sprite = "spr_ui_item_insect_surf_beetle",
        name = "冲浪甲虫",
        tags = {
            "bugs",
        },
        value = {
            bin = 10,
        },
        description_en = "A common insect found at the beach in all seasons.",
        name_en = "Surf Beetle",
        category = "other.bugs",
        idle_sprite = "spr_insect_surf_beetle_entity_idle",
        move_sprite = "spr_insect_surf_beetle_entity_move",
        seasons = {
            "spring",
            "summer",
            "fall",
            "winter",
        },
        hours = {
            6,
            26,
        },
        weather = {
            "calm",
            "special",
            "inclement",
            "heavy_inclement",
        },
        rarity = "common",
        locations = {
            "beach",
        },
    },
    beach_hopper = {
        description = "沙滩边常见的昆虫, 四季均可捕获。 ",
        icon_sprite = "spr_ui_item_insect_beach_hopper",
        name = "沙蚤",
        tags = {
            "bugs",
        },
        value = {
            bin = 10,
        },
        description_en = "A common insect found at the beach in all seasons.",
        name_en = "Beach Hopper",
        category = "other.bugs",
        type = "jump",
        idle_sprite = "spr_insect_beach_hopper_entity_idle",
        move_sprite = "spr_insect_beach_hopper_entity_move",
        seasons = {
            "spring",
            "summer",
            "fall",
            "winter",
        },
        hours = {
            6,
            26,
        },
        weather = {
            "calm",
            "special",
            "inclement",
            "heavy_inclement",
        },
        rarity = "common",
        locations = {
            "beach",
        },
    },
    chillipede = {
        description = "罕见的昆虫, 可在秋季捕获。 敲碎石头才会出现。 ",
        icon_sprite = "spr_ui_item_insect_chillipede",
        name = "凉脊蜈蚣",
        tags = {
            "bugs",
        },
        value = {
            bin = 15,
        },
        description_en = "An uncommon insect found in fall. Found when breaking rocks.",
        name_en = "Chillipede",
        category = "other.bugs",
        spawn = "rock",
        seasons = {
            "fall",
        },
        hours = {
            6,
            26,
        },
        weather = {
            "calm",
            "special",
            "inclement",
            "heavy_inclement",
        },
        rarity = "uncommon",
    },
    cicada_nymph = {
        description = "常见的昆虫, 可在秋季的夜晚捕获。 ",
        icon_sprite = "spr_ui_item_insect_cicadanymph",
        name = "蝉若虫",
        tags = {
            "bugs",
        },
        value = {
            bin = 10,
        },
        description_en = "A common insect found at night in fall.",
        name_en = "Cicada Nymph",
        category = "other.bugs",
        seasons = {
            "fall",
        },
        hours = {
            20,
            26,
        },
        weather = {
            "calm",
            "special",
            "inclement",
            "heavy_inclement",
        },
        rarity = "common",
    },
    fairy_bee = {
        description = "传说级的昆虫, 可在秋天的白天捕获。 非常美! ",
        icon_sprite = "spr_ui_item_insect_fairybee",
        name = "精灵蜜蜂",
        tags = {
            "bugs",
        },
        value = {
            bin = 30,
        },
        description_en = "A legendary insect found in the morning during fall. It's beautiful!",
        name_en = "Fairy Bee",
        category = "other.bugs",
        type = "fly",
        seasons = {
            "fall",
        },
        hours = {
            6,
            11,
        },
        weather = {
            "calm",
            "special",
        },
        rarity = "very_rare",
        liked_object_categories = {
            "grass",
            "crop",
        },
    },
    inchworm = {
        description = "常见的昆虫, 可在秋季捕获。 ",
        icon_sprite = "spr_ui_item_insect_inchworm",
        name = "尺蠖",
        tags = {
            "bugs",
        },
        value = {
            bin = 10,
        },
        description_en = "A common insect found in fall.",
        name_en = "Inchworm",
        category = "other.bugs",
        seasons = {
            "fall",
        },
        hours = {
            6,
            26,
        },
        weather = {
            "calm",
            "special",
            "inclement",
            "heavy_inclement",
        },
        rarity = "common",
    },
    leafhopper = {
        description = "常见的昆虫, 可在秋季捕获。 割草的话也可能会出现。 ",
        icon_sprite = "spr_ui_item_insect_leafhopper",
        name = "叶蝉",
        tags = {
            "bugs",
        },
        value = {
            bin = 10,
        },
        description_en = "A common insect found in fall. Sometimes found when cutting grass.",
        name_en = "Leafhopper",
        category = "other.bugs",
        type = "jump",
        spawn = {
            "default",
            "grass",
        },
        seasons = {
            "fall",
        },
        hours = {
            6,
            26,
        },
        weather = {
            "calm",
            "special",
            "inclement",
            "heavy_inclement",
        },
        rarity = "common",
        liked_object_categories = {
            "grass",
            "crop",
        },
    },
    mistmoth = {
        description = "稀有的昆虫, 可在秋季的夜晚捕获。 ",
        icon_sprite = "spr_ui_item_insect_mistmoth",
        name = "雾蛾",
        tags = {
            "bugs",
        },
        value = {
            bin = 30,
        },
        description_en = "A rare insect found at night in fall.",
        name_en = "Mistmoth",
        category = "other.bugs",
        type = "fly",
        seasons = {
            "fall",
        },
        hours = {
            20,
            26,
        },
        weather = {
            "calm",
            "special",
        },
        rarity = "rare",
        attraction = "light",
    },
    monarch_butterfly = {
        description = "常见的昆虫, 可在秋季的白天捕获。 ",
        icon_sprite = "spr_ui_item_insect_monarchbutterfly",
        name = "帝王蝶",
        tags = {
            "bugs",
        },
        value = {
            bin = 10,
        },
        description_en = "A common insect found during the daytime in fall.",
        name_en = "Monarch Butterfly",
        category = "other.bugs",
        type = "fly_wave",
        seasons = {
            "fall",
        },
        hours = {
            6,
            20,
        },
        weather = {
            "calm",
            "special",
        },
        rarity = "common",
        liked_object_categories = {
            "grass",
            "crop",
        },
    },
    tiger_swallowtail_butterfly = {
        description = "罕见的昆虫, 可在秋季的白天捕获。 ",
        icon_sprite = "spr_ui_item_insect_tigerswallowtailbutterfly",
        name = "虎凤蝶",
        tags = {
            "bugs",
        },
        value = {
            bin = 15,
        },
        description_en = "An uncommon insect found during the daytime in fall.",
        name_en = "Tiger Swallowtail Butterfly",
        category = "other.bugs",
        type = "fly_wave",
        seasons = {
            "fall",
        },
        hours = {
            6,
            20,
        },
        weather = {
            "calm",
            "special",
        },
        rarity = "uncommon",
        liked_object_categories = {
            "grass",
            "crop",
        },
    },
    walking_leaf = {
        description = "罕见的昆虫, 可在秋季的白天捕获。 摇晃树木的话也可能会出现。 ",
        icon_sprite = "spr_ui_item_insect_walkingleaf",
        name = "叶虫",
        tags = {
            "bugs",
        },
        value = {
            bin = 15,
        },
        description_en = "An uncommon insect found during the daytime in fall. Sometimes found when shaking trees.",
        name_en = "Walking Leaf",
        category = "other.bugs",
        spawn = {
            "canopy",
            "default",
        },
        seasons = {
            "fall",
        },
        hours = {
            6,
            20,
        },
        weather = {
            "calm",
            "special",
            "inclement",
            "heavy_inclement",
        },
        rarity = "uncommon",
    },
    crystal_caterpillar = {
        description = "稀有的昆虫, 可在冬天的雪天捕获。 ",
        icon_sprite = "spr_ui_item_insect_crystalcaterpillar",
        name = "水晶毛毛虫",
        tags = {
            "bugs",
        },
        value = {
            bin = 20,
        },
        description_en = "A rare insect found on snowy days in winter.",
        name_en = "Crystal Caterpillar",
        category = "other.bugs",
        spawn = {
            "canopy",
            "default",
        },
        seasons = {
            "winter",
        },
        hours = {
            6,
            26,
        },
        weather = {
            "inclement",
            "heavy_inclement",
        },
        rarity = "rare",
        liked_object_categories = {
            "rock",
            "stump",
            "breakable",
        },
    },
    brightbulb_moth = {
        description = "常见的昆虫, 可在冬季的夜晚捕获。 ",
        icon_sprite = "spr_ui_item_insect_brightbulb_moth",
        name = "明灯蛾",
        tags = {
            "bugs",
        },
        value = {
            bin = 10,
        },
        description_en = "A common insect found at night in winter.",
        name_en = "Brightbulb Moth",
        category = "other.bugs",
        type = "fly",
        idle_sprite = "spr_insect_brightbulb_moth_entity_idle",
        move_sprite = "spr_insect_brightbulb_moth_entity_move",
        seasons = {
            "winter",
        },
        hours = {
            20,
            26,
        },
        weather = {
            "calm",
            "special",
        },
        rarity = "common",
    },
    frost_flutter_butterfly = {
        description = "常见的昆虫, 可在冬季的白天捕获。 ",
        icon_sprite = "spr_ui_item_insect_frost_flutter_butterfly",
        name = "霜翼蝴蝶",
        tags = {
            "bugs",
        },
        value = {
            bin = 10,
        },
        description_en = "A common insect found during the daytime in winter.",
        name_en = "Frost Flutter Butterfly",
        category = "other.bugs",
        type = "fly_wave",
        idle_sprite = "spr_insect_frost_flutter_butterfly_entity_idle",
        move_sprite = "spr_insect_frost_flutter_butterfly_entity_move",
        seasons = {
            "winter",
        },
        hours = {
            6,
            20,
        },
        weather = {
            "calm",
            "special",
        },
        rarity = "common",
        liked_object_categories = {
            "grass",
            "crop",
        },
    },
    icehopper = {
        description = "常见的昆虫, 可在冬季捕获。 割草的话也可能会出现。 ",
        icon_sprite = "spr_ui_item_insect_icehopper",
        name = "冰跳虫",
        tags = {
            "bugs",
        },
        value = {
            bin = 10,
        },
        description_en = "A common insect found in winter. Sometimes found when cutting grass.",
        name_en = "Icehopper",
        category = "other.bugs",
        type = "jump",
        spawn = {
            "default",
            "grass",
        },
        seasons = {
            "winter",
        },
        hours = {
            6,
            26,
        },
        weather = {
            "calm",
            "special",
            "inclement",
            "heavy_inclement",
        },
        rarity = "common",
        liked_object_categories = {
            "grass",
            "crop",
        },
    },
    polar_fly = {
        description = "常见的昆虫, 可在冬季捕获。 ",
        icon_sprite = "spr_ui_item_insect_polar_fly",
        name = "极地苍蝇",
        tags = {
            "bugs",
        },
        value = {
            bin = 10,
        },
        description_en = "A common insect found in winter.",
        name_en = "Polar Fly",
        category = "other.bugs",
        type = "fly_wave",
        idle_sprite = "spr_insect_polar_fly_entity_idle",
        move_sprite = "spr_insect_polar_fly_entity_move",
        seasons = {
            "winter",
        },
        hours = {
            6,
            26,
        },
        weather = {
            "calm",
            "special",
        },
        rarity = "common",
        liked_object_categories = {
            "grass",
            "crop",
        },
    },
    snug_bug = {
        description = "罕见的昆虫, 可在冬季捕获。 敲碎石头才会出现。 ",
        icon_sprite = "spr_ui_item_insect_snug_bug",
        name = "蜷缩虫",
        tags = {
            "bugs",
        },
        value = {
            bin = 15,
        },
        description_en = "An uncommon insect found in winter. Found when breaking rocks.",
        name_en = "Snug Bug",
        category = "other.bugs",
        idle_sprite = "spr_insect_snug_bug_entity_idle",
        move_sprite = "spr_insect_snug_bug_entity_move",
        spawn = "rock",
        seasons = {
            "winter",
        },
        hours = {
            6,
            26,
        },
        weather = {
            "calm",
            "special",
            "inclement",
            "heavy_inclement",
        },
        rarity = "uncommon",
    },
    relic_crab = {
        description = "沙滩边罕见的甲壳动物, 四季均可捕获。 ",
        icon_sprite = "spr_ui_item_insect_reliccrab",
        name = "遗物蟹",
        tags = {
            "bugs",
        },
        value = {
            bin = 20,
        },
        description_en = "An uncommon crustacean found at the beach in all seasons.",
        name_en = "Relic Crab",
        category = "other.bugs",
        seasons = {
            "spring",
            "summer",
            "fall",
            "winter",
        },
        hours = {
            6,
            26,
        },
        weather = {
            "calm",
            "special",
            "inclement",
            "heavy_inclement",
        },
        rarity = "uncommon",
        locations = {
            "beach",
        },
    },
    snowball_beetle = {
        description = "传说级的昆虫, 可在冬季的暴雪天捕获。 非常可爱! ",
        icon_sprite = "spr_ui_item_insect_snowballbeetle",
        name = "雪球甲虫",
        tags = {
            "bugs",
        },
        value = {
            bin = 30,
        },
        description_en = "A legendary insect found during heavy snow in winter. It's adorable!",
        name_en = "Snowball Beetle",
        category = "other.bugs",
        seasons = {
            "winter",
        },
        hours = {
            6,
            26,
        },
        weather = {
            "heavy_inclement",
        },
        rarity = "very_rare",
    },
    walking_stick = {
        description = "罕见的昆虫, 可在冬季捕获。 ",
        icon_sprite = "spr_ui_item_insect_walkingstick",
        name = "竹节虫",
        tags = {
            "bugs",
        },
        value = {
            bin = 15,
        },
        description_en = "An uncommon insect found in winter.",
        name_en = "Walking Stick",
        category = "other.bugs",
        seasons = {
            "winter",
        },
        hours = {
            6,
            26,
        },
        rarity = "uncommon",
        liked_object_categories = {
            "stump",
            "breakable",
        },
    },
    winterpillar = {
        description = "常见的昆虫, 可在冬季捕获。 摇晃树木的话也可能会出现。 ",
        icon_sprite = "spr_ui_item_insect_winterpillar",
        name = "冬季毛虫",
        tags = {
            "bugs",
        },
        value = {
            bin = 10,
        },
        description_en = "A common insect found in winter. Sometimes found when shaking trees.",
        name_en = "Winterpillar",
        category = "other.bugs",
        spawn = {
            "default",
            "canopy",
        },
        seasons = {
            "winter",
        },
        hours = {
            6,
            26,
        },
        rarity = "common",
        liked_object_categories = {
            "tree",
            "stump",
        },
    },
    ant = {
        description = "常见的昆虫, 除冬季外均可捕获。 ",
        icon_sprite = "spr_ui_item_insect_ant",
        name = "蚂蚁",
        tags = {
            "bugs",
        },
        value = {
            bin = 10,
        },
        description_en = "A common insect found in all seasons but winter.",
        name_en = "Ant",
        category = "other.bugs",
        seasons = {
            "spring",
            "summer",
            "fall",
        },
        hours = {
            6,
            26,
        },
        weather = {
            "calm",
            "special",
            "inclement",
        },
        rarity = "common",
    },
    bumblebee = {
        description = "常见的昆虫, 可在春夏秋的白天捕获。 ",
        icon_sprite = "spr_ui_item_insect_bumblebee",
        name = "大黄蜂",
        tags = {
            "bugs",
        },
        value = {
            bin = 10,
        },
        description_en = "A common insect found during the daytime in all seasons but winter.",
        name_en = "Bumblebee",
        category = "other.bugs",
        type = "fly_wave",
        seasons = {
            "spring",
            "summer",
            "fall",
        },
        hours = {
            6,
            20,
        },
        weather = {
            "calm",
            "special",
        },
        rarity = "common",
        liked_object_categories = {
            "grass",
            "crop",
        },
    },
    fuzzy_moth = {
        description = "罕见的昆虫, 四季的夜晚均可捕获。 ",
        icon_sprite = "spr_ui_item_insect_fuzzymoth",
        name = "绒蛾",
        tags = {
            "bugs",
        },
        value = {
            bin = 15,
        },
        description_en = "An uncommon insect found at night in all seasons.",
        name_en = "Fuzzy Moth",
        category = "other.bugs",
        type = "fly_wave",
        seasons = {
            "spring",
            "summer",
            "fall",
            "winter",
        },
        hours = {
            20,
            26,
        },
        rarity = "uncommon",
        attraction = "light",
    },
    grasshopper = {
        description = "常见的昆虫, 可在春夏秋的白天捕获。 割草的话也可能会出现。 ",
        icon_sprite = "spr_ui_item_insect_grasshopper",
        name = "蚱蜢",
        tags = {
            "bugs",
        },
        value = {
            bin = 10,
        },
        description_en = "A common insect found during the daytime in all seasons but winter. Sometimes found when cutting grass.",
        name_en = "Grasshopper",
        category = "other.bugs",
        type = "jump",
        spawn = {
            "default",
            "grass",
        },
        seasons = {
            "spring",
            "summer",
            "fall",
        },
        hours = {
            6,
            20,
        },
        rarity = "common",
        liked_object_categories = {
            "grass",
            "crop",
        },
    },
    hermit_crab = {
        description = "沙滩边常见的甲壳动物, 四季均可捕获。 ",
        icon_sprite = "spr_ui_item_insect_hermitcrab",
        name = "寄居蟹",
        tags = {
            "bugs",
        },
        value = {
            bin = 15,
        },
        description_en = "A common crustacean found at the beach in all seasons.",
        name_en = "Hermit Crab",
        category = "other.bugs",
        seasons = {
            "spring",
            "summer",
            "fall",
            "winter",
        },
        hours = {
            6,
            26,
        },
        weather = {
            "calm",
            "special",
            "inclement",
            "heavy_inclement",
        },
        rarity = "common",
        locations = {
            "beach",
        },
    },
    hummingbird_hawk_moth = {
        description = "稀有的昆虫, 除冬季外均可捕获。 ",
        icon_sprite = "spr_ui_item_insect_hummingbirdhawkmoth",
        name = "蜂鸟鹰蛾",
        tags = {
            "bugs",
        },
        value = {
            bin = 20,
        },
        description_en = "A rare insect found in all seasons but winter.",
        name_en = "Hummingbird Hawk Moth",
        category = "other.bugs",
        type = "fly",
        seasons = {
            "spring",
            "summer",
            "fall",
        },
        hours = {
            6,
            26,
        },
        rarity = "rare",
        liked_object_categories = {
            "crop",
        },
    },
    lightning_dragonfly = {
        description = "稀有的昆虫, 可在春夏秋的雷雨天捕获。 ",
        icon_sprite = "spr_ui_item_insect_lightningdragonfly",
        name = "雷电蜻蜓",
        tags = {
            "bugs",
        },
        value = {
            bin = 20,
        },
        description_en = "A rare insect found during thunderstorms in all seasons but winter.",
        name_en = "Lightning Dragonfly",
        category = "other.bugs",
        type = "fly",
        seasons = {
            "spring",
            "summer",
            "fall",
        },
        hours = {
            6,
            20,
        },
        weather = {
            "heavy_inclement",
        },
        rarity = "rare",
        locations = {
            "narrows",
            "eastern_road",
        },
    },
    pond_skater = {
        description = "罕见的昆虫, 四季皆可捕获。 ",
        icon_sprite = "spr_ui_item_insect_pondskater",
        name = "水黾",
        tags = {
            "bugs",
        },
        value = {
            bin = 15,
        },
        description_en = "An uncommon insect found in all seasons.",
        name_en = "Pond Skater",
        category = "other.bugs",
        seasons = {
            "spring",
            "summer",
            "fall",
            "winter",
        },
        hours = {
            6,
            26,
        },
        weather = {
            "calm",
            "special",
            "inclement",
        },
        rarity = "uncommon",
        locations = {
            "narrows",
            "eastern_road",
            "town",
        },
        can_spawn_on_water = true,
    },
    praying_mantis = {
        description = "常见的昆虫, 可在春夏秋的白天捕获。 ",
        icon_sprite = "spr_ui_item_insect_prayingmantis",
        name = "螳螂",
        tags = {
            "bugs",
        },
        value = {
            bin = 10,
        },
        description_en = "A common insect found during the daytime in all seasons but winter.",
        name_en = "Praying Mantis",
        category = "other.bugs",
        type = "jump",
        seasons = {
            "spring",
            "summer",
            "fall",
        },
        hours = {
            6,
            20,
        },
        rarity = "common",
        liked_object_categories = {
            "grass",
            "crop",
        },
    },
    question_mark_butterfly = {
        description = "罕见的昆虫, 可在春夏秋的白天捕获。 ",
        icon_sprite = "spr_ui_item_insect_questionmarkbutterfly",
        name = "问号蝴蝶",
        tags = {
            "bugs",
        },
        value = {
            bin = 15,
        },
        description_en = "An uncommon insect found during the daytime in all seasons but winter.",
        name_en = "Question Mark Butterfly",
        category = "other.bugs",
        type = "fly_wave",
        seasons = {
            "spring",
            "summer",
            "fall",
        },
        hours = {
            6,
            20,
        },
        rarity = "uncommon",
        liked_object_categories = {
            "grass",
            "crop",
        },
    },
    redhead_worm = {
        description = "稀有的虫子, 除冬季外均可捕获。 敲碎石头才会出现。 ",
        icon_sprite = "spr_ui_item_insect_redhead_worm",
        name = "红头虫",
        tags = {
            "bugs",
        },
        value = {
            bin = 15,
        },
        description_en = "An uncommon worm found in all seasons but winter. Found when breaking rocks.",
        name_en = "Redhead Worm",
        category = "other.bugs",
        idle_sprite = "spr_insect_redhead_worm_entity_idle",
        move_sprite = "spr_insect_redhead_worm_entity_move",
        spawn = "rock",
        seasons = {
            "spring",
            "summer",
            "fall",
        },
        hours = {
            6,
            26,
        },
        weather = {
            "calm",
            "special",
            "inclement",
            "heavy_inclement",
        },
        rarity = "uncommon",
    },
    speedy_snail = {
        description = "传说级的腹足类动物, 除冬季外均可捕获。 跑得超快! ",
        icon_sprite = "spr_ui_item_insect_speedysnail",
        name = "飞速蜗牛",
        tags = {
            "bugs",
        },
        value = {
            bin = 30,
        },
        description_en = "A legendary gastropod found in all seasons but winter. It goes fast!",
        name_en = "Speedy Snail",
        category = "other.bugs",
        seasons = {
            "spring",
            "summer",
            "fall",
        },
        weather = {
            "inclement",
            "calm",
            "special",
        },
        rarity = "very_rare",
        liked_object_categories = {
            "rock",
            "crop",
            "stump",
            "breakable",
        },
    },
    rhinoceros_beetle = {
        description = "罕见的昆虫, 可在春夏秋的夜晚捕获。 ",
        icon_sprite = "spr_ui_item_insect_rhinocerosbeetle",
        name = "独角仙",
        tags = {
            "bugs",
        },
        value = {
            bin = 15,
        },
        description_en = "An uncommon bug found at night in all seasons but winter.",
        name_en = "Rhinoceros Beetle",
        category = "other.bugs",
        seasons = {
            "spring",
            "summer",
            "fall",
        },
        hours = {
            20,
            26,
        },
        weather = {
            "calm",
            "special",
            "inclement",
            "heavy_inclement",
        },
        rarity = "uncommon",
        liked_object_categories = {
            "rock",
            "stump",
            "breakable",
        },
    },
    pond_snail = {
        description = "池塘中常见的腹足类动物, 四季均可捕获。 ",
        icon_sprite = "spr_ui_item_dive_pond_snail",
        name = "池塘蜗牛",
        edible = false,
        restore = "dive_item_restore",
        tags = {
            "dive",
            "pond",
        },
        value = {
            bin = 25,
        },
        description_en = "A common pond gastropod found in all seasons.",
        name_en = "Pond Snail",
        category = "other.bugs",
    },
    river_snail = {
        description = "河流中常见的腹足类动物, 四季均可捕获。 ",
        icon_sprite = "spr_ui_item_dive_snail",
        name = "河流蜗牛",
        edible = false,
        restore = "dive_item_restore",
        tags = {
            "dive",
            "river",
        },
        value = {
            bin = 20,
        },
        description_en = "A common river gastropod found in all seasons.",
        name_en = "River Snail",
        category = "other.bugs",
    },
    windleaf_butterfly = {
        description = "深林中常见的昆虫, 巧妙的伪装让这种蝴蝶看起来就像随风飘动的树叶。 ",
        icon_sprite = "spr_ui_item_insect_windleaf_butterfly",
        name = "飘叶蝴蝶",
        tags = {
            "bugs",
        },
        value = {
            bin = 20,
        },
        description_en = "A common Deep Woods insect. Clever camouflage makes this insect look like leaves fluttering about.",
        name_en = "Windleaf Butterfly",
        category = "other.bugs",
        type = "fly_wave",
        idle_sprite = "spr_insect_windleaf_butterfly_entity_idle",
        move_sprite = "spr_insect_windleaf_butterfly_entity_move",
        seasons = {
            "spring",
            "summer",
            "fall",
            "winter",
        },
        hours = {
            6,
            26,
        },
        weather = {
            "calm",
            "special",
        },
        rarity = "common",
        locations = {
            "deep_woods",
        },
    },
    mote_firefly = {
        description = "深林中常见的昆虫, 传言说它们能引导迷路的旅人走出森林。 ",
        icon_sprite = "spr_ui_item_insect_mote_firefly",
        name = "尘光萤",
        tags = {
            "bugs",
        },
        value = {
            bin = 25,
        },
        description_en = "A common Deep Woods insect. Legends say that they are known to guide lost travelers out of the woods.",
        name_en = "Mote Firefly",
        category = "other.bugs",
        type = "fly_wave",
        idle_sprite = "spr_insect_mote_firefly_entity_idle",
        move_sprite = "spr_insect_mote_firefly_entity_move",
        seasons = {
            "spring",
            "summer",
            "fall",
            "winter",
        },
        hours = {
            20,
            26,
        },
        weather = {
            "calm",
            "special",
        },
        rarity = "common",
        locations = {
            "deep_woods",
        },
    },
    loam_caterpillar = {
        description = "深林中罕见的昆虫, 这些毛虫常在深林肥沃的土壤中觅食。 ",
        icon_sprite = "spr_ui_item_insect_loam_caterpillar",
        name = "土壤毛毛虫",
        tags = {
            "bugs",
        },
        value = {
            bin = 35,
        },
        description_en = "An uncommon Deep Woods insect. These caterpillars can be found munching away in the thick loam of the Deep Woods.",
        name_en = "Loam Caterpillar",
        category = "other.bugs",
        idle_sprite = "spr_insect_loam_caterpillar_entity_idle",
        move_sprite = "spr_insect_loam_caterpillar_entity_move",
        spawn = {
            "canopy",
            "default",
        },
        seasons = {
            "spring",
            "summer",
            "fall",
            "winter",
        },
        hours = {
            6,
            26,
        },
        rarity = "uncommon",
        locations = {
            "deep_woods",
        },
    },
    dragon_horn_beetle = {
        description = "深林中罕见的昆虫, 这种甲虫大部分时间都在磨尖它的角。 ",
        icon_sprite = "spr_ui_item_insect_dragon_horn_beetle",
        name = "龙角甲虫",
        tags = {
            "bugs",
        },
        value = {
            bin = 40,
        },
        description_en = "An uncommon Deep Woods insect. This beetle spends most of its time sharpening its horn.",
        name_en = "Dragon Horn Beetle",
        category = "other.bugs",
        idle_sprite = "spr_insect_dragon_horn_beetle_entity_idle",
        move_sprite = "spr_insect_dragon_horn_beetle_entity_move",
        seasons = {
            "spring",
            "summer",
            "fall",
            "winter",
        },
        hours = {
            6,
            26,
        },
        rarity = "uncommon",
        locations = {
            "deep_woods",
        },
    },
    singing_katydid = {
        description = "深林中稀有的昆虫, 这种神奇的昆虫一生都在创作独特而美丽的歌曲。 ",
        icon_sprite = "spr_ui_item_insect_singing_katydid",
        name = "林歌叶虫",
        tags = {
            "bugs",
        },
        value = {
            bin = 70,
        },
        description_en = "A rare Deep Woods insect. These remarkable insects spend their whole lives crafting a unique and beautiful song.",
        name_en = "Singing Katydid",
        category = "other.bugs",
        type = "jump",
        idle_sprite = "spr_insect_singing_katydid_entity_idle",
        move_sprite = "spr_insect_singing_katydid_entity_move",
        seasons = {
            "spring",
            "summer",
            "fall",
            "winter",
        },
        hours = {
            6,
            26,
        },
        rarity = "rare",
        locations = {
            "deep_woods",
        },
    },
    basic_wood = {
        description = "砍下来的木头, 是许多工艺制作的必备材料。 ",
        icon_sprite = "spr_ui_item_regularwood",
        name = "木头",
        edible = false,
        restore = "small_common_fish_restore",
        recipe_is_default = true,
        tags = {
            "refined_material",
            "material",
            "wood",
            "fishable",
        },
        recipe = {
            {
                count = 2,
                item = "ore_stone",
            },
            {
                hours = 0,
                minutes = 10,
            },
        },
        value = {
            bin = 2,
            store = 20,
        },
        description_en = "A piece of cut wood. Essential for many crafting recipes.",
        name_en = "Wood",
        category = "other.materials",
    },
    hard_wood = {
        description = "优质硬木, 是工艺制作的材料。 ",
        icon_sprite = "spr_ui_item_hardwood",
        name = "硬木",
        recipe_is_default = true,
        tags = {
            "refined_material",
            "material",
            "wood",
            "gem",
        },
        recipe = {
            {
                count = 10,
                item = "ore_stone",
            },
            {
                hours = 0,
                minutes = 10,
            },
        },
        value = {
            bin = 15,
            store = 80,
        },
        description_en = "A piece of high quality hard wood. Used in a variety of crafting recipes.",
        name_en = "Hard Wood",
        category = "other.materials",
    },
    fiber = {
        description = "植物纤维, 是工艺制作的材料。 ",
        icon_sprite = "spr_ui_item_fiber",
        name = "纤维",
        edible = false,
        restore = "small_common_fish_restore",
        tags = {
            "junk",
            "fishable",
            "material",
        },
        value = {
            bin = 2,
            store = 20,
        },
        description_en = "Fiber made of plant material. Used in a variety of crafting recipes.",
        name_en = "Fiber",
        category = "other.materials",
    },
    grass_seed = {
        description = "小型动物的基本饲料。 ",
        icon_sprite = "spr_ui_item_animal_feed_seed",
        name = "草籽",
        recipe_is_default = true,
        tags = {
            "refined_material",
            "animal_feed",
            "ranching",
        },
        recipe = {
            {
                count = 6,
                item = "ore_stone",
            },
            {
                hours = 0,
                minutes = 10,
            },
        },
        animal_feed = {
            animal_size = "small",
            sprite = "spr_ui_item_animal_feed_seed",
            tier = "normal",
            pet_can_eat = false,
        },
        value = {
            bin = 5,
            store = 50,
        },
        description_en = "Can be used as a basic feed for small animals.",
        name_en = "Grass Seed",
        category = "other.materials",
    },
    hay = {
        description = "大型动物的基本饲料, 也可用作一些工艺制作的材料。 ",
        icon_sprite = "spr_ui_item_hayball",
        name = "干草",
        recipe_is_default = true,
        tags = {
            "refined_material",
            "junk",
            "animal_feed",
            "ranching",
        },
        recipe = {
            {
                count = 6,
                item = "ore_stone",
            },
            {
                hours = 0,
                minutes = 10,
            },
        },
        animal_feed = {
            animal_size = "large",
            sprite = "spr_ui_item_hayball",
            tier = "normal",
            pet_can_eat = false,
        },
        value = {
            bin = 5,
            store = 50,
        },
        description_en = "Dried grass used as feed for large animals. Also used in certain crafting recipes.",
        name_en = "Hay",
        category = "other.materials",
    },
    sod = {
        name = "泥土",
        description = "一块泥土, 用作工艺制作的材料。 ",
        icon_sprite = "spr_ui_item_sod",
        tags = {
            "refined_material",
            "junk",
            "material",
        },
        recipe_is_default = true,
        recipe = {
            {
                count = 6,
                item = "ore_stone",
            },
            {
                hours = 0,
                minutes = 10,
            },
        },
        value = {
            bin = 5,
            store = 50,
        },
        name_en = "Sod",
        description_en = "A square of cut earth. Used as a crafting material.",
        category = "other.materials",
    },
    peat = {
        name = "泥炭",
        description = "压缩而成的有机物质, 通常用作工艺制作的材料。 ",
        icon_sprite = "spr_ui_item_peat",
        recipe_is_default = true,
        tags = {
            "refined_material",
            "material",
        },
        recipe = {
            {
                count = 6,
                item = "ore_stone",
            },
            {
                hours = 0,
                minutes = 10,
            },
        },
        value = {
            bin = 5,
            store = 50,
        },
        name_en = "Peat",
        description_en = "A brick of compressed organic matter. Often used as a crafting material.",
        category = "other.materials",
    },
    clay = {
        name = "粘土",
        description = "一小块粘土, 是工艺制作的材料。 ",
        icon_sprite = "spr_ui_item_clay",
        tags = {
            "refined_material",
            "material",
        },
        recipe_is_default = true,
        recipe = {
            {
                count = 6,
                item = "ore_stone",
            },
            {
                hours = 0,
                minutes = 10,
            },
        },
        value = {
            bin = 5,
            store = 50,
        },
        name_en = "Clay",
        description_en = "A small lump of clay. Used in a variety of crafting recipes.",
        category = "other.materials",
    },
    glass = {
        name = "玻璃",
        description = "天然形成的玻璃板, 是工艺制作的材料。 ",
        icon_sprite = "spr_ui_item_glass",
        tags = {
            "refined_material",
            "material",
        },
        recipe_is_default = true,
        recipe = {
            {
                count = 8,
                item = "ore_stone",
            },
            {
                hours = 0,
                minutes = 10,
            },
        },
        value = {
            bin = 15,
            store = 80,
        },
        name_en = "Glass",
        description_en = "A slab of naturally formed glass. Used in a variety of crafting recipes.",
        category = "other.materials",
    },
    paper = {
        name = "纸张",
        description = "用植物纤维磨制的纸, 是工艺制作的材料。 ",
        icon_sprite = "spr_ui_item_paper",
        recipe_is_default = true,
        tags = {
            "material",
            "milling",
            "misc_mill",
        },
        recipe = {
            {
                item = "fiber",
                count = 5,
            },
            {
                hours = 0,
                minutes = 10,
            },
        },
        value = {
            bin = 20,
            store = 100,
        },
        name_en = "Paper",
        description_en = "Paper milled with plant fiber. Used in a variety of crafting recipes.",
        category = "other.materials",
    },
    shards = {
        name = "碎片",
        description = "未知文物的碎片, 用作工艺制作的材料。 ",
        icon_sprite = "spr_ui_item_shards",
        recipe_is_default = true,
        tags = {
            "refined_material",
            "material",
        },
        recipe = {
            {
                count = 10,
                item = "ore_stone",
            },
            {
                hours = 0,
                minutes = 10,
            },
        },
        value = {
            bin = 5,
            store = 50,
        },
        name_en = "Shards",
        description_en = "Shards originating from unknown artifacts. Used as a crafting material.",
        category = "other.materials",
    },
    shard_mass = {
        name = "碎片团",
        description = "一大团未知文物的碎片, 用作工艺制作的材料。 ",
        icon_sprite = "spr_ui_item_shard_mass",
        recipe_is_default = true,
        tags = {
            "refined_material",
            "material",
        },
        recipe = {
            {
                count = 15,
                item = "ore_stone",
            },
            {
                hours = 0,
                minutes = 10,
            },
        },
        value = {
            bin = 10,
            store = 80,
        },
        name_en = "Shard Mass",
        description_en = "A large mass of shards from unknown artifacts. Used as a crafting material.",
        category = "other.materials",
    },
    rock_salt = {
        description = "自然沉积的盐, 是烹饪美食的材料。 ",
        icon_sprite = "spr_ui_item_rocksalt",
        name = "岩盐",
        restore = 2,
        edible = false,
        tags = {
            "pantry",
            "material",
        },
        value = {
            bin = 25,
            store = 50,
        },
        description_en = "Salt from a natural deposit. Used in a variety of cooking recipes.",
        name_en = "Rock Salt",
        category = "other.materials",
    },
    oil = {
        name = "油",
        description = "植物油, 是烹饪和工艺制作的材料。 ",
        icon_sprite = "spr_ui_item_oil",
        restore = 3,
        edible = false,
        recipe_is_default = true,
        tags = {
            "material",
            "material",
        },
        recipe = {
            {
                count = 2,
                item = "sesame",
            },
            {
                hours = 0,
                minutes = 15,
            },
        },
        value = {
            bin = 30,
            store = 60,
        },
        name_en = "Oil",
        description_en = "Oil made from vegetables. Used in cooking and crafting recipes.",
        category = "other.materials",
    },
    soy_sauce = {
        name = "酱油",
        description = "美味且必不可少的调味品, 是烹饪美食的材料。 ",
        icon_sprite = "spr_ui_item_soy_sauce",
        restore = 3,
        edible = false,
        tags = {
            "pantry",
            "material",
        },
        value = {
            bin = 30,
            store = 60,
        },
        name_en = "Soy Sauce",
        description_en = "A tasty and essential condiment. Used in cooking recipes.",
        category = "other.materials",
    },
    curry_powder = {
        description = "美味而芳香的混合香料, 是烹饪美食的材料。 ",
        name = "咖喱粉",
        icon_sprite = "spr_ui_item_curry_powder",
        restore = 3,
        edible = false,
        tags = {
            "pantry",
            "material",
        },
        value = {
            bin = 20,
            store = 40,
        },
        description_en = "A delicious and aromatic spice blend. Used as an ingredient in cooking recipes.",
        name_en = "Curry Powder",
        category = "other.materials",
    },
    honey = {
        description = "蜜蜂生产的美味糖浆。 是烹饪美食的材料。 ",
        icon_sprite = "spr_ui_item_honey",
        name = "蜂蜜",
        restore = 5,
        tags = {
            "pantry",
            "material",
        },
        edible = false,
        value = {
            bin = 50,
            store = 100,
        },
        description_en = "A delicious syrup made by bees. Used in a variety of cooking recipes.",
        name_en = "Honey",
        category = "other.materials",
    },
    chocolate = {
        description = "优质巧克力, 是烹饪美食的材料。 ",
        restore = 10,
        icon_sprite = "spr_ui_item_chocolate",
        tags = {
            "pantry",
            "choco",
            "material",
        },
        name = "巧克力",
        value = {
            bin = 100,
            store = 200,
        },
        description_en = "A bar of quality chocolate. Used in a variety of cooking recipes.",
        name_en = "Chocolate",
        category = "other.materials",
    },
    ore_copper = {
        description = "可在矿洞上层获取的矿石, 精炼成锭后是锻造和工艺制作的材料。 ",
        icon_sprite = "spr_ui_item_copper_ore",
        name = "铜矿",
        recipe_is_default = true,
        tags = {
            "refined_ore",
            "material",
            "ore",
        },
        recipe = {
            {
                count = 20,
                item = "ore_stone",
            },
            {
                hours = 0,
                minutes = 5,
            },
        },
        value = {
            bin = 10,
            store = 50,
        },
        description_en = "Found in the upper levels of the Mines, this ore can be refined into ingots for use in crafting recipes.",
        name_en = "Copper Ore",
        category = "other.materials",
    },
    ore_emerald = {
        description = "闪闪发光的绿色宝石, 可以出售、 赠送或用于某些工艺制作。 ",
        icon_sprite = "spr_ui_item_emerald",
        name = "绿宝石",
        recipe_is_default = true,
        tags = {
            "refined_material",
            "gem",
            "material",
            "ore",
        },
        recipe = {
            {
                count = 30,
                item = "ore_stone",
            },
            {
                hours = 0,
                minutes = 10,
            },
        },
        value = {
            bin = 60,
            store = 240,
        },
        description_en = "A shining green gem. Can be sold, gifted, or used in certain crafting recipes.",
        name_en = "Emerald",
        category = "other.materials",
    },
    ore_ruby = {
        description = "光彩夺目的红色宝石, 可以出售、 赠送或用于某些工艺制作。 ",
        icon_sprite = "spr_ui_item_ruby",
        name = "红宝石",
        recipe_is_default = true,
        tags = {
            "refined_material",
            "gem",
            "material",
            "ore",
        },
        recipe = {
            {
                count = 22,
                item = "ore_stone",
            },
            {
                hours = 0,
                minutes = 10,
            },
        },
        value = {
            bin = 45,
            store = 180,
        },
        description_en = "A sparkling red gem. Can be sold, gifted, or used in certain crafting recipes.",
        name_en = "Ruby",
        category = "other.materials",
    },
    ore_sapphire = {
        description = "熠熠生辉的蓝宝石, 可以出售、 赠送或用于某些工艺制作。 ",
        icon_sprite = "spr_ui_item_sapphire",
        name = "蓝宝石",
        recipe_is_default = true,
        tags = {
            "refined_material",
            "gem",
            "material",
            "ore",
        },
        recipe = {
            {
                count = 25,
                item = "ore_stone",
            },
            {
                hours = 0,
                minutes = 10,
            },
        },
        value = {
            bin = 50,
            store = 200,
        },
        description_en = "A lustrous blue gem. Can be sold, gifted, or used in certain crafting recipes.",
        name_en = "Sapphire",
        category = "other.materials",
    },
    ore_diamond = {
        description = "稀有而美丽的宝石, 可以出售、 赠送或用于高级工艺制作的材料。 ",
        icon_sprite = "spr_ui_item_diamond",
        name = "钻石",
        recipe_is_default = true,
        tags = {
            "refined_material",
            "gem",
            "material",
            "ore",
        },
        recipe = {
            {
                count = 35,
                item = "ore_stone",
            },
            {
                hours = 0,
                minutes = 10,
            },
        },
        value = {
            bin = 70,
            store = 800,
        },
        description_en = "A rare and beautiful gem. Can be sold, gifted, or used in high level crafting recipes.",
        name_en = "Diamond",
        category = "other.materials",
    },
    ore_pink_diamond = {
        icon_sprite = "spr_ui_item_pinkdiamond",
        description = "稀有的粉色钻石, 可以出售、 赠送或用于高级工艺制作的材料。 ",
        name = "粉钻",
        tags = {
            "gem",
            "material",
            "ore",
        },
        value = {
            bin = 300,
            store = 1200,
        },
        description_en = "A rare pink colored diamond. Can be sold, gifted, or used in high level crafting recipes.",
        name_en = "Pink Diamond",
        category = "other.materials",
    },
    ore_gold = {
        description = "一块金矿石, 精炼成锭后是锻造和工艺制作的材料。 ",
        icon_sprite = "spr_ui_item_gold_ore",
        name = "金矿",
        recipe_is_default = true,
        tags = {
            "material",
            "ore",
        },
        value = {
            bin = 25,
            store = 200,
        },
        description_en = "A chunk of gold ore. Can be refined into ingots for crafting.",
        name_en = "Gold Ore",
        category = "other.materials",
    },
    ore_mistril = {
        description = "一块秘银矿石, 精炼成锭后是锻造和工艺制作的材料。 ",
        icon_sprite = "spr_ui_item_mistril_ore",
        name = "秘银矿",
        tags = {
            "material",
            "ore",
        },
        value = {
            bin = 30,
            store = 400,
        },
        description_en = "A chunk of mistril ore. Can be refined into ingots for crafting.",
        name_en = "Mistril Ore",
        category = "other.materials",
    },
    ore_iron = {
        description = "一块铁矿石, 精炼成锭后是锻造和工艺制作的材料。 ",
        icon_sprite = "spr_ui_item_iron_ore",
        name = "铁矿",
        tags = {
            "material",
            "ore",
        },
        value = {
            bin = 15,
            store = 70,
        },
        description_en = "A chunk of iron ore. Can be refined into ingots for crafting.",
        name_en = "Iron Ore",
        category = "other.materials",
    },
    ore_silver = {
        description = "一块银矿石, 精炼成锭后是锻造和工艺制作的材料。 ",
        icon_sprite = "spr_ui_item_silver_ore",
        name = "银矿",
        tags = {
            "gem",
            "material",
            "ore",
        },
        value = {
            bin = 20,
            store = 100,
        },
        description_en = "A chunk of silver ore. Can be refined into ingots for crafting.",
        name_en = "Silver Ore",
        category = "other.materials",
    },
    ore_stone = {
        description = "敲碎的石头, 是许多工艺制作的必备材料。 ",
        icon_sprite = "spr_ui_item_rock",
        name = "石头",
        tags = {
            "material",
            "ore",
        },
        value = {
            bin = 2,
            store = 20,
        },
        description_en = "A piece of stone. Essential for many crafting recipes.",
        name_en = "Stone",
        category = "other.materials",
    },
    refined_stone = {
        name = "精炼石头",
        description = "精炼而成的高品质石头, 用作各种高级工艺制作的材料。 ",
        icon_sprite = "spr_ui_item_refined_stone",
        recipe_is_default = true,
        tags = {
            "refined_material",
            "material",
            "ore",
        },
        recipe = {
            {
                count = 10,
                item = "ore_stone",
            },
            {
                hours = 0,
                minutes = 10,
            },
        },
        value = {
            bin = "self.recipe*1.1",
        },
        name_en = "Refined Stone",
        description_en = "Refined Stone. Used in a variety of high-level crafting recipes.",
        category = "other.materials",
    },
    essence_stone_tiny = {
        name = "迷你精华石",
        description = "一块精华石, 可为魔法工具充能1天。 消耗5精华素以制作。 ",
        icon_sprite = "spr_ui_item_essence_stone_tiny",
        tags = {
            "essence_stone",
            "material",
        },
        essence_charge = 1,
        recipe_is_default = true,
        recipe = {
            {
                count = 5,
                item = "ore_stone",
            },
            {
                essence = 5,
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = 20,
        },
        name_en = "Tiny Essence Stone",
        description_en = "An Essence Stone. Used to charge a magic tool for 1 day. Consume for 5 Essence.",
        category = "other.materials",
    },
    essence_stone_small = {
        name = "小型精华石",
        description = "一块精华石, 可为魔法工具充能5天。 消耗25精华素以制作。 ",
        icon_sprite = "spr_ui_item_essence_stone_small",
        tags = {
            "essence_stone",
            "material",
        },
        essence_charge = 5,
        recipe_is_default = true,
        recipe = {
            {
                count = 10,
                item = "ore_stone",
            },
            {
                essence = 25,
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = 80,
        },
        name_en = "Small Essence Stone",
        description_en = "An Essence Stone. Used to charge a magic tool for 5 days. Consume for 25 Essence.",
        category = "other.materials",
    },
    essence_stone_medium = {
        name = "中型精华石",
        description = "一块精华石, 可为魔法工具充能10天。 消耗50精华素以制作。 ",
        icon_sprite = "spr_ui_item_essence_stone_medium",
        tags = {
            "essence_stone",
            "material",
        },
        essence_charge = 10,
        recipe_is_default = true,
        recipe = {
            {
                count = 20,
                item = "ore_stone",
            },
            {
                essence = 50,
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = 160,
        },
        name_en = "Medium Essence Stone",
        description_en = "An Essence Stone. Used to charge a magic tool for 10 days. Consume for 50 Essence.",
        category = "other.materials",
    },
    essence_stone_large = {
        name = "大型精华石",
        description = "一块精华石, 可为魔法工具充能20天。 消耗100精华素以制作。 ",
        icon_sprite = "spr_ui_item_essence_stone_large",
        tags = {
            "essence_stone",
            "material",
        },
        essence_charge = 20,
        recipe_is_default = true,
        recipe = {
            {
                count = 40,
                item = "ore_stone",
            },
            {
                essence = 100,
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = 320,
        },
        name_en = "Large Essence Stone",
        description_en = "An Essence Stone. Charges a magic tool for 20 days. Consume for 100 Essence.",
        category = "other.materials",
    },
    essence_stone_giant = {
        name = "巨型精华石",
        description = "一块精华石, 可为魔法工具充能40天。 消耗200精华素以制作。 ",
        icon_sprite = "spr_ui_item_essence_stone_giant",
        tags = {
            "essence_stone",
            "material",
        },
        essence_charge = 40,
        recipe_is_default = false,
        recipe = {
            {
                count = 80,
                item = "ore_stone",
            },
            {
                essence = 200,
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = 640,
        },
        name_en = "Giant Essence Stone",
        description_en = "An Essence Stone. Charges a magic tool for 40 days. Consume for 200 Essence.",
        category = "other.materials",
    },
    sap = {
        description = "粘稠的树液, 有时会从树苗怪身上掉落。 是工艺制作的材料。 ",
        icon_sprite = "spr_ui_item_sap",
        name = "树液",
        tags = {
            "junk",
            "monster_part",
            "material",
        },
        value = {
            bin = 5,
        },
        description_en = "A drip of sticky sap, sometimes dropped by Saplings. Used in a variety of crafting recipes.",
        name_en = "Sap",
        category = "other.monster_drops",
    },
    monster_fang = {
        description = "尖锐的獠牙, 有时会从树苗怪身上掉落。 用作一些食物烹饪和工艺制作的材料。 ",
        restore = 5,
        icon_sprite = "spr_ui_item_monster_fang",
        name = "怪物獠牙",
        tags = {
            "monster_part",
            "material",
        },
        edible = false,
        value = {
            bin = 15,
        },
        description_en = "A pointed fang sometimes dropped by Saplings. Used in certain cooking and crafting recipes.",
        name_en = "Monster Fang",
        category = "other.monster_drops",
    },
    red_toadstool = {
        description = "红色的蘑菇, 有时会从蘑菇怪身上掉落。 很可能有毒。 ",
        icon_sprite = "spr_ui_item_redtoadstool",
        name = "毒红菇",
        tags = {
            "material",
            "mushroom",
            "mushroomy",
        },
        value = {
            bin = 15,
        },
        description_en = "A red mushroom sometimes dropped by Mushroom monsters. Likely poisonous.",
        name_en = "Red Toadstool",
        category = "other.monster_drops",
    },
    wild_mushroom = {
        restore = 5,
        description = "美味的绿色蘑菇, 有时会从蘑菇怪身上掉落。 ",
        icon_sprite = "spr_ui_item_wildmushroom",
        name = "洞穴蘑菇",
        tags = {
            "material",
            "mushroom",
            "mushroomy",
        },
        value = {
            bin = 15,
        },
        description_en = "A tasty green mushroom sometimes dropped by Mushroom monsters.",
        name_en = "Cave Mushroom",
        category = "other.monster_drops",
    },
    glowing_mushroom = {
        description = "发出蓝光的蘑菇, 有时会从蘑菇怪身上掉落。 ",
        restore = 5,
        icon_sprite = "spr_ui_item_glowingmushroom",
        name = "发光蘑菇",
        tags = {
            "material",
            "mushroom",
            "mushroomy",
        },
        value = {
            bin = 15,
        },
        description_en = "A glowing blue mushroom sometimes dropped by Mushroom monsters.",
        name_en = "Glowing Mushroom",
        category = "other.monster_drops",
    },
    monster_powder = {
        description = "魔法粉末, 有时会从蘑菇怪身上掉落。 是烹饪和工艺制作的材料。 ",
        restore = 5,
        icon_sprite = "spr_ui_item_monster_powder",
        name = "怪物粉末",
        tags = {
            "monster_part",
            "material",
        },
        edible = false,
        value = {
            bin = 15,
        },
        description_en = "A magic powder sometimes dropped by Mushroom monsters. Used in cooking and crafting recipes.",
        name_en = "Monster Powder",
        category = "other.monster_drops",
    },
    purple_mushroom = {
        description = "带斑点的紫色蘑菇, 有时会从蘑菇怪身上掉落。 用作一些手工品制作的材料。 ",
        restore = 5,
        icon_sprite = "spr_ui_item_purple_mushroom",
        name = "紫蘑菇",
        tags = {
            "material",
            "mushroom",
            "mushroomy",
        },
        value = {
            bin = 15,
        },
        description_en = "A spotted purple mushroom sometimes dropped by Mushroom monsters. Used in certain crafting recipes.",
        name_en = "Purple Mushroom",
        category = "other.monster_drops",
    },
    monster_shell = {
        description = "岩石质的外壳, 有时会从石头怪身上掉落。 用作一些食物烹饪和工艺制作的材料。 ",
        restore = 5,
        icon_sprite = "spr_ui_item_monster_shell",
        name = "怪物的壳",
        tags = {
            "monster_part",
            "material",
        },
        edible = false,
        value = {
            bin = 20,
        },
        description_en = "A rocky shell sometimes dropped by Clods. Used in certain cooking and crafting recipes.",
        name_en = "Monster Shell",
        category = "other.monster_drops",
    },
    bomb = {
        name = "土块炸弹",
        description = "银矿怪生成的炸弹, 可投掷哦! ",
        icon_sprite = "spr_ui_item_bomb",
        tags = {
            "bomb",
            "weird_gift",
        },
        value = {
            bin = 50,
        },
        bomb = {
            damage = 50,
        },
        name_en = "Clod Bomb",
        description_en = "A bomb originating from a Silver Clod. You can throw it!",
        category = "other.monster_drops",
    },
    monster_core = {
        description = "带能量的核心, 有时会从魔灯怪身上掉落。 用作一些食物烹饪和工艺制作的材料。 ",
        restore = 5,
        icon_sprite = "spr_ui_item_monster_core",
        name = "怪物核心",
        tags = {
            "monster_part",
            "material",
        },
        edible = false,
        value = {
            bin = 20,
        },
        description_en = "A powered core sometimes dropped by Enchanterns. Used in certain cooking and crafting recipes.",
        name_en = "Monster Core",
        category = "other.monster_drops",
    },
    monster_horn = {
        description = "螺旋形的角, 有时会从石笋怪身上掉落。 用作一些食物烹饪和工艺制作的材料。 ",
        restore = 5,
        icon_sprite = "spr_ui_item_monster_horn",
        name = "怪物的角",
        tags = {
            "monster_part",
            "material",
        },
        edible = false,
        value = {
            bin = 25,
        },
        description_en = "A spiral horn sometimes dropped by Stalagmites. Used in certain cooking and crafting recipes.",
        name_en = "Monster Horn",
        category = "other.monster_drops",
    },
    essence_drop = {
        description = "一滴魔法精华, 有时会从精华蝙蝠身上掉落。 是工艺制作的材料。 ",
        icon_sprite = "spr_ui_item_essence_drop",
        name = "精华液滴",
        tags = {
            "junk",
            "material",
        },
        value = {
            bin = 20,
        },
        description_en = "A drip of magic, sometimes dropped by Essence Bats. Used in a variety of crafting recipes.",
        name_en = "Essence Drop",
        category = "other.monster_drops",
    },
    monster_wing = {
        description = "魔法翅膀, 有时会从精华蝙蝠身上掉落。 用作一些手工品制作的材料。 ",
        restore = 5,
        icon_sprite = "spr_ui_item_monster_wing",
        name = "怪物翅膀",
        tags = {
            "monster_part",
            "material",
        },
        edible = false,
        value = {
            bin = 30,
        },
        description_en = "A magic wing sometimes dropped by Essence Bats. Used in certain crafting recipes.",
        name_en = "Monster Wing",
        category = "other.monster_drops",
    },
    animal_currency = {
        description = "动物为感谢你的照顾赠予你的闪亮珠子。 这些珍贵的珠子肯定有某种神秘用途。 ",
        icon_sprite = "spr_ui_item_shiny_bead",
        name = "闪亮珠子",
        tags = {
            "ranching",
            "animal_product",
        },
        value = {
            bin = 1,
            store = 100,
        },
        description_en = "A shiny bead gifted to you by an animal as thanks for your kindness. Surely these treasured beads have some mysterious purpose.",
        name_en = "Shiny Bead",
        category = "other.ranching",
    },
    egg = {
        description = "母鸡下的蛋, 是许多菜肴的食材。 ",
        icon_sprite = "spr_ui_item_chicken_egg_regular",
        name = "鸡蛋",
        restore = 3,
        tags = {
            "ranching",
            "egg",
            "animal_harvest",
            "animal_product",
        },
        value = {
            bin = 20,
            store = 80,
        },
        description_en = "An egg laid by a hen. Used as an ingredient for cooking many kinds of dishes.",
        name_en = "Chicken Egg",
        category = "other.ranching",
    },
    feather = {
        description = "公鸡身上掉的羽毛, 是工艺制作的材料。 ",
        icon_sprite = "spr_ui_item_chicken_feather_regular",
        name = "公鸡羽毛",
        tags = {
            "ranching",
            "animal_fibre",
            "animal_harvest",
            "animal_product",
            "feather",
        },
        value = {
            bin = 60,
            store = 240,
        },
        description_en = "A feather dropped by a rooster. Used in a variety of crafting recipes.",
        name_en = "Rooster Feather",
        category = "other.ranching",
    },
    cow_milk = {
        description = "奶牛身上挤出的新鲜牛奶。 是烹饪美食的材料。 ",
        icon_sprite = "spr_ui_item_cow_milk_regular",
        name = "牛奶",
        restore = 4,
        tags = {
            "ranching",
            "milk",
            "dairy",
            "pantry",
            "animal_harvest",
            "fresh",
            "drink_sound",
            "drink",
            "animal_product",
        },
        value = {
            bin = 40,
            store = 120,
        },
        description_en = "Fresh milk from a cow. Used in a variety of cooking recipes.",
        name_en = "Milk",
        category = "other.ranching",
    },
    bull_horn = {
        description = "公牛身上掉落的角, 是工艺制作的材料。 ",
        icon_sprite = "spr_ui_item_cow_horn_regular",
        name = "公牛角",
        tags = {
            "ranching",
            "animal_harvest",
            "animal_product",
        },
        value = {
            bin = 120,
            store = 360,
        },
        description_en = "A horn dropped by a bull. Used in a variety of crafting recipes.",
        name_en = "Bull Horn",
        category = "other.ranching",
    },
    duck_egg = {
        description = "鸭子下的蛋, 是许多菜肴的食材。 ",
        icon_sprite = "spr_ui_item_duck_egg_regular",
        name = "鸭蛋",
        restore = 3,
        tags = {
            "ranching",
            "egg",
            "animal_harvest",
            "animal_product",
        },
        value = {
            bin = 30,
            store = 120,
        },
        description_en = "An egg laid by a duck. Used as an ingredient for cooking a variety of dishes.",
        name_en = "Duck Egg",
        category = "other.ranching",
    },
    golden_duck_egg = {
        description = "鸭子下的黄金品质的蛋, 是烹饪高级美食的材料。 ",
        icon_sprite = "spr_ui_item_duck_egg_gold",
        name = "黄金鸭蛋",
        restore = 5,
        tags = {
            "ranching",
            "egg",
            "animal_harvest",
            "animal_product",
        },
        value = {
            bin = 90,
            store = 270,
        },
        description_en = "A gold quality egg layed by a duck. Used in high level cooking and crafting recipes.",
        name_en = "Golden Duck Egg",
        category = "other.ranching",
    },
    duck_feather = {
        description = "公鸭身上掉的柔软的毛, 是工艺制作的材料。 ",
        icon_sprite = "spr_ui_item_duck_feather_regular",
        name = "鸭毛",
        tags = {
            "ranching",
            "feather",
            "animal_fibre",
            "animal_harvest",
            "animal_product",
        },
        value = {
            bin = 90,
            store = 270,
        },
        description_en = "A soft feather dropped by a drake. Used in a variety of crafting recipes.",
        name_en = "Duck Feather",
        category = "other.ranching",
    },
    golden_duck_feather = {
        description = "公鸭身上掉的黄金品质的毛, 是高级工艺制作的材料。 ",
        icon_sprite = "spr_ui_item_duck_feather_gold",
        name = "黄金鸭毛",
        tags = {
            "ranching",
            "animal_fibre",
            "animal_harvest",
            "animal_product",
        },
        value = {
            bin = 270,
            store = 540,
        },
        description_en = "A gold quality feather dropped by a drake. Used in high level crafting recipes.",
        name_en = "Golden Duck Feather",
        category = "other.ranching",
    },
    horse_hair = {
        description = "马身上掉的马毛纤维, 是工艺制作的材料。 ",
        icon_sprite = "spr_ui_item_horse_hair_regular",
        name = "马毛",
        tags = {
            "ranching",
            "animal_fibre",
            "animal_harvest",
            "animal_product",
        },
        value = {
            bin = 130,
            store = 390,
        },
        description_en = "Hair fiber dropped by a horse. Used in a variety of crafting recipes.",
        name_en = "Horse Hair",
        category = "other.ranching",
    },
    golden_horse_hair = {
        description = "马身上掉的黄金品质的马毛纤维, 是高级工艺制作的材料。 ",
        icon_sprite = "spr_ui_item_horse_hair_gold",
        name = "黄金马毛",
        tags = {
            "ranching",
            "animal_fibre",
            "animal_harvest",
            "animal_product",
        },
        value = {
            bin = 390,
            store = 780,
        },
        description_en = "Gold quality hair fiber dropped by a horse. Used in high level crafting recipes.",
        name_en = "Golden Horse Hair",
        category = "other.ranching",
    },
    alpaca_wool = {
        description = "羊驼的毛, 柔软丝滑。 是工艺制作的材料。 ",
        name = "羊驼毛",
        icon_sprite = "spr_ui_item_alpaca_wool_regular",
        tags = {
            "ranching",
            "wool",
            "animal_fibre",
            "animal_harvest",
            "animal_product",
        },
        value = {
            bin = 130,
            store = 390,
        },
        description_en = "Soft, silky wool from an alpaca. Used in a variety of crafting recipes.",
        name_en = "Alpaca Wool",
        category = "other.ranching",
    },
    golden_alpaca_wool = {
        description = "羊驼身上掉的黄金品质的毛。 是工艺制作的材料。 ",
        name = "黄金羊驼毛",
        icon_sprite = "spr_ui_item_alpaca_wool_gold",
        tags = {
            "ranching",
            "wool",
            "animal_fibre",
            "animal_harvest",
            "animal_product",
        },
        value = {
            bin = 390,
            store = 780,
        },
        description_en = "Gold quality wool from an alpaca. Used in a variety of crafting recipes.",
        name_en = "Golden Alpaca Wool",
        category = "other.ranching",
    },
    bristle = {
        description = "水豚身上脱落的坚硬毛发, 是工艺制作的材料。 ",
        name = "刚毛",
        icon_sprite = "spr_ui_item_capybara_bristle_regular",
        tags = {
            "ranching",
            "animal_fibre",
            "animal_harvest",
            "animal_product",
        },
        value = {
            bin = 120,
            store = 360,
        },
        description_en = "Stiff hairs dropped from the coat of a capybara. Used in a variety of crafting recipes.",
        name_en = "Bristle",
        category = "other.ranching",
    },
    golden_bristle = {
        description = "水豚身上脱落的黄金品质的毛发, 是工艺制作的材料。 ",
        name = "黄金刚毛",
        icon_sprite = "spr_ui_item_capybara_bristle_gold",
        tags = {
            "ranching",
            "animal_fibre",
            "animal_harvest",
            "animal_product",
        },
        value = {
            bin = 360,
            store = 720,
        },
        description_en = "Gold quality hairs dropped from the coat of a capybara. Used in a variety of crafting recipes.",
        name_en = "Golden Bristle",
        category = "other.ranching",
    },
    golden_bull_horn = {
        description = "公牛身上掉落的黄金品质的角, 是高级工艺制作的材料。 ",
        icon_sprite = "spr_ui_item_cow_horn_gold",
        name = "黄金公牛角",
        tags = {
            "ranching",
            "animal_harvest",
            "animal_product",
        },
        value = {
            bin = 360,
            store = 720,
        },
        description_en = "A gold quality horn dropped by a bull. Used in high level crafting recipes.",
        name_en = "Golden Bull Horn",
        category = "other.ranching",
    },
    golden_cow_milk = {
        description = "奶牛身上挤出的黄金品质的牛奶。 是烹饪高级美食的材料。 ",
        icon_sprite = "spr_ui_item_cow_milk_gold",
        name = "黄金牛奶",
        restore = 6,
        tags = {
            "ranching",
            "milk",
            "dairy",
            "animal_harvest",
            "drink_sound",
            "drink",
            "animal_product",
        },
        value = {
            bin = 120,
            store = 360,
        },
        description_en = "Gold quality milk from a cow. Used in high level cooking recipes.",
        name_en = "Golden Milk",
        category = "other.ranching",
    },
    golden_egg = {
        description = "母鸡下的黄金品质的蛋, 是烹饪高级美食的材料。 ",
        icon_sprite = "spr_ui_item_chicken_egg_gold",
        name = "黄金鸡蛋",
        restore = 5,
        edible = false,
        tags = {
            "ranching",
            "egg",
            "animal_harvest",
            "animal_product",
        },
        value = {
            bin = 60,
            store = 240,
        },
        description_en = "A gold quality egg laid by a hen. Used in high level cooking and crafting recipes.",
        name_en = "Golden Egg",
        category = "other.ranching",
    },
    golden_feather = {
        description = "公鸡身上掉的黄金品质的羽毛, 是烹饪高级美食的材料。 ",
        icon_sprite = "spr_ui_item_chicken_feather_gold",
        name = "黄金公鸡羽毛",
        tags = {
            "ranching",
            "feather",
            "animal_fibre",
            "animal_harvest",
            "animal_product",
        },
        value = {
            bin = 180,
            store = 360,
        },
        description_en = "A gold quality feather dropped by a rooster. Used in high level cooking and crafting recipes.",
        name_en = "Golden Rooster Feather",
        category = "other.ranching",
    },
    rabbit_wool = {
        description = "兔子身上掉的毛, 蓬松柔软。 是工艺制作的材料。 ",
        name = "兔毛",
        icon_sprite = "spr_ui_item_rabbit_hair_regular",
        tags = {
            "ranching",
            "wool",
            "animal_fibre",
            "animal_harvest",
            "animal_product",
        },
        value = {
            bin = 90,
            store = 360,
        },
        description_en = "Fluffy, soft wool from a rabbit. Used in a variety of crafting recipes.",
        name_en = "Rabbit Wool",
        category = "other.ranching",
    },
    golden_rabbit_wool = {
        description = "兔子身上掉的黄金品质的毛。 是工艺制作的材料。 ",
        name = "黄金兔毛",
        icon_sprite = "spr_ui_item_rabbit_hair_gold",
        tags = {
            "ranching",
            "wool",
            "animal_fibre",
            "animal_harvest",
            "animal_product",
        },
        value = {
            bin = 270,
            store = 540,
        },
        description_en = "Gold quality wool from a rabbit. Used in a variety of crafting recipes.",
        name_en = "Golden Rabbit Wool",
        category = "other.ranching",
    },
    sheep_wool = {
        description = "羊身上掉毛, 厚实舒适。 是工艺制作的材料。 ",
        name = "羊毛",
        icon_sprite = "spr_ui_item_sheep_wool_regular",
        tags = {
            "ranching",
            "wool",
            "animal_fibre",
            "animal_harvest",
            "animal_product",
        },
        value = {
            bin = 120,
            store = 480,
        },
        description_en = "Thick and cozy wool from a sheep. Used in a variety of crafting recipes.",
        name_en = "Sheep Wool",
        category = "other.ranching",
    },
    golden_sheep_wool = {
        description = "羊身上掉的黄金品质的毛。 是工艺制作的材料。 ",
        name = "黄金羊毛",
        icon_sprite = "spr_ui_item_sheep_wool_gold",
        tags = {
            "ranching",
            "wool",
            "animal_fibre",
            "animal_harvest",
            "animal_product",
        },
        value = {
            bin = 360,
            store = 720,
        },
        description_en = "Gold quality wool from a sheep. Used in a variety of crafting recipes.",
        name_en = "Golden Sheep Wool",
        category = "other.ranching",
    },
    heart_shaped_chicken_treat = {
        name = "鸡用心形零食",
        description = "将这个饼干喂给一对异性的鸡, 它们就会繁殖。 进行繁殖的动物至少要有2心, 且住在同一个有空位给幼崽的棚舍。 ",
        icon_sprite = "spr_ui_item_animal_treat_chicken",
        tags = {
            "chicken_treat",
            "weird_gift",
        },
        value = {
            store = 150,
        },
        name_en = "Heart Shaped Chicken Treat",
        description_en = "Feed these treats to a male and female chicken to breed them. They must have at least 2 hearts & share a coop that has a free space for a baby.",
        category = "other.ranching",
    },
    heart_shaped_cow_treat = {
        name = "牛用心形零食",
        description = "将这个饼干喂给一对异性的牛, 它们就会繁殖。 进行繁殖的动物至少要有2心, 且住在同一个有空位给幼崽的谷仓。 ",
        icon_sprite = "spr_ui_item_animal_treat_cow",
        tags = {
            "cow_treat",
            "weird_gift",
        },
        value = {
            store = 300,
        },
        name_en = "Heart Shaped Cow Treat",
        description_en = "Feed these treats to a male and female cow to breed them. They must have at least 2 hearts & share a barn that has a free space for a baby.",
        category = "other.ranching",
    },
    heart_shaped_duck_treat = {
        name = "鸭用心形零食",
        description = "将这个饼干喂给一对异性的鸭, 它们就会繁殖。 进行繁殖的动物至少要有2心, 且住在同一个有空位给幼崽的棚舍。 ",
        icon_sprite = "spr_ui_item_animal_treat_duck",
        tags = {
            "duck_treat",
            "weird_gift",
        },
        value = {
            store = 225,
        },
        name_en = "Heart Shaped Duck Treat",
        description_en = "Feed these treats to a male and female duck to breed them. They must have at least 2 hearts & share a coop that has a free space for a baby.",
        category = "other.ranching",
    },
    heart_shaped_capybara_treat = {
        name = "水豚心形零食",
        description = "将这个饼干喂给一对异性水豚, 它们就会繁殖。 进行繁殖的动物至少要有2心, 且住在同一个有空位给幼崽的棚舍。 ",
        icon_sprite = "spr_ui_item_animal_treat_capybara",
        tags = {
            "capybara_treat",
            "weird_gift",
        },
        value = {
            store = 300,
        },
        name_en = "Heart Shaped Capybara Treat",
        description_en = "Feed these treats to a male and female capybara to breed them. They must have at least 2 hearts & share a coop that has a free space for a baby.",
        category = "other.ranching",
    },
    heart_shaped_rabbit_treat = {
        name = "兔子心形零食",
        description = "将这个饼干喂给一对异性的兔子, 它们就会繁殖。 进行繁殖的动物至少要有2心, 且住在同一个有空位给幼崽的棚舍。 ",
        icon_sprite = "spr_ui_item_animal_treat_rabbit",
        tags = {
            "rabbit_treat",
            "weird_gift",
        },
        value = {
            store = 300,
        },
        name_en = "Heart Shaped Rabbit Treat",
        description_en = "Feed these treats to a male and female rabbit to breed them. They must have at least 2 hearts & share a coop that has a free space for a baby.",
        category = "other.ranching",
    },
    heart_shaped_horse_treat = {
        name = "马用心形零食",
        description = "将这个饼干喂给一对异性的马, 它们就会繁殖。 进行繁殖的动物至少要有2心, 且住在同一个有空位给幼崽的谷仓。 ",
        icon_sprite = "spr_ui_item_animal_treat_horse",
        tags = {
            "horse_treat",
            "weird_gift",
        },
        value = {
            store = 390,
        },
        name_en = "Heart Shaped Horse Treat",
        description_en = "Feed these treats to a male and female horse to breed them. They must have at least 2 hearts & share a barn that has a free space for a baby.",
        category = "other.ranching",
    },
    heart_shaped_alpaca_treat = {
        name = "羊驼心形零食",
        description = "将这个饼干喂给一对异性羊驼, 它们就会繁殖。 进行繁殖的动物至少要有2心, 且住在同一个有空位给幼崽的谷仓。 ",
        icon_sprite = "spr_ui_item_animal_treat_alpaca",
        tags = {
            "alpaca_treat",
            "weird_gift",
        },
        value = {
            store = 390,
        },
        name_en = "Heart Shaped Alpaca Treat",
        description_en = "Feed these treats to a male and female alpaca to breed them. They must have at least 2 hearts & share a barn that has a free space for a baby.",
        category = "other.ranching",
    },
    heart_shaped_sheep_treat = {
        name = "羊用心形零食",
        description = "将这个饼干喂给一对异性的羊, 它们就会繁殖。 进行繁殖的动物至少要有2心, 且住在同一个有空位给幼崽的谷仓。 ",
        icon_sprite = "spr_ui_item_animal_treat_sheep",
        tags = {
            "sheep_treat",
            "weird_gift",
        },
        value = {
            store = 300,
        },
        name_en = "Heart Shaped Sheep Treat",
        description_en = "Feed these treats to a male and female sheep to breed them. They must have at least 2 hearts & share a barn that has a free space for a baby.",
        category = "other.ranching",
    },
    small_animal_seesaw = {
        name = "小型动物跷跷板",
        description = "装饰性的玩具, 供小型动物在户外玩耍。 那景象让人心软软! ",
        object = "small_animal_seesaw",
        icon_sprite = "spr_ui_item_small_animal_toy_seesaw",
        value = {
            store = 500,
        },
        name_en = "Small Animal Seesaw",
        description_en = "A decorative toy for small animals to play on when outside. It's very cute!",
        category = "other.ranching",
    },
    large_animal_ball_court = {
        name = "大型动物球场",
        description = "装饰性的玩具, 供大型动物在户外玩耍。 那景象十分可爱! ",
        object = "large_animal_ball",
        icon_sprite = "spr_ui_item_large_animal_toy_ball_court",
        value = {
            store = 750,
        },
        name_en = "Large Animal Ball Court",
        description_en = "A decorative toy for large animals to play on when outside. It's very cute!",
        category = "other.ranching",
    },
    cat_treat = {
        name = "猫咪零食",
        description = "猫咪零食, 没有强制要喂。 但猫咪喜欢得喵喵喵! ",
        icon_sprite = "spr_ui_item_animal_treat_cat",
        tags = {
            "cat_treat",
            "weird_gift",
            "milling",
            "animal_feed",
            "milled_animal_feed",
        },
        recipe_is_default = true,
        recipe = {
            {
                item = "smallmouth_bass",
                count = 1,
            },
            {
                hours = 0,
                minutes = 10,
            },
        },
        value = {
            bin = 50,
            store = 100,
        },
        pet_treat = {
            tier = "deluxe",
            pet_kind = "cat",
        },
        name_en = "Cat Treat",
        description_en = "An optional treat for cats. All cats love it!",
        category = "other.ranching",
    },
    dog_treat = {
        name = "狗狗零食",
        description = "狗狗零食, 没有强制要喂。 但狗狗喜欢得摇尾巴! ",
        icon_sprite = "spr_ui_item_animal_treat_dog",
        tags = {
            "cat_treat",
            "weird_gift",
            "milling",
            "animal_feed",
            "milled_animal_feed",
        },
        recipe_is_default = true,
        recipe = {
            {
                item = "trout",
                count = 1,
            },
            {
                hours = 0,
                minutes = 10,
            },
        },
        value = {
            bin = 50,
            store = 100,
        },
        pet_treat = {
            tier = "deluxe",
            pet_kind = "dog",
        },
        name_en = "Dog Treat",
        description_en = "An optional treat for dogs. All dogs love it!",
        category = "other.ranching",
    },
    monster_hoop = {
        description = "未实装的物品。 ",
        restore = 5,
        icon_sprite = "spr_ui_item_monster_hoop",
        name = "怪物环",
        tags = {
            "monster_part",
        },
        value = {
            bin = 1,
        },
        description_en = "Unimplemented item.",
        name_en = "Monster Hoop",
        category = "other.unreviewed_new_items",
    },
    flour = {
        name = "面粉",
        description = "小麦加工而成的面粉, 常用于烘焙。 ",
        icon_sprite = "spr_ui_item_flour",
        recipe_is_default = true,
        restore = 10,
        edible = false,
        tags = {
            "milling",
            "milled_ingredients",
            "material",
        },
        recipe = {
            {
                item = "wheat",
                count = 1,
            },
            {
                hours = 0,
                minutes = 10,
            },
        },
        value = {
            bin = 175,
            store = 200,
        },
        name_en = "Flour",
        description_en = "A bag of processed wheat flour. Frequently used for baking.",
        category = "other.mill",
    },
    rice = {
        name = "大米",
        description = "一袋加工过的大米, 用作许多美食的食材。 ",
        icon_sprite = "spr_ui_item_rice",
        recipe_is_default = true,
        restore = 10,
        edible = false,
        tags = {
            "milling",
            "milled_ingredients",
            "material",
        },
        recipe = {
            {
                item = "rice_stalk",
                count = 1,
            },
            {
                hours = 0,
                minutes = 10,
            },
        },
        value = {
            bin = 175,
            store = 200,
        },
        name_en = "Rice",
        description_en = "A bag of processed rice. Used as an ingredient in many kinds of dishes.",
        category = "other.mill",
        seed_name = "seed_rice",
    },
    sugar = {
        name = "糖",
        description = "一袋加工过的糖, 为菜肴增添甜味。 ",
        icon_sprite = "spr_ui_item_sugar",
        recipe_is_default = true,
        restore = 6,
        edible = false,
        tags = {
            "milling",
            "milled_ingredients",
            "material",
        },
        recipe = {
            {
                item = "sugar_cane",
                count = 1,
            },
            {
                hours = 0,
                minutes = 10,
            },
        },
        value = {
            bin = 100,
            store = 115,
        },
        name_en = "Sugar",
        description_en = "A bag of processed sugar. Used to sweeten dishes when cooking.",
        category = "other.mill",
    },
    cheese = {
        name = "芝士",
        description = "牛奶制成的芝士, 是烹饪美食的材料。 ",
        icon_sprite = "spr_ui_item_cheese",
        recipe_is_default = true,
        tags = {
            "milling",
            "animal_product",
            "ranching",
        },
        restore = 6,
        recipe = {
            {
                item = "cow_milk",
                count = 2,
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = 90,
        },
        name_en = "Cheese",
        description_en = "Cheese made with cow's milk. Used in a variety of cooking recipes.",
        category = "other.mill",
    },
    golden_cheese = {
        name = "黄金芝士",
        description = "黄金牛奶制成的高品质芝士, 是烹饪高级美食的材料。 ",
        icon_sprite = "spr_ui_item_golden_cheese",
        recipe_is_default = true,
        tags = {
            "milling",
            "animal_product",
            "ranching",
        },
        restore = 12,
        recipe = {
            {
                item = "golden_cow_milk",
                count = 2,
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = 260,
        },
        name_en = "Golden Cheese",
        description_en = "High quality cheese made with golden cow's milk. Used in high level cooking recipes.",
        category = "other.mill",
    },
    butter = {
        name = "黄油",
        description = "牛奶制成的黄油, 是烹饪美食的材料。 ",
        icon_sprite = "spr_ui_item_butter",
        recipe_is_default = true,
        restore = 6,
        edible = false,
        tags = {
            "milling",
            "animal_product",
            "ranching",
        },
        recipe = {
            {
                item = "cow_milk",
                count = 2,
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = 90,
        },
        name_en = "Butter",
        description_en = "Butter made with cow's milk. Used in a variety of cooking recipes.",
        category = "other.mill",
    },
    golden_butter = {
        name = "黄金黄油",
        description = "黄金牛奶制成的高品质黄油, 是烹饪高级美食的材料。 ",
        icon_sprite = "spr_ui_item_golden_butter",
        recipe_is_default = true,
        tags = {
            "milling",
            "animal_product",
            "ranching",
        },
        restore = 12,
        recipe = {
            {
                item = "golden_cow_milk",
                count = 2,
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = 260,
        },
        name_en = "Golden Butter",
        description_en = "High quality butter made with golden cow's milk. Used in high level cooking recipes.",
        category = "other.mill",
    },
    mayonnaise = {
        name = "蛋黄酱",
        description = "由鸡蛋制成的受欢迎的调味品, 是烹饪美食的材料。 ",
        icon_sprite = "spr_ui_item_mayonnaise",
        recipe_is_default = true,
        restore = 3,
        edible = false,
        tags = {
            "milling",
            "animal_product",
            "ranching",
        },
        recipe = {
            {
                item = "egg",
                count = 2,
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = 90,
        },
        name_en = "Mayonnaise",
        description_en = "A popular condiment made from chicken eggs. Used in a variety of cooking recipes.",
        category = "other.mill",
    },
    duck_mayonnaise = {
        name = "鸭蛋蛋黄酱",
        description = "由鸭蛋制成的受欢迎的调味品, 是烹饪美食的材料。 ",
        icon_sprite = "spr_ui_item_duck_mayonnaise",
        recipe_is_default = true,
        restore = 3,
        edible = false,
        tags = {
            "milling",
            "animal_product",
            "ranching",
        },
        recipe = {
            {
                item = "duck_egg",
                count = 2,
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = 70,
        },
        name_en = "Duck Mayonnaise",
        description_en = "A popular condiment made from duck eggs. Used in a variety of cooking recipes.",
        category = "other.mill",
    },
    golden_mayonnaise = {
        name = "黄金蛋黄酱",
        description = "黄金鸡蛋制成的高品质调味品, 是烹饪高级美食的材料。 ",
        icon_sprite = "spr_ui_item_golden_mayonnaise",
        recipe_is_default = true,
        restore = 5,
        edible = false,
        tags = {
            "milling",
            "animal_product",
            "golden_mayonnaise",
            "ranching",
        },
        recipe = {
            {
                item = "golden_egg",
                count = 2,
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = 140,
        },
        name_en = "Golden Mayonnaise",
        description_en = "A high quality condiment made from chicken eggs. Used in high level cooking recipes.",
        category = "other.mill",
    },
    golden_duck_mayonnaise = {
        name = "黄金鸭蛋蛋黄酱",
        description = "黄金鸭蛋制成的高品质调味品, 是烹饪高级美食的材料。 ",
        recipe_is_default = true,
        icon_sprite = "spr_ui_item_golden_duck_mayonnaise",
        restore = 5,
        edible = false,
        tags = {
            "milling",
            "animal_product",
            "golden_mayonnaise",
            "ranching",
        },
        recipe = {
            {
                item = "golden_duck_egg",
                count = 2,
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = 200,
        },
        name_en = "Golden Duck Mayonnaise",
        description_en = "A high quality condiment made from duck eggs. Used in high level cooking recipes.",
        category = "other.mill",
    },
    quality_small_animal_feed = {
        name = "优质小型动物饲料",
        description = "为小型动物准备的优质饲料, 可以放在棚舍饲料槽中, 或直接手持喂食。 ",
        icon_sprite = "spr_ui_item_animal_feed_seed_quality_bag",
        recipe_is_default = true,
        tags = {
            "milling",
            "animal_feed",
            "milled_animal_feed",
            "ranching",
        },
        recipe = {
            {
                item = "grass_seed",
                count = 1,
            },
            {
                item = "water_chestnut",
                count = 1,
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        animal_feed = {
            tier = "quality",
            animal_size = "small",
            sprite = "spr_ui_item_animal_feed_seed_quality",
            pet_can_eat = false,
        },
        value = {
            bin = 10,
        },
        name_en = "Quality Small Animal Feed",
        description_en = "Quality feed for small animals. It can be placed in coop troughs or hand-fed.",
        category = "other.mill",
    },
    deluxe_small_animal_feed = {
        name = "豪华小型动物饲料",
        description = "为小型动物准备的豪华饲料, 可以放在棚舍饲料槽中, 或直接手持喂食。 ",
        recipe_is_default = true,
        icon_sprite = "spr_ui_item_animal_feed_seed_deluxe_bag",
        tags = {
            "milling",
            "animal_feed",
            "milled_animal_feed",
            "ranching",
        },
        recipe = {
            {
                item = "grass_seed",
                count = 1,
            },
            {
                item = "water_chestnut",
                count = 1,
            },
            {
                item = "acorn",
                count = 1,
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        animal_feed = {
            tier = "deluxe",
            animal_size = "small",
            sprite = "spr_ui_item_animal_feed_seed_deluxe",
            pet_can_eat = false,
        },
        value = {
            bin = 15,
        },
        name_en = "Deluxe Small Animal Feed",
        description_en = "Deluxe feed for small animals. It can be placed in coop troughs or hand-fed.",
        category = "other.mill",
    },
    ultimate_small_animal_feed = {
        name = "极品小型动物饲料",
        description = "为小型动物准备的极品饲料, 可以放在棚舍饲料槽中, 或直接手持喂食。 ",
        recipe_is_default = true,
        icon_sprite = "spr_ui_item_animal_feed_seed_ultimate_bag",
        tags = {
            "milling",
            "animal_feed",
            "milled_animal_feed",
            "ranching",
        },
        recipe = {
            {
                item = "grass_seed",
                count = 1,
            },
            {
                item = "water_chestnut",
                count = 1,
            },
            {
                item = "acorn",
                count = 1,
            },
            {
                item = "seaweed",
                count = 1,
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        animal_feed = {
            tier = "ultimate",
            animal_size = "small",
            sprite = "spr_ui_item_animal_feed_seed_ultimate",
            pet_can_eat = false,
        },
        value = {
            bin = 30,
        },
        name_en = "Ultimate Small Animal Feed",
        description_en = "Ultimate feed for small animals. It can be placed in coop troughs or hand-fed.",
        category = "other.mill",
    },
    quality_hay = {
        name = "优质大型动物饲料",
        description = "为大型动物准备的优质饲料, 可以放在谷仓饲料槽中, 或直接手持喂食。 ",
        recipe_is_default = true,
        icon_sprite = "spr_ui_item_animal_feed_hay_quality_bag",
        tags = {
            "milling",
            "animal_feed",
            "milled_animal_feed",
            "ranching",
        },
        recipe = {
            {
                item = "hay",
                count = 1,
            },
            {
                item = "water_chestnut",
                count = 1,
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        animal_feed = {
            tier = "quality",
            animal_size = "large",
            sprite = "spr_ui_item_animal_feed_hay_quality",
            pet_can_eat = false,
        },
        value = {
            bin = 10,
        },
        name_en = "Quality Large Animal Feed",
        description_en = "Quality feed for large animals. It can be placed in barn troughs or hand-fed.",
        category = "other.mill",
    },
    deluxe_hay = {
        name = "豪华大型动物饲料",
        description = "为大型动物准备的豪华饲料, 可以放在谷仓饲料槽中, 或直接手持喂食。 ",
        recipe_is_default = true,
        icon_sprite = "spr_ui_item_animal_feed_hay_deluxe_bag",
        tags = {
            "milling",
            "animal_feed",
            "milled_animal_feed",
            "ranching",
        },
        recipe = {
            {
                item = "hay",
                count = 1,
            },
            {
                item = "water_chestnut",
                count = 1,
            },
            {
                item = "acorn",
                count = 1,
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        animal_feed = {
            tier = "deluxe",
            animal_size = "large",
            sprite = "spr_ui_item_animal_feed_hay_deluxe",
            pet_can_eat = false,
        },
        value = {
            bin = 15,
        },
        name_en = "Deluxe Large Animal Feed",
        description_en = "Deluxe feed for large animals. It can be placed in barn troughs or hand-fed.",
        category = "other.mill",
    },
    ultimate_hay = {
        name = "极品大型动物饲料",
        description = "为大型动物准备的极品饲料, 可以放在谷仓饲料槽中, 或直接手持喂食。 ",
        recipe_is_default = true,
        icon_sprite = "spr_ui_item_animal_feed_hay_ultimate_bag",
        tags = {
            "milling",
            "animal_feed",
            "milled_animal_feed",
            "ranching",
        },
        recipe = {
            {
                item = "hay",
                count = 1,
            },
            {
                item = "water_chestnut",
                count = 1,
            },
            {
                item = "acorn",
                count = 1,
            },
            {
                item = "seaweed",
                count = 1,
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        animal_feed = {
            tier = "ultimate",
            animal_size = "large",
            sprite = "spr_ui_item_animal_feed_hay_ultimate",
            pet_can_eat = false,
        },
        value = {
            bin = 30,
        },
        name_en = "Ultimate Large Animal Feed",
        description_en = "Ultimate feed for large animals. It can be placed in barn troughs or hand-fed.",
        category = "other.mill",
    },
    small_grass_starter = {
        name = "草种",
        description = "使用此物品在你的农场上种植一片新草, 放牧动物可食用。 ",
        recipe_is_default = true,
        icon_sprite = "spr_ui_item_small_grass_starter",
        plant_grass = "grass_small",
        tags = {
            "milling",
            "misc_mill",
            "crop",
        },
        recipe = {
            {
                item = "grass_seed",
                count = 2,
            },
            {
                item = "sod",
                count = 1,
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            bin = 15,
        },
        name_en = "Grass Starter",
        description_en = "Use this item to plant a patch of new grass on your farm. Useful for grazing animals.",
        category = "other.mill",
    },
    sapling_oak = {
        description = "一株橡树树苗, 一年四季都可种。 ",
        sapling = "tree_oak",
        icon_sprite = "spr_ui_item_oak_sapling",
        name = "橡树树苗",
        tags = {
            "seed",
            "milling",
            "misc_mill",
            "crop",
        },
        recipe_is_default = true,
        recipe = {
            {
                item = "acorn",
                count = 1,
            },
            {
                hours = 0,
                minutes = 10,
            },
        },
        value = {
            bin = 10,
        },
        description_en = "An oak tree sapling. This tree can be planted any time of year.",
        name_en = "Oak Sapling",
        category = "other.mill",
    },
    sapling_pine = {
        description = "一株松树树苗, 一年四季都可种。 ",
        sapling = "tree_pine",
        icon_sprite = "spr_ui_item_pine_sapling",
        name = "松树树苗",
        tags = {
            "seed",
            "milling",
            "misc_mill",
            "crop",
        },
        recipe_is_default = true,
        recipe = {
            {
                item = "pinecone",
                count = 1,
            },
            {
                hours = 0,
                minutes = 10,
            },
        },
        value = {
            bin = 10,
        },
        description_en = "A pine tree sapling. This tree can be planted any time of year.",
        name_en = "Pine Sapling",
        category = "other.mill",
    },
    copper_ingot = {
        description = "一块纯铜铸造的金属锭, 是各种锻造和工艺的材料。 ",
        icon_sprite = "spr_ui_item_copper_ingot",
        name = "铜锭",
        tags = {
            "ingot",
            "blacksmithing",
            "ingot",
        },
        crafting_level_requirement = 1,
        recipe_is_default = true,
        recipe = {
            {
                hours = 0,
                minutes = 20,
            },
            {
                count = 10,
                item = "ore_copper",
            },
        },
        value = {
            bin = 110,
            store = 250,
        },
        description_en = "An ingot of solid copper. Used in a variety of blacksmithing and crafting recipes.",
        name_en = "Copper Ingot",
        category = "other.blacksmithing",
    },
    iron_ingot = {
        description = "一块纯铁铸造的金属锭, 是各种锻造和工艺的材料。 ",
        icon_sprite = "spr_ui_item_iron_ingot",
        name = "铁锭",
        tags = {
            "ingot",
            "blacksmithing",
        },
        crafting_level_requirement = 2,
        recipe_is_default = true,
        recipe = {
            {
                hours = 0,
                minutes = 20,
            },
            {
                count = 10,
                item = "ore_iron",
            },
        },
        value = {
            bin = 125,
            store = 300,
        },
        description_en = "An ingot of pure iron. Used in a variety of blacksmithing and crafting recipes.",
        name_en = "Iron Ingot",
        category = "other.blacksmithing",
    },
    silver_ingot = {
        description = "一块纯银铸造的金属锭, 是各种锻造和工艺的材料。 ",
        icon_sprite = "spr_ui_item_silver_ingot",
        name = "银锭",
        tags = {
            "ingot",
            "blacksmithing",
        },
        crafting_level_requirement = 4,
        recipe_is_default = true,
        recipe = {
            {
                hours = 0,
                minutes = 20,
            },
            {
                count = 10,
                item = "ore_silver",
            },
        },
        value = {
            bin = 220,
            store = 500,
        },
        description_en = "An ingot of pure silver. Used in a variety of blacksmithing and crafting recipes.",
        name_en = "Silver Ingot",
        category = "other.blacksmithing",
    },
    gold_ingot = {
        description = "一块纯金铸造的金属锭, 是各种锻造和工艺的材料。 ",
        icon_sprite = "spr_ui_item_gold_ingot",
        name = "金锭",
        tags = {
            "ingot",
            "blacksmithing",
        },
        crafting_level_requirement = 6,
        recipe_is_default = true,
        recipe = {
            {
                hours = 0,
                minutes = 20,
            },
            {
                count = 10,
                item = "ore_gold",
            },
        },
        value = {
            bin = 275,
            store = 600,
        },
        description_en = "An ingot of pure gold. Used in a variety of blacksmithing and crafting recipes.",
        name_en = "Gold Ingot",
        category = "other.blacksmithing",
    },
    mistril_ingot = {
        description = "一块纯秘银铸造的金属锭, 是各种锻造和工艺的材料。 ",
        icon_sprite = "spr_ui_item_mistril_ingot",
        name = "秘银锭",
        crafting_level_requirement = 8,
        recipe_is_default = true,
        recipe = {
            {
                hours = 0,
                minutes = 20,
            },
            {
                count = 10,
                item = "ore_mistril",
            },
        },
        value = {
            bin = 330,
            store = 700,
        },
        description_en = "An ingot of pure mistril. Used in a variety of blacksmithing and crafting recipes.",
        name_en = "Mistril Ingot",
        category = "other.blacksmithing",
    },
    axe_worn = {
        description = "虽已陈旧但仍可使用的斧头, 用于砍伐树和木桩。 ",
        icon_sprite = "spr_ui_item_tool_rusty_axe",
        name = "破旧斧头",
        quality = "tier1",
        tags = {
            "axe",
            "tool",
        },
        tool_type = "axe",
        damage = 1,
        value = {
            bin = 50,
            store = 200,
        },
        description_en = "A worn but still serviceable axe. Used to destroy branches and trees.",
        name_en = "Worn Axe",
        category = "other.blacksmithing",
    },
    fishing_rod_worn = {
        description = "虽已陈旧但仍可使用的钓鱼竿, 最远能扔6格。 ",
        icon_sprite = "spr_ui_item_tool_rusty_rod",
        name = "破旧钓鱼竿",
        quality = "tier1",
        tags = {
            "fishing_rod",
            "tool",
        },
        tool_type = "fishing_rod",
        range = 5,
        value = {
            bin = 250,
            store = 500,
        },
        description_en = "A worn but still serviceable fish rod. It has a cast range of 6.",
        name_en = "Worn Fishing Rod",
        category = "other.blacksmithing",
    },
    hoe_worn = {
        description = "虽已陈旧但仍可使用的锄头, 用于耕松土地, 以便播种。 ",
        icon_sprite = "spr_ui_item_tool_rusty_hoe",
        name = "破旧锄头",
        quality = "tier1",
        tags = {
            "hoe",
            "tool",
        },
        tool_type = "hoe",
        value = {
            bin = 50,
            store = 150,
        },
        description_en = "A worn but still serviceable hoe. Used to till dirt in preparation for planting seeds.",
        name_en = "Worn Hoe",
        category = "other.blacksmithing",
    },
    net_worn = {
        description = "虽已陈旧但仍可使用的捕虫网, 用于捕捉昆虫。 ",
        icon_sprite = "spr_ui_item_tool_rusty_net",
        name = "破旧捕虫网",
        quality = "tier1",
        tags = {
            "net",
            "tool",
        },
        tool_type = "net",
        stamina_cost = -1,
        catch_size = 5,
        value = {
            bin = 50,
            store = 200,
        },
        description_en = "A worn but still serviceable net. Used to catch bugs.",
        name_en = "Worn Net",
        category = "other.blacksmithing",
    },
    pick_axe_worn = {
        description = "虽已陈旧但仍可使用的镐头, 用于击碎小石头以及挖掘文物。 ",
        icon_sprite = "spr_ui_item_tool_rusty_pickaxe",
        name = "破旧镐头",
        quality = "tier1",
        tags = {
            "pick_axe",
            "tool",
        },
        tool_type = "pick_axe",
        damage = 1,
        value = {
            bin = 50,
            store = 200,
        },
        description_en = "A worn but still serviceable pickaxe. Used to break small rocks and to excavate dig spots.",
        name_en = "Worn Pickaxe",
        category = "other.blacksmithing",
    },
    shovel_worn = {
        description = "虽已陈旧但仍可使用的铲子, 用于扩展农田、 挖掘文物和清除作物。 ",
        icon_sprite = "spr_ui_item_tool_rusty_shovel",
        name = "破旧铲子",
        quality = "tier1",
        tags = {
            "shovel",
            "tool",
        },
        tool_type = "shovel",
        value = {
            bin = 50,
            store = 500,
        },
        description_en = "A worn but still serviceable shovel. Used to expand fields, excavate dig spots, and destroy crops.",
        name_en = "Worn Shovel",
        category = "other.blacksmithing",
    },
    watering_can_worn = {
        description = "虽已陈旧但仍可使用的浇水壶, 用于浇灌作物。 ",
        icon_sprite = "spr_ui_item_tool_rusty_watering_can",
        name = "破旧浇水壶",
        quality = "tier1",
        tags = {
            "watering_can",
            "tool",
        },
        tool_type = "watering_can",
        value = {
            bin = 50,
            store = 150,
        },
        description_en = "A worn but still serviceable watering can. Used to water plants.",
        name_en = "Worn Watering Can",
        category = "other.blacksmithing",
    },
    axe_copper = {
        description = "铜制斧头, 可以蓄力砍伐3块方格。 ",
        icon_sprite = "spr_ui_item_tool_copper_axe",
        name = "铜斧头",
        quality = "tier2",
        tags = {
            "axe",
            "blacksmithing",
            "tool",
            "copper_tool",
        },
        tool_type = "axe",
        crafting_level_requirement = 4,
        damage = 2,
        recipe_is_default = true,
        recipe = {
            {
                hours = 0,
                minutes = 30,
            },
            {
                count = 4,
                item = "copper_ingot",
            },
        },
        value = {
            bin = 480,
            store = 1000,
        },
        description_en = "A copper axe. Can be charged to chop 3 tiles in a row.",
        name_en = "Copper Axe",
        category = "other.blacksmithing",
    },
    fishing_rod_copper = {
        description = "铜制钓鱼竿, 最远能扔8格。 ",
        icon_sprite = "spr_ui_item_tool_copper_rod",
        name = "铜钓鱼竿",
        quality = "tier2",
        recipe_is_default = true,
        tags = {
            "fishing_rod",
            "blacksmithing",
            "tool",
            "copper_tool",
        },
        tool_type = "fishing_rod",
        crafting_level_requirement = 4,
        range = 7,
        recipe = {
            {
                hours = 0,
                minutes = 30,
            },
            {
                count = 4,
                item = "copper_ingot",
            },
        },
        value = {
            bin = 480,
            store = 1000,
        },
        description_en = "A copper fishing rod. It has a cast range of 8.",
        name_en = "Copper Fishing Rod",
        category = "other.blacksmithing",
    },
    hoe_copper = {
        description = "铜制锄头, 可以蓄力耕种3格。 ",
        icon_sprite = "spr_ui_item_tool_copper_hoe",
        name = "铜锄头",
        quality = "tier2",
        recipe_is_default = true,
        tags = {
            "hoe",
            "blacksmithing",
            "tool",
            "copper_tool",
        },
        tool_type = "hoe",
        crafting_level_requirement = 4,
        recipe = {
            {
                hours = 0,
                minutes = 30,
            },
            {
                count = 4,
                item = "copper_ingot",
            },
        },
        value = {
            bin = 480,
            store = 1000,
        },
        description_en = "A copper hoe. Can be charged to till 3 tiles in a row.",
        name_en = "Copper Hoe",
        category = "other.blacksmithing",
    },
    net_copper = {
        description = "铜制捕虫网, 与其他捕虫网的不同仅在于外观。 ",
        icon_sprite = "spr_ui_item_tool_copper_net",
        name = "铜捕虫网",
        quality = "tier2",
        tags = {
            "net",
            "blacksmithing",
            "tool",
            "copper_tool",
        },
        tool_type = "net",
        stamina_cost = -1,
        catch_size = 5,
        crafting_level_requirement = 4,
        recipe_is_default = true,
        recipe = {
            {
                hours = 0,
                minutes = 30,
            },
            {
                count = 4,
                item = "copper_ingot",
            },
        },
        value = {
            bin = 480,
            store = 1000,
        },
        description_en = "A copper bug catching net. The only change is the aesthetic.",
        name_en = "Copper Net",
        category = "other.blacksmithing",
    },
    pick_axe_copper = {
        description = "铜制镐头, 能够击碎大石头, 可以蓄力敲击3格。 ",
        icon_sprite = "spr_ui_item_tool_copper_pickaxe",
        name = "铜镐",
        quality = "tier2",
        recipe_is_default = true,
        tags = {
            "pick_axe",
            "blacksmithing",
            "tool",
            "copper_tool",
        },
        tool_type = "pick_axe",
        crafting_level_requirement = 4,
        damage = 2,
        recipe = {
            {
                hours = 0,
                minutes = 30,
            },
            {
                count = 4,
                item = "copper_ingot",
            },
        },
        value = {
            bin = 480,
            store = 1000,
        },
        description_en = "A copper pickaxe. Can break big rocks & can be charged to strike 3 tiles in a row.",
        name_en = "Copper Pickaxe",
        category = "other.blacksmithing",
    },
    shovel_copper = {
        description = "铜制铲子, 可以蓄力挖掘3格。 ",
        icon_sprite = "spr_ui_item_tool_copper_shovel",
        name = "铜铲",
        quality = "tier2",
        recipe_is_default = true,
        tags = {
            "shovel",
            "blacksmithing",
            "tool",
            "copper_tool",
        },
        tool_type = "shovel",
        crafting_level_requirement = 4,
        recipe = {
            {
                hours = 0,
                minutes = 30,
            },
            {
                count = 4,
                item = "copper_ingot",
            },
        },
        value = {
            bin = 480,
            store = 1000,
        },
        description_en = "A copper shovel. Can be charged to dig 3 tiles in a row.",
        name_en = "Copper Shovel",
        category = "other.blacksmithing",
    },
    watering_can_copper = {
        description = "铜制浇水壶, 可以蓄力给3格田地浇水。 ",
        icon_sprite = "spr_ui_item_tool_copper_watering_can",
        name = "铜浇水壶",
        quality = "tier2",
        recipe_is_default = true,
        tags = {
            "watering_can",
            "blacksmithing",
            "tool",
            "copper_tool",
        },
        tool_type = "watering_can",
        crafting_level_requirement = 4,
        recipe = {
            {
                hours = 0,
                minutes = 30,
            },
            {
                count = 4,
                item = "copper_ingot",
            },
        },
        value = {
            bin = 480,
            store = 1000,
        },
        description_en = "A copper watering can. Can be charged to water 3 tiles in a row.",
        name_en = "Copper Watering Can",
        category = "other.blacksmithing",
    },
    axe_iron = {
        description = "铁制斧头, 可以蓄力砍伐3x3方格。 ",
        icon_sprite = "spr_ui_item_tool_iron_axe",
        name = "铁斧头",
        quality = "tier3",
        tags = {
            "axe",
            "blacksmithing",
            "tool",
        },
        tool_type = "axe",
        crafting_level_requirement = 10,
        damage = 3,
        recipe_is_default = true,
        recipe = {
            {
                hours = 0,
                minutes = 30,
            },
            {
                count = 4,
                item = "iron_ingot",
            },
        },
        value = {
            bin = 725,
            store = 2000,
        },
        description_en = "An iron axe. Can be charged to chop a 3x3 area.",
        name_en = "Iron Axe",
        category = "other.blacksmithing",
    },
    fishing_rod_iron = {
        description = "铁制钓鱼竿, 最远能扔10格。 ",
        icon_sprite = "spr_ui_item_tool_iron_rod",
        name = "铁钓鱼竿",
        quality = "tier3",
        recipe_is_default = true,
        tags = {
            "fishing_rod",
            "blacksmithing",
            "tool",
        },
        tool_type = "fishing_rod",
        crafting_level_requirement = 10,
        range = 9,
        recipe = {
            {
                hours = 0,
                minutes = 30,
            },
            {
                count = 4,
                item = "iron_ingot",
            },
        },
        value = {
            bin = 725,
            store = 2000,
        },
        description_en = "A fishing rod with an iron pole. It has a cast range of 10.",
        name_en = "Iron Fishing Rod",
        category = "other.blacksmithing",
    },
    hoe_iron = {
        description = "铁制锄头, 可以蓄力耕种3x3方格。 ",
        icon_sprite = "spr_ui_item_tool_iron_hoe",
        name = "铁锄头",
        quality = "tier3",
        recipe_is_default = true,
        tags = {
            "hoe",
            "blacksmithing",
            "tool",
        },
        tool_type = "hoe",
        crafting_level_requirement = 10,
        recipe = {
            {
                hours = 0,
                minutes = 30,
            },
            {
                count = 4,
                item = "iron_ingot",
            },
        },
        value = {
            bin = 725,
            store = 2000,
        },
        description_en = "An iron hoe. Can be charged to till a 3x3 area.",
        name_en = "Iron Hoe",
        category = "other.blacksmithing",
    },
    net_iron = {
        description = "铁制捕虫网, 与其他捕虫网的不同仅在于外观。 ",
        icon_sprite = "spr_ui_item_tool_iron_net",
        name = "铁捕虫网",
        quality = "tier3",
        tags = {
            "net",
            "blacksmithing",
            "tool",
        },
        tool_type = "net",
        stamina_cost = -1,
        catch_size = 5,
        crafting_level_requirement = 10,
        recipe_is_default = true,
        recipe = {
            {
                hours = 0,
                minutes = 40,
            },
            {
                count = 4,
                item = "iron_ingot",
            },
        },
        value = {
            bin = 725,
            store = 2000,
        },
        description_en = "An iron bug catching net. The only change is the aesthetic.",
        name_en = "Iron Net",
        category = "other.blacksmithing",
    },
    pick_axe_iron = {
        description = "铁制镐头, 可以蓄力敲击3x3方格。 ",
        icon_sprite = "spr_ui_item_tool_iron_pickaxe",
        name = "铁镐",
        quality = "tier3",
        recipe_is_default = true,
        tags = {
            "pick_axe",
            "blacksmithing",
            "tool",
        },
        tool_type = "pick_axe",
        crafting_level_requirement = 10,
        damage = 3,
        recipe = {
            {
                hours = 0,
                minutes = 40,
            },
            {
                count = 4,
                item = "iron_ingot",
            },
        },
        value = {
            bin = 725,
            store = 2000,
        },
        description_en = "An iron pickaxe. Can be charged to strike a 3x3 area.",
        name_en = "Iron Pickaxe",
        category = "other.blacksmithing",
    },
    shovel_iron = {
        description = "铁制铲子, 可以蓄力挖掘3x3方格。 ",
        icon_sprite = "spr_ui_item_tool_iron_shovel",
        name = "铁铲",
        quality = "tier3",
        recipe_is_default = true,
        tags = {
            "shovel",
            "blacksmithing",
            "tool",
        },
        tool_type = "shovel",
        crafting_level_requirement = 10,
        recipe = {
            {
                hours = 0,
                minutes = 40,
            },
            {
                count = 4,
                item = "iron_ingot",
            },
        },
        value = {
            bin = 725,
            store = 2000,
        },
        description_en = "An iron shovel. Can be charged to dig a 3x3 area.",
        name_en = "Iron Shovel",
        category = "other.blacksmithing",
    },
    watering_can_iron = {
        description = "铁制浇水壶, 可以蓄力给3x3方格的田地浇水。 ",
        icon_sprite = "spr_ui_item_tool_iron_watering_can",
        name = "铁浇水壶",
        quality = "tier3",
        recipe_is_default = true,
        tags = {
            "watering_can",
            "blacksmithing",
            "tool",
        },
        tool_type = "watering_can",
        crafting_level_requirement = 10,
        recipe = {
            {
                hours = 0,
                minutes = 40,
            },
            {
                count = 4,
                item = "iron_ingot",
            },
        },
        value = {
            bin = 725,
            store = 2000,
        },
        description_en = "An iron watering can. Can be charged to water a 3x3 area.",
        name_en = "Iron Watering Can",
        category = "other.blacksmithing",
    },
    watering_can_silver = {
        description = "银制浇水壶, 可以蓄力给3x6方格的田地浇水。 ",
        icon_sprite = "spr_ui_item_tool_silver_watering_can",
        name = "银浇水壶",
        quality = "tier4",
        recipe_is_default = true,
        tags = {
            "watering_can",
            "blacksmithing",
            "tool",
        },
        tool_type = "watering_can",
        crafting_level_requirement = 16,
        recipe = {
            {
                hours = 0,
                minutes = 40,
            },
            {
                count = 4,
                item = "silver_ingot",
            },
        },
        value = {
            bin = 970,
            store = 3000,
        },
        description_en = "A silver watering can. Can be charged to water a 3x6 area.",
        name_en = "Silver Watering Can",
        category = "other.blacksmithing",
    },
    axe_silver = {
        description = "银制斧头, 可以蓄力砍伐3x6方格。 ",
        icon_sprite = "spr_ui_item_tool_silver_axe",
        name = "银斧头",
        quality = "tier4",
        tags = {
            "axe",
            "blacksmithing",
            "tool",
        },
        tool_type = "axe",
        crafting_level_requirement = 16,
        damage = 4,
        recipe_is_default = true,
        recipe = {
            {
                hours = 0,
                minutes = 40,
            },
            {
                count = 4,
                item = "silver_ingot",
            },
        },
        value = {
            bin = 970,
            store = 3000,
        },
        description_en = "A silver axe. Can be charged to chop a 3x6 area.",
        name_en = "Silver Axe",
        category = "other.blacksmithing",
    },
    fishing_rod_silver = {
        description = "银制钓鱼竿, 最远能扔12格。 ",
        icon_sprite = "spr_ui_item_tool_silver_rod",
        name = "银钓鱼竿",
        quality = "tier4",
        recipe_is_default = true,
        tags = {
            "fishing_rod",
            "blacksmithing",
            "tool",
        },
        tool_type = "fishing_rod",
        crafting_level_requirement = 16,
        range = 11,
        recipe = {
            {
                hours = 0,
                minutes = 40,
            },
            {
                count = 4,
                item = "silver_ingot",
            },
        },
        value = {
            bin = 970,
            store = 3000,
        },
        description_en = "A silver handled fishing rod. It has a cast range of 12.",
        name_en = "Silver Fishing Rod",
        category = "other.blacksmithing",
    },
    hoe_silver = {
        description = "银制锄头, 可以蓄力耕种3x6方格。 ",
        icon_sprite = "spr_ui_item_tool_silver_hoe",
        name = "银锄头",
        quality = "tier4",
        recipe_is_default = true,
        tags = {
            "hoe",
            "blacksmithing",
            "tool",
        },
        tool_type = "hoe",
        crafting_level_requirement = 16,
        recipe = {
            {
                hours = 0,
                minutes = 40,
            },
            {
                count = 4,
                item = "silver_ingot",
            },
        },
        value = {
            bin = 970,
            store = 3000,
        },
        description_en = "A silver hoe. Can be charged to till a 3x6 area.",
        name_en = "Silver Hoe",
        category = "other.blacksmithing",
    },
    net_silver = {
        description = "银制捕虫网, 与其他捕虫网的不同仅在于外观。 ",
        icon_sprite = "spr_ui_item_tool_silver_net",
        name = "银捕虫网",
        quality = "tier4",
        tags = {
            "net",
            "blacksmithing",
            "tool",
        },
        tool_type = "net",
        stamina_cost = -1,
        catch_size = 5,
        crafting_level_requirement = 16,
        recipe_is_default = true,
        recipe = {
            {
                hours = 0,
                minutes = 40,
            },
            {
                count = 4,
                item = "silver_ingot",
            },
        },
        value = {
            bin = 970,
            store = 3000,
        },
        description_en = "A silver bug catching net. The only change is the aesthetic.",
        name_en = "Silver Net",
        category = "other.blacksmithing",
    },
    pick_axe_silver = {
        description = "银制镐头, 可以蓄力敲击3x6方格。 ",
        icon_sprite = "spr_ui_item_tool_silver_pickaxe",
        name = "银镐",
        quality = "tier4",
        recipe_is_default = true,
        tags = {
            "pick_axe",
            "blacksmithing",
            "tool",
        },
        tool_type = "pick_axe",
        crafting_level_requirement = 16,
        damage = 4,
        recipe = {
            {
                hours = 0,
                minutes = 40,
            },
            {
                count = 4,
                item = "silver_ingot",
            },
        },
        value = {
            bin = 970,
            store = 3000,
        },
        description_en = "A silver pickaxe. Can be charged to strike a 3x6 area.",
        name_en = "Silver Pickaxe",
        category = "other.blacksmithing",
    },
    shovel_silver = {
        description = "银制铲子, 可以蓄力挖掘3x6方格。 ",
        icon_sprite = "spr_ui_item_tool_silver_shovel",
        name = "银铲",
        quality = "tier4",
        recipe_is_default = true,
        tags = {
            "shovel",
            "blacksmithing",
            "tool",
        },
        tool_type = "shovel",
        crafting_level_requirement = 16,
        recipe = {
            {
                hours = 0,
                minutes = 40,
            },
            {
                count = 4,
                item = "silver_ingot",
            },
        },
        value = {
            bin = 970,
            store = 3000,
        },
        description_en = "A silver shovel. Can be charged to dig a 3x6 area.",
        name_en = "Silver Shovel",
        category = "other.blacksmithing",
    },
    axe_gold = {
        description = "极好的黄金斧头, 可以蓄力砍伐6x6方格。 ",
        icon_sprite = "spr_ui_item_tool_gold_axe",
        name = "黄金斧头",
        quality = "tier5",
        tags = {
            "axe",
            "blacksmithing",
            "tool",
        },
        tool_type = "axe",
        crafting_level_requirement = 22,
        damage = 5,
        recipe_is_default = true,
        recipe = {
            {
                hours = 0,
                minutes = 40,
            },
            {
                count = 4,
                item = "gold_ingot",
            },
        },
        value = {
            bin = 1200,
            store = 4000,
        },
        description_en = "A splendid golden axe. Can be charged to chop a 6x6 area.",
        name_en = "Gold Axe",
        category = "other.blacksmithing",
    },
    fishing_rod_gold = {
        description = "极好的黄金钓鱼竿, 最远能扔14格。 ",
        icon_sprite = "spr_ui_item_tool_gold_rod",
        name = "黄金钓鱼竿",
        quality = "tier5",
        recipe_is_default = true,
        tags = {
            "fishing_rod",
            "blacksmithing",
            "tool",
        },
        tool_type = "fishing_rod",
        crafting_level_requirement = 22,
        range = 13,
        recipe = {
            {
                hours = 0,
                minutes = 40,
            },
            {
                count = 4,
                item = "gold_ingot",
            },
        },
        value = {
            bin = 1200,
            store = 4000,
        },
        description_en = "A splendid golden fishing rod. It has a cast range of 14.",
        name_en = "Gold Fishing Rod",
        category = "other.blacksmithing",
    },
    hoe_gold = {
        description = "极好的黄金制锄头, 可以蓄力耕种6x6方格。 ",
        icon_sprite = "spr_ui_item_tool_gold_hoe",
        name = "黄金锄头",
        quality = "tier5",
        recipe_is_default = true,
        tags = {
            "hoe",
            "blacksmithing",
            "tool",
        },
        tool_type = "hoe",
        crafting_level_requirement = 22,
        recipe = {
            {
                hours = 0,
                minutes = 40,
            },
            {
                count = 4,
                item = "gold_ingot",
            },
        },
        value = {
            bin = 1200,
            store = 4000,
        },
        description_en = "A splendid golden hoe. Can be charged to till a 6x6 area.",
        name_en = "Gold Hoe",
        category = "other.blacksmithing",
    },
    net_gold = {
        description = "极好的黄金制捕虫网, 与其他捕虫网的不同仅在于外观。 ",
        icon_sprite = "spr_ui_item_tool_gold_net",
        name = "黄金捕虫网",
        quality = "tier5",
        tags = {
            "net",
            "blacksmithing",
            "tool",
        },
        tool_type = "net",
        stamina_cost = -1,
        catch_size = 5,
        crafting_level_requirement = 22,
        recipe_is_default = true,
        recipe = {
            {
                hours = 0,
                minutes = 40,
            },
            {
                count = 4,
                item = "gold_ingot",
            },
        },
        value = {
            bin = 1200,
            store = 4000,
        },
        description_en = "A gold bug catching net. The only change is the aesthetic.",
        name_en = "Gold Net",
        category = "other.blacksmithing",
    },
    pick_axe_gold = {
        description = "极好的黄金镐头, 可以蓄力敲击6x6方格。 ",
        icon_sprite = "spr_ui_item_tool_gold_pickaxe",
        name = "黄金镐",
        quality = "tier5",
        recipe_is_default = true,
        tags = {
            "pick_axe",
            "blacksmithing",
            "tool",
        },
        tool_type = "pick_axe",
        crafting_level_requirement = 22,
        damage = 5,
        recipe = {
            {
                hours = 0,
                minutes = 40,
            },
            {
                count = 4,
                item = "gold_ingot",
            },
        },
        value = {
            bin = 1200,
            store = 4000,
        },
        description_en = "A splendid golden pickaxe. Can be charged to chop a 6x6 area.",
        name_en = "Gold Pickaxe",
        category = "other.blacksmithing",
    },
    shovel_gold = {
        description = "极好的黄金制铲子, 可以蓄力挖掘6x6方格。 ",
        icon_sprite = "spr_ui_item_tool_gold_shovel",
        name = "黄金铲",
        quality = "tier5",
        recipe_is_default = true,
        tags = {
            "shovel",
            "blacksmithing",
            "tool",
        },
        tool_type = "shovel",
        crafting_level_requirement = 22,
        recipe = {
            {
                hours = 0,
                minutes = 40,
            },
            {
                count = 4,
                item = "gold_ingot",
            },
        },
        value = {
            bin = 1200,
            store = 4000,
        },
        description_en = "A splendid golden shovel. Can be charged to dig a 6x6 area.",
        name_en = "Gold Shovel",
        category = "other.blacksmithing",
    },
    watering_can_gold = {
        description = "极好的黄金浇水壶, 可以蓄力给6x6方格的田地浇水。 ",
        icon_sprite = "spr_ui_item_tool_gold_watering_can",
        name = "黄金浇水壶",
        quality = "tier5",
        recipe_is_default = true,
        tags = {
            "watering_can",
            "blacksmithing",
            "tool",
        },
        tool_type = "watering_can",
        crafting_level_requirement = 22,
        recipe = {
            {
                hours = 0,
                minutes = 40,
            },
            {
                count = 4,
                item = "gold_ingot",
            },
        },
        value = {
            bin = 1200,
            store = 4000,
        },
        description_en = "A splendid golden watering can. Can be charged to water a 6x6 area.",
        name_en = "Gold Watering Can",
        category = "other.blacksmithing",
    },
    axe_mistril = {
        description = "秘银制斧头, 可以蓄力砍伐6x9方格。 ",
        icon_sprite = "spr_ui_item_tool_mistril_axe",
        name = "秘银斧头",
        quality = "tier6",
        tool_type = "axe",
        crafting_level_requirement = 28,
        damage = 6,
        recipe_is_default = true,
        recipe = {
            {
                hours = 0,
                minutes = 40,
            },
            {
                count = 4,
                item = "mistril_ingot",
            },
        },
        value = {
            bin = 1450,
            store = 5000,
        },
        description_en = "An axe made from mistril. Can be charged to chop a 6x9 area.",
        name_en = "Mistril Axe",
        category = "other.blacksmithing",
    },
    fishing_rod_mistril = {
        description = "秘银制钓鱼竿, 最远能扔16格。 ",
        icon_sprite = "spr_ui_item_tool_mistril_rod",
        name = "秘银钓鱼竿",
        quality = "tier6",
        recipe_is_default = true,
        tool_type = "fishing_rod",
        crafting_level_requirement = 28,
        range = 15,
        recipe = {
            {
                hours = 0,
                minutes = 40,
            },
            {
                count = 4,
                item = "mistril_ingot",
            },
        },
        value = {
            bin = 1450,
            store = 5000,
        },
        description_en = "A fishing rod made from mistril. It has a cast range of 16.",
        name_en = "Mistril Fishing Rod",
        category = "other.blacksmithing",
    },
    hoe_mistril = {
        description = "秘银制锄头, 可以蓄力耕种6x9方格。 ",
        icon_sprite = "spr_ui_item_tool_mistril_hoe",
        name = "秘银锄头",
        quality = "tier6",
        recipe_is_default = true,
        tool_type = "hoe",
        crafting_level_requirement = 28,
        recipe = {
            {
                hours = 0,
                minutes = 40,
            },
            {
                count = 4,
                item = "mistril_ingot",
            },
        },
        value = {
            bin = 1450,
            store = 5000,
        },
        description_en = "A hoe made from mistril. Can be charged to till a 6x9 area.",
        name_en = "Mistril Hoe",
        category = "other.blacksmithing",
    },
    net_mistril = {
        description = "秘银制捕虫网, 与其他捕虫网的不同仅在于外观。 ",
        icon_sprite = "spr_ui_item_tool_mistril_net",
        name = "秘银捕虫网",
        quality = "tier6",
        tool_type = "net",
        stamina_cost = -1,
        catch_size = 5,
        crafting_level_requirement = 28,
        recipe_is_default = true,
        recipe = {
            {
                hours = 0,
                minutes = 40,
            },
            {
                count = 4,
                item = "mistril_ingot",
            },
        },
        value = {
            bin = 1450,
            store = 5000,
        },
        description_en = "A mistril bug catching net. The only change is the aesthetic.",
        name_en = "Mistril Net",
        category = "other.blacksmithing",
    },
    pick_axe_mistril = {
        description = "秘银制镐头, 可以蓄力敲击6x9方格。 ",
        icon_sprite = "spr_ui_item_tool_mistril_pickaxe",
        name = "秘银镐",
        quality = "tier6",
        recipe_is_default = true,
        tool_type = "pick_axe",
        crafting_level_requirement = 28,
        damage = 6,
        recipe = {
            {
                hours = 0,
                minutes = 40,
            },
            {
                count = 4,
                item = "mistril_ingot",
            },
        },
        value = {
            bin = 1450,
            store = 5000,
        },
        description_en = "A pickaxe made from mistril. Can be charged to strike a 6x9 area.",
        name_en = "Mistril Pickaxe",
        category = "other.blacksmithing",
    },
    shovel_mistril = {
        description = "秘银制铲子, 可以蓄力挖掘6x9方格。 ",
        icon_sprite = "spr_ui_item_tool_mistril_shovel",
        name = "秘银铲",
        quality = "tier6",
        recipe_is_default = true,
        tool_type = "shovel",
        crafting_level_requirement = 28,
        recipe = {
            {
                hours = 0,
                minutes = 40,
            },
            {
                count = 4,
                item = "mistril_ingot",
            },
        },
        value = {
            bin = 1450,
            store = 5000,
        },
        description_en = "A shovel made from mistril. Can be charged to dig a 6x9 area.",
        name_en = "Mistril Shovel",
        category = "other.blacksmithing",
    },
    watering_can_mistril = {
        description = "秘银制浇水壶, 可以蓄力给6x9方格的田地浇水。 ",
        icon_sprite = "spr_ui_item_tool_mistril_watering_can",
        name = "秘银浇水壶",
        quality = "tier6",
        recipe_is_default = true,
        tool_type = "watering_can",
        crafting_level_requirement = 28,
        recipe = {
            {
                hours = 0,
                minutes = 40,
            },
            {
                count = 4,
                item = "mistril_ingot",
            },
        },
        value = {
            bin = 1450,
            store = 5000,
        },
        description_en = "A watering can made from mistril. Can be charged to water a 6x9 area.",
        name_en = "Mistril Watering Can",
        category = "other.blacksmithing",
    },
    sword_worn = {
        description = "虽已陈旧但仍可使用的剑, 用于割草, 以及必要时的战斗。 ",
        damage = 4,
        icon_sprite = "spr_ui_item_tool_rusty_sword",
        name = "破旧的剑",
        quality = "tier1",
        tags = {
            "sword",
            "weapon",
        },
        value = {
            bin = 50,
            store = 150,
        },
        description_en = "A worn but still serviceable sword. Used to cut grass and to fight, if necessary.",
        name_en = "Worn Sword",
        category = "other.blacksmithing",
    },
    sword_scrap_metal = {
        description = "用废金属锻造的剑。 ",
        damage = 6,
        icon_sprite = "spr_ui_item_tool_scrap_metal_sword",
        name = "废金属剑",
        quality = "tier1",
        tags = {
            "sword",
            "weapon",
        },
        value = {
            bin = 100,
            store = 200,
        },
        description_en = "A sword constructed out of scrap metal.",
        name_en = "Scrap Metal Sword",
        category = "other.blacksmithing",
    },
    sword_copper = {
        description = "用铜锻造的剑。 ",
        damage = 8,
        icon_sprite = "spr_ui_item_tool_copper_sword",
        name = "铜剑",
        quality = "tier2",
        recipe_is_default = true,
        tags = {
            "sword",
            "blacksmithing",
            "weapon",
        },
        crafting_level_requirement = 8,
        recipe = {
            {
                hours = 1,
                minutes = 0,
            },
            {
                count = 4,
                item = "copper_ingot",
            },
        },
        value = {
            bin = 480,
            store = 1000,
        },
        description_en = "A copper sword.",
        name_en = "Copper Sword",
        category = "other.blacksmithing",
    },
    sword_verdigris = {
        description = "铜制成的剑, 因为氧化而形成了铜绿。 ",
        damage = 10,
        icon_sprite = "spr_ui_item_tool_verdigris_sword",
        name = "铜绿剑",
        quality = "tier2",
        tags = {
            "sword",
            "weapon",
        },
        value = {
            bin = 600,
            store = 1000,
        },
        description_en = "A verdigris sword.",
        name_en = "Verdigris Sword",
        category = "other.blacksmithing",
    },
    sword_iron = {
        description = "用铁锻造的剑。 ",
        damage = 12,
        icon_sprite = "spr_ui_item_tool_iron_sword",
        name = "铁剑",
        quality = "tier3",
        recipe_is_default = true,
        tags = {
            "sword",
            "blacksmithing",
            "weapon",
        },
        crafting_level_requirement = 14,
        recipe = {
            {
                hours = 1,
                minutes = 0,
            },
            {
                count = 4,
                item = "iron_ingot",
            },
        },
        value = {
            bin = 725,
            store = 2000,
        },
        description_en = "An iron sword.",
        name_en = "Iron Sword",
        category = "other.blacksmithing",
    },
    sword_crystal = {
        description = "用水晶锻造的剑。 ",
        damage = 14,
        icon_sprite = "spr_ui_item_tool_crystal_sword",
        name = "水晶剑",
        quality = "tier3",
        tags = {
            "sword",
            "weapon",
        },
        value = {
            bin = 850,
            store = 2000,
        },
        description_en = "A crystal sword.",
        name_en = "Crystal Sword",
        category = "other.blacksmithing",
    },
    sword_silver = {
        description = "用银锻造的剑。 ",
        damage = 16,
        icon_sprite = "spr_ui_item_tool_silver_sword",
        name = "银剑",
        quality = "tier4",
        recipe_is_default = true,
        tags = {
            "sword",
            "blacksmithing",
            "weapon",
        },
        crafting_level_requirement = 20,
        recipe = {
            {
                hours = 1,
                minutes = 0,
            },
            {
                count = 4,
                item = "silver_ingot",
            },
        },
        value = {
            bin = 970,
            store = 3000,
        },
        description_en = "A silver sword.",
        name_en = "Silver Sword",
        category = "other.blacksmithing",
    },
    sword_gold = {
        description = "用黄金锻造的极好的剑。 ",
        damage = 20,
        icon_sprite = "spr_ui_item_tool_gold_sword",
        name = "黄金剑",
        quality = "tier5",
        recipe_is_default = true,
        tags = {
            "sword",
            "blacksmithing",
            "weapon",
        },
        crafting_level_requirement = 26,
        recipe = {
            {
                hours = 1,
                minutes = 0,
            },
            {
                count = 4,
                item = "gold_ingot",
            },
        },
        value = {
            bin = 1200,
            store = 4000,
        },
        description_en = "A splendid golden sword.",
        name_en = "Gold Sword",
        category = "other.blacksmithing",
    },
    sword_mistril = {
        description = "用秘银锻造的剑。 ",
        damage = 24,
        icon_sprite = "spr_ui_item_tool_mistril_sword",
        name = "秘银剑",
        quality = "tier6",
        recipe_is_default = true,
        crafting_level_requirement = 32,
        recipe = {
            {
                hours = 1,
                minutes = 0,
            },
            {
                count = 4,
                item = "mistril_ingot",
            },
        },
        value = {
            bin = 1450,
            store = 5000,
        },
        description_en = "A sword made from mistril.",
        name_en = "Mistril Sword",
        category = "other.blacksmithing",
    },
    ritual_incense_burner = {
        description = "罕见的文物, 淡淡的焚香气味仍萦绕在这古老的香炉上。 ",
        icon_sprite = "spr_ui_item_ritual_incense_burner",
        name = "仪式香炉",
        tags = {
            "archaeology",
        },
        value = {
            bin = 50,
            renown = 5,
        },
        description_en = "An uncommon artifact. The faint scent of incense still clings to this ancient burner.",
        name_en = "Ritual Incense Burner",
        category = "other.artifacts",
    },
    ritual_beads = {
        description = "罕见的文物, 手中把玩着这些珠子, 会唤起一种宁静祥和的感觉。 ",
        icon_sprite = "spr_ui_item_ritual_beads",
        name = "仪式珠串",
        tags = {
            "archaeology",
        },
        value = {
            bin = 50,
            renown = 5,
        },
        description_en = "An uncommon artifact. Running these beads through your hand evokes a feeling of serenity.",
        name_en = "Ritual Beads",
        category = "other.artifacts",
    },
    ritual_chalice = {
        description = "罕见的文物, 据推测, 这华丽的圣杯在古老仪式中使用过。 ",
        icon_sprite = "spr_ui_item_ritual_chalice",
        name = "仪式圣杯",
        tags = {
            "archaeology",
        },
        value = {
            bin = 50,
            renown = 5,
        },
        description_en = "An uncommon artifact. This ornate chalice was presumably used during ancient rituals.",
        name_en = "Ritual Chalice",
        category = "other.artifacts",
    },
    ritual_scepter = {
        description = "稀有的文物, 这把权杖应该在仪式中为龙祭司所用。 ",
        icon_sprite = "spr_ui_item_ritual_scepter",
        name = "仪式权杖",
        tags = {
            "archaeology",
        },
        value = {
            bin = 75,
            renown = 10,
        },
        description_en = "A rare artifact. This ritual scepter was likely used by Dragon Priestesses during rituals.",
        name_en = "Ritual Scepter",
        category = "other.artifacts",
    },
    ritual_tablet = {
        description = "稀有的文物, 这块石板上刻着一些象形文字, 展示了如何执行某种仪式。 其中一个图像似乎是一条龙。 ",
        icon_sprite = "spr_ui_item_ritual_tablet",
        name = "仪式石板",
        tags = {
            "archaeology",
        },
        value = {
            bin = 75,
            renown = 10,
        },
        description_en = "A rare artifact. This tablet has a series of pictographs that show how to perform a ritual. It appears that one of the figures is a dragon.",
        name_en = "Ritual Tablet",
        category = "other.artifacts",
    },
    perfect_copper_ore = {
        description = "罕见的文物, 这块大型纯铜矿石非常值得收藏展示。 ",
        icon_sprite = "spr_ui_item_perfect_copper_ore",
        name = "完美铜矿",
        tags = {
            "material",
            "ore",
            "archaeology",
        },
        value = {
            bin = 50,
            renown = 5,
        },
        description_en = "An uncommon artifact. This large chunk of pure copper ore is worthy of display.",
        name_en = "Perfect Copper Ore",
        category = "other.artifacts",
    },
    perfect_iron_ore = {
        description = "罕见的文物, 这块铁矿石壮观绝伦, 拿去熔炼实在暴殄天物。 ",
        icon_sprite = "spr_ui_item_perfect_iron_ore",
        name = "完美铁矿",
        tags = {
            "material",
            "ore",
            "archaeology",
        },
        value = {
            bin = 50,
            renown = 5,
        },
        description_en = "An uncommon artifact. This chunk of iron is too magnificent to simply melt down.",
        name_en = "Perfect Iron Ore",
        category = "other.artifacts",
    },
    perfect_silver_ore = {
        description = "罕见的文物, 这块银矿的尺寸与光泽堪称艺术杰作。 ",
        icon_sprite = "spr_ui_item_perfect_silver_ore",
        name = "完美银矿",
        tags = {
            "material",
            "ore",
            "archaeology",
        },
        value = {
            bin = 50,
            renown = 5,
        },
        description_en = "An uncommon artifact. The size and sheen on this piece of silver is a work of art.",
        name_en = "Perfect Silver Ore",
        category = "other.artifacts",
    },
    perfect_gold_ore = {
        description = "稀有的文物, 这块大型金矿纯度极高, 光芒四射。 ",
        icon_sprite = "spr_ui_item_perfect_gold_ore",
        name = "完美金矿",
        tags = {
            "material",
            "ore",
            "archaeology",
        },
        value = {
            bin = 75,
            renown = 10,
        },
        description_en = "A rare artifact. This gold ore is incredibly large and splendid.",
        name_en = "Perfect Gold Ore",
        category = "other.artifacts",
    },
    perfect_mistril_ore = {
        description = "稀有的文物, 这块秘银矿体积惊人, 散发着独特的粉色光辉。 ",
        icon_sprite = "spr_ui_item_perfect_mistril_ore",
        name = "完美秘银矿",
        tags = {
            "material",
            "ore",
            "archaeology",
        },
        value = {
            bin = 75,
            renown = 10,
        },
        description_en = "A rare artifact. This mistril ore is incredibly large and splendid.",
        name_en = "Perfect Mistril Ore",
        category = "other.artifacts",
    },
    perfect_ruby = {
        description = "稀有的文物, 这颗红宝石体积巨大, 闪烁着摄人心魄的鲜红光芒。 ",
        icon_sprite = "spr_ui_item_perfect_ruby",
        name = "完美红宝石",
        tags = {
            "gem",
            "material",
            "ore",
            "archaeology",
        },
        value = {
            bin = 75,
            renown = 10,
        },
        description_en = "A rare artifact. This ruby is incredibly large and splendid.",
        name_en = "Perfect Ruby",
        category = "other.artifacts",
    },
    perfect_sapphire = {
        description = "稀有的文物, 这颗大得非比寻常的蓝宝石的内里似乎涌动着梦幻般的蓝光。 ",
        icon_sprite = "spr_ui_item_perfect_sapphire",
        name = "完美蓝宝石",
        tags = {
            "gem",
            "material",
            "ore",
            "archaeology",
        },
        value = {
            bin = 75,
            renown = 10,
        },
        description_en = "A rare artifact. This unusually large sapphire seems to glow from within.",
        name_en = "Perfect Sapphire",
        category = "other.artifacts",
    },
    perfect_emerald = {
        description = "罕见的文物, 如此通透的绿宝石, 无需任何加工便已臻于完美。 ",
        icon_sprite = "spr_ui_item_perfect_emerald",
        name = "完美绿宝石",
        tags = {
            "gem",
            "material",
            "ore",
            "archaeology",
        },
        value = {
            bin = 75,
            renown = 10,
        },
        description_en = "An uncommon artifact. An emerald of this clarity would gain nothing from being worked further.",
        name_en = "Perfect Emerald",
        category = "other.artifacts",
    },
    perfect_diamond = {
        description = "稀有的文物, 异常巨大且光彩夺目。 ",
        icon_sprite = "spr_ui_item_perfect_diamond",
        name = "完美钻石",
        tags = {
            "gem",
            "material",
            "ore",
            "archaeology",
        },
        value = {
            bin = 225,
            renown = 10,
        },
        description_en = "A rare artifact. This diamond is incredibly large and splendid.",
        name_en = "Perfect Diamond",
        category = "other.artifacts",
    },
    perfect_pink_diamond = {
        description = "稀有的文物, 这颗粉钻尺寸惊人, 色泽如梦似幻。 ",
        icon_sprite = "spr_ui_item_perfect_pink_diamond",
        name = "完美粉钻",
        tags = {
            "gem",
            "material",
            "ore",
            "archaeology",
        },
        value = {
            bin = 325,
            renown = 10,
        },
        description_en = "A rare artifact. This pink diamond is incredibly large and splendid.",
        name_en = "Perfect Pink Diamond",
        category = "other.artifacts",
    },
    tiny_dinosaur_skeleton = {
        name = "迷你恐龙骨架",
        description = "稀有的文物, 绝对不是一条蜥蜴。 ",
        icon_sprite = "spr_ui_item_tiny_dinosaur_skeleton",
        tags = {
            "archaeology",
        },
        value = {
            bin = 75,
            renown = 10,
        },
        name_en = "Tiny Dinosaur Skeleton",
        description_en = "A rare artifact. Definitely not just a lizard.",
        category = "other.artifacts",
    },
    trilobite_fossil = {
        name = "三叶虫化石",
        description = "罕见的文物, 腿真的很多, 但还是有点可爱。 ",
        icon_sprite = "spr_ui_item_trilobite_fossil",
        tags = {
            "archaeology",
        },
        value = {
            bin = 50,
            renown = 5,
        },
        name_en = "Trilobite Fossil",
        description_en = "An uncommon artifact. Too many legs, but still kinda cute.",
        category = "other.artifacts",
    },
    meteorite = {
        name = "陨石",
        description = "传说级的文物, 无从考究它坠落的具体年代…",
        icon_sprite = "spr_ui_item_meteorite",
        tags = {
            "archaeology",
        },
        value = {
            bin = 125,
            renown = 20,
        },
        name_en = "Meteorite",
        description_en = "A legendary artifact. There's no telling how long ago it fell...",
        category = "other.artifacts",
    },
    fossilized_egg = {
        name = "化石蛋",
        description = "稀有的文物, 究竟是什么的蛋呢? ",
        icon_sprite = "spr_ui_item_fossilized_egg",
        tags = {
            "archaeology",
            "animal_product",
        },
        value = {
            bin = 75,
            renown = 10,
        },
        name_en = "Fossilized Egg",
        description_en = "A rare artifact. What could be inside?",
        category = "other.artifacts",
    },
    amber_trapped_insect = {
        name = "虫珀",
        description = "罕见的文物, 比如今的昆虫大只许多。 ",
        icon_sprite = "spr_ui_item_amber_trapped_insect",
        tags = {
            "archaeology",
        },
        value = {
            bin = 50,
            renown = 5,
        },
        name_en = "Amber Trapped Insect",
        description_en = "An uncommon artifact. It's noticeably bigger than today's insects.",
        category = "other.artifacts",
    },
    dragon_claw = {
        name = "龙爪",
        description = "罕见的文物, 尽管年代久远, 仍然异常锋利。 如果不是太重, 是制造一把精良刀剑的好材料。 ",
        icon_sprite = "spr_ui_item_dragon_claw",
        tags = {
            "archaeology",
            "dragon_part",
        },
        value = {
            bin = 50,
            renown = 5,
        },
        name_en = "Dragon Claw",
        description_en = "An uncommon artifact. Extremely sharp, despite its age. It would make a fine blade, if it wasn't so heavy.",
        category = "other.artifacts",
    },
    dragon_forged_bracelet = {
        name = "龙焰锻造手环",
        description = "稀有的文物, 用龙焰锻造的古老手环。 奇怪的是, 它看起来正好适合人类大小的手腕。 ",
        icon_sprite = "spr_ui_item_dragon_forged_bracelet",
        tags = {
            "archaeology",
        },
        value = {
            bin = 75,
            renown = 10,
        },
        name_en = "Dragon-Forged Bracelet",
        description_en = "A rare artifact. An ancient bracelet forged by dragon fire. Strangely, it looks like it would fit a human-sized wrist.",
        category = "other.artifacts",
    },
    dragon_pact_tablet = {
        name = "龙族契约石板",
        description = "传说级的文物, 上面刻着无法翻译的龙族文字。 ",
        icon_sprite = "spr_ui_item_dragon_pact_tablet",
        tags = {
            "archaeology",
        },
        value = {
            bin = 125,
            renown = 20,
        },
        name_en = "Dragon Pact Tablet",
        description_en = "A legendary artifact. Written in untranslatable Draconian.",
        category = "other.artifacts",
    },
    dragon_scale = {
        name = "龙鳞",
        description = "罕见的文物, 经过数千年的岁月洗礼, 这块鳞片已变得比钢铁还要坚硬。 ",
        icon_sprite = "spr_ui_item_dragon_scale",
        tags = {
            "archaeology",
            "dragon_part",
        },
        value = {
            bin = 50,
            renown = 5,
        },
        name_en = "Dragon Scale",
        description_en = "An uncommon artifact. The passing of thousands of years has hardened this scale into something stronger than steel.",
        category = "other.artifacts",
    },
    hardened_essence = {
        name = "固体精华素",
        description = "稀有的文物, 魔法精华素硬化成了宝石般的形态。 精华素竟然能汇聚成固体, 从前的世界一定充盈着大量的魔法能量吧。 ",
        icon_sprite = "spr_ui_item_hardened_essence",
        tags = {
            "archaeology",
        },
        value = {
            bin = 75,
            renown = 10,
        },
        name_en = "Hardened Essence",
        description_en = "A rare artifact. Magic essence hardened into a gem-like form. There must have been an enormous amount of magic in the world when this was formed.",
        category = "other.artifacts",
    },
    ancient_crystal_goblet = {
        name = "古代水晶高脚杯",
        description = "稀有的文物, 优雅结实的高脚杯, 可能曾在巫后的仪式上使用过。 ",
        icon_sprite = "spr_ui_item_ancient_crystal_goblet",
        tags = {
            "archaeology",
        },
        value = {
            bin = 75,
            renown = 10,
        },
        name_en = "Ancient Crystal Goblet",
        description_en = "A rare artifact. Elegant and sturdy, this goblet was likely used during Witch Queen rituals.",
        category = "other.artifacts",
    },
    ancient_gold_coin = {
        name = "古代金币",
        description = "罕见的文物, 硬币的一边刻印着巫后的轮廓, 另一边则是一座宏伟的高塔。 ",
        icon_sprite = "spr_ui_item_ancient_gold_coin",
        tags = {
            "archaeology",
        },
        value = {
            bin = 50,
            renown = 5,
        },
        name_en = "Ancient Gold Coin",
        description_en = "An uncommon artifact. Etched with the outline of the Witch Queen on one side, and a magnificent tower on the other.",
        category = "other.artifacts",
    },
    ancient_horn_circlet = {
        name = "古代角冠",
        description = "稀有的文物, 巫后时代的角冠。 是用于时尚的饰物, 还是权力的象征, 尚不得而知。 ",
        icon_sprite = "spr_ui_item_ancient_horn_circlet",
        tags = {
            "archaeology",
        },
        value = {
            bin = 75,
            renown = 10,
        },
        name_en = "Ancient Horn Circlet",
        description_en = "A rare artifact. A horn circlet from the age of the Witch Queens. Was this a fashion accessory or did it serve a greater purpose?",
        category = "other.artifacts",
    },
    ancient_royal_scepter = {
        name = "古代巫后权杖",
        description = "传说级的文物, 权柄是龙头的女王权杖, 象征着巫后的无上权力。 ",
        icon_sprite = "spr_ui_item_ancient_royal_scepter",
        tags = {
            "archaeology",
        },
        value = {
            bin = 125,
            renown = 20,
        },
        name_en = "Ancient Royal Scepter",
        description_en = "A legendary artifact. A Royal Scepter with the head of a dragon. The symbol of the Witch Queen's authority.",
        category = "other.artifacts",
    },
    ancient_stone_lantern = {
        name = "古代石灯笼",
        description = "罕见的文物, 来自巫后时代的石灯笼, 精致得不可思议。 至今仍散发着飘渺的光亮。 ",
        icon_sprite = "spr_ui_item_ancient_stone_lantern",
        tags = {
            "archaeology",
        },
        value = {
            bin = 50,
            renown = 5,
        },
        name_en = "Ancient Stone Lantern",
        description_en = "An uncommon artifact. An impossibly delicate stone lantern from the age of the Witch Queens. It still retains an ethereal glow from within.",
        category = "other.artifacts",
    },
    alda_bronze_sword = {
        name = "阿尔达青铜剑",
        description = "稀有的文物, 复杂精细的雕刻与蓝绿色的铜绿让这把剑透着股不属于人间的气息。 ",
        icon_sprite = "spr_ui_item_alda_bronze_sword",
        tags = {
            "archaeology",
        },
        value = {
            bin = 75,
            renown = 10,
        },
        name_en = "Alda Bronze Sword",
        description_en = "A rare artifact. Its intricate carvings and blue-green patina give this sword an otherworldly appearance.",
        category = "other.artifacts",
    },
    alda_clay_pot = {
        name = "阿尔达陶罐",
        description = "罕见的文物, 由肥沃的河泥制成, 上面的图案已经变淡, 但依然可见。 曾被阿尔达人用来储存食物。 ",
        icon_sprite = "spr_ui_item_alda_clay_pot",
        tags = {
            "archaeology",
        },
        value = {
            bin = 50,
            renown = 5,
        },
        name_en = "Alda Clay Pot",
        description_en = "An uncommon artifact. Made from rich river clay, a faded pattern can still be seen. Once used by the Alda people to store food.",
        category = "other.artifacts",
    },
    alda_feather_pendant = {
        name = "阿尔达羽毛吊坠",
        description = "罕见的文物, 设计优美, 曾被广用于求婚信物。 ",
        icon_sprite = "spr_ui_item_alda_feather_pendant",
        tags = {
            "archaeology",
        },
        value = {
            bin = 50,
            renown = 5,
        },
        name_en = "Alda Feather Pendant",
        description_en = "An uncommon artifact. Once used in marriage proposals, beautifully designed.",
        category = "other.artifacts",
    },
    alda_gem_bracelet = {
        name = "阿尔达宝石手链",
        description = "传说级的文物, 镶嵌的宝石均非产自本地, 足以说明阿尔达曾有过海外的贸易伙伴。 ",
        icon_sprite = "spr_ui_item_alda_gem_bracelet",
        tags = {
            "archaeology",
        },
        value = {
            bin = 125,
            renown = 20,
        },
        name_en = "Alda Gem Bracelet",
        description_en = "A legendary artifact. Non-local gems suggest the Alda had trading partners across the sea.",
        category = "other.artifacts",
    },
    alda_mural_tablet = {
        name = "阿尔达壁画",
        description = "稀有的文物, 描绘了数百年前, 米斯特利亚海岸的景象。 ",
        icon_sprite = "spr_ui_item_alda_mural_tablet",
        tags = {
            "archaeology",
        },
        value = {
            bin = 75,
            renown = 10,
        },
        name_en = "Alda Mural Tablet",
        description_en = "A rare artifact. Depicts a scene of the Mistrian coast, as seen hundreds of years ago.",
        category = "other.artifacts",
    },
    statuette_of_caldarus = {
        name = "卡尔达鲁斯雕像",
        description = "传说级的文物, 似乎曾有部分帝国的人信仰着卡尔达鲁斯…",
        icon_sprite = "spr_ui_item_statuette_of_caldarus",
        tags = {
            "archaeology",
        },
        value = {
            bin = 125,
            renown = 20,
        },
        name_en = "Statuette of Caldarus",
        description_en = "A legendary artifact. There seems to have been a subset of the empire that once worshiped Caldarus...",
        category = "other.artifacts",
    },
    caldosian_breastplate = {
        name = "卡尔多西亚胸甲",
        description = "稀有的文物, 这件华丽的胸甲装饰繁复, 很可能用于礼仪场合。 ",
        icon_sprite = "spr_ui_item_caldosian_breastplate",
        tags = {
            "archaeology",
        },
        value = {
            bin = 75,
            renown = 10,
        },
        name_en = "Caldosian Breastplate",
        description_en = "A rare artifact. This magnificent breastplate is so ornate, it was likely used for ceremonial purposes.",
        category = "other.artifacts",
    },
    caldosian_drinking_horn = {
        name = "卡尔多西亚饮水角",
        description = "稀有的文物, 饮水角一般是家族中世代相传的物品。 ",
        icon_sprite = "spr_ui_item_caldosian_drinking_horn",
        tags = {
            "archaeology",
        },
        value = {
            bin = 75,
            renown = 10,
        },
        name_en = "Caldosian Drinking Horn",
        description_en = "A rare artifact. Drinking horns were usually passed down through the family line.",
        category = "other.artifacts",
    },
    caldosian_emperor_bust = {
        name = "卡尔多西亚皇帝半身像",
        description = "罕见的文物, 一位卡尔多西亚皇帝的半身像。 不过无法确定是哪一任。 ",
        icon_sprite = "spr_ui_item_caldosian_emperor_bust",
        tags = {
            "archaeology",
        },
        value = {
            bin = 50,
            renown = 5,
        },
        name_en = "Caldosian Emperor Bust",
        description_en = "An uncommon artifact. The bust of a Caldosian Emperor. It's not clear which one.",
        category = "other.artifacts",
    },
    caldosian_sword = {
        name = "卡尔多西亚之剑",
        description = "罕见的文物, 卡尔多西亚帝国早期的帝国军官佩剑。 ",
        icon_sprite = "spr_ui_item_caldosian_sword",
        tags = {
            "archaeology",
        },
        value = {
            bin = 50,
            renown = 5,
        },
        name_en = "Caldosian Sword",
        description_en = "An uncommon artifact. An imperial officer's sword from the early days of the Caldosian Empire.",
        category = "other.artifacts",
    },
    lost_crown_of_aldaria = {
        name = "遗失的阿尔达里亚王冠",
        description = "传说级的文物, 这会是那顶因卡尔多西亚帝国的入侵而遗失的王冠吗? ",
        icon_sprite = "spr_ui_item_lost_crown_of_aldaria",
        tags = {
            "archaeology",
        },
        value = {
            bin = 125,
            renown = 20,
        },
        name_en = "Lost Crown of Aldaria",
        description_en = "A legendary artifact. Could this be the crown that was lost after the Caldosian Empire's invasion?",
        category = "other.artifacts",
    },
    family_crest_pendant = {
        name = "家族纹章吊坠",
        description = "罕见的文物, 这种吊坠曾在阿尔达里亚广为流行, 通常赠予初次离家的家庭成员。 ",
        icon_sprite = "spr_ui_item_family_crest_pendant",
        tags = {
            "archaeology",
        },
        value = {
            bin = 50,
            renown = 5,
        },
        name_en = "Family Crest Pendant",
        description_en = "An uncommon artifact. Once widely adopted in Aldaria, pendants were given to family members who were leaving home for the first time.",
        category = "other.artifacts",
    },
    aldarian_sword = {
        name = "阿尔达里亚之剑",
        description = "罕见的文物, 磨损的军剑, 极有可能来自百合战争。 ",
        icon_sprite = "spr_ui_item_aldarian_sword",
        tags = {
            "archaeology",
        },
        value = {
            bin = 50,
            renown = 5,
        },
        name_en = "Aldarian Sword",
        description_en = "An uncommon artifact. A worn military sword, likely from the War of the Lilies.",
        category = "other.artifacts",
    },
    aldarian_war_banner = {
        name = "阿尔达里亚战旗",
        description = "稀有的文物, 上面印有阿尔达里亚的皇家徽章。 ",
        icon_sprite = "spr_ui_item_aldarian_war_banner",
        tags = {
            "archaeology",
        },
        value = {
            bin = 75,
            renown = 10,
        },
        name_en = "Aldarian War Banner",
        description_en = "A rare artifact. Emblazoned with the royal crest of Aldaria.",
        category = "other.artifacts",
    },
    aldarian_gauntlet = {
        name = "阿尔达里亚护手",
        description = "稀有的文物, 这只护手上的痕迹表明它曾历经无数战斗。 ",
        icon_sprite = "spr_ui_item_aldarian_gauntlet",
        tags = {
            "archaeology",
        },
        value = {
            bin = 75,
            renown = 10,
        },
        name_en = "Aldarian Gauntlet",
        description_en = "A rare artifact. This battle-worn gauntlet shows heavy use.",
        category = "other.artifacts",
    },
    unknown_dragon_statuette = {
        name = "无名之龙雕像",
        description = "罕见的文物, 看起来并不是卡尔达鲁斯。 ",
        icon_sprite = "spr_ui_item_unknown_dragon_statuette",
        tags = {
            "archaeology",
        },
        value = {
            bin = 125,
            renown = 20,
        },
        name_en = "Unknown Dragon Statuette",
        description_en = "An uncommon artifact. This doesn't appear to be Caldarus.",
        category = "other.artifacts",
    },
    weightless_stone = {
        name = "无重量石",
        description = "罕见的文物。 它完全没有重量, 即便是最微弱的风也能让它滚动, 简直不像人间该有的东西。 ",
        icon_sprite = "spr_ui_item_weightless_stone",
        tags = {
            "archaeology",
        },
        value = {
            bin = 75,
            renown = 5,
        },
        name_en = "Weightless Stone",
        description_en = "An uncommon artifact. This black stone appears otherworldly in origin. It has no weight, and will roll around from the slightest breeze.",
        category = "other.artifacts",
    },
    muttering_cube = {
        name = "低语魔方",
        description = "罕见的文物, 常发出低沉的嘶嘶声, 偶尔还能听到像是从远处传来的人声。 ",
        icon_sprite = "spr_ui_item_muttering_cube",
        tags = {
            "archaeology",
        },
        value = {
            bin = 75,
            renown = 5,
        },
        name_en = "Muttering Cube",
        description_en = "An uncommon artifact. This device emits a low hiss most of the time, and occasionally what sounds like voices from far away.",
        category = "other.artifacts",
    },
    completely_wrong_map = {
        name = "完全错误的地图",
        description = "罕见的文物, 褪色严重的地图, 绘制的陆地似乎是如今的西部港湾。 ",
        icon_sprite = "spr_ui_item_completely_wrong_map",
        tags = {
            "archaeology",
        },
        value = {
            bin = 125,
            renown = 10,
        },
        name_en = "Completely Wrong Map",
        description_en = "An uncommon artifact. A badly faded map that appears to show a landmass where the Western Bay now lies.",
        category = "other.artifacts",
    },
    black_tablet = {
        name = "黑色板块",
        description = "罕见的文物, 奇怪的金属制成的一块板, 用途并不明确。 ",
        icon_sprite = "spr_ui_item_black_tablet",
        tags = {
            "archaeology",
        },
        value = {
            bin = 125,
            renown = 10,
        },
        name_en = "Black Tablet",
        description_en = "An uncommon artifact. Made of a strange metal, it's not clear what this is for.",
        category = "other.artifacts",
    },
    rusted_treasure_chest = {
        name = "锈迹斑斑的宝箱",
        description = "罕见的文物, 看起来相当有价值, 可惜不能打开一探究竟。 ",
        icon_sprite = "spr_ui_item_rusted_treasure_chest",
        tags = {
            "archaeology",
        },
        value = {
            bin = 50,
            renown = 20,
        },
        name_en = "Rusted Treasure Chest",
        description_en = "An uncommon artifact. Looks quite valuable, a shame it can't be opened.",
        category = "other.artifacts",
    },
    rubber_fish = {
        name = "橡胶鱼",
        description = "罕见的文物, 它是怎么掉进水里的? ",
        icon_sprite = "spr_ui_item_rubber_fish",
        tags = {
            "archaeology",
        },
        value = {
            bin = 50,
            renown = 5,
        },
        name_en = "Rubber Fish",
        description_en = "An uncommon artifact. How did this get in the water in the first place?",
        category = "other.artifacts",
    },
    water_sphere = {
        name = "水之球",
        description = "罕见的文物, 不知道为什么它就是不会破。 ",
        icon_sprite = "spr_ui_item_water_sphere",
        tags = {
            "archaeology",
        },
        value = {
            bin = 50,
            renown = 10,
        },
        name_en = "Water Sphere",
        description_en = "An uncommon artifact. You're not sure why, but it won't pop.",
        category = "other.artifacts",
    },
    giant_fish_scale = {
        name = "巨大鱼鳞",
        description = "罕见的文物, 无法想象什么鱼的鱼鳞这么大。 ",
        icon_sprite = "spr_ui_item_giant_fish_scale",
        tags = {
            "archaeology",
            "fishy",
        },
        value = {
            bin = 50,
            renown = 5,
        },
        name_en = "Giant Fish Scale",
        description_en = "An uncommon artifact. Can't imagine what fish this came from.",
        category = "other.artifacts",
    },
    coin_lump = {
        name = "硬币堆",
        description = "罕见的文物, 长时间后融合在一起的一堆硬币。 ",
        icon_sprite = "spr_ui_item_coin_lump",
        tags = {
            "archaeology",
        },
        value = {
            bin = 50,
            renown = 10,
        },
        name_en = "Coin Lump",
        description_en = "An uncommon artifact. A mass of old coins, fused together by time.",
        category = "other.artifacts",
    },
    rainbow_seaweed = {
        name = "彩虹海草",
        description = "罕见的文物, 每每被发现时都已是水上的漂流物, 没人知道是在哪里生长的。 ",
        icon_sprite = "spr_ui_item_rainbow_seaweed",
        tags = {
            "archaeology",
        },
        value = {
            bin = 50,
            renown = 10,
        },
        name_en = "Rainbow Seaweed",
        description_en = "An uncommon artifact. Can only be found floating in the current, no one seems to know where it grows.",
        category = "other.artifacts",
    },
    rock_with_a_hole = {
        name = "空心石头",
        description = "罕见的文物, 似乎是天然形成的。 ",
        icon_sprite = "spr_ui_item_rock_with_a_hole",
        tags = {
            "archaeology",
        },
        value = {
            bin = 50,
            renown = 5,
        },
        name_en = "Rock with a Hole",
        description_en = "An uncommon artifact. Seems to be naturally formed.",
        category = "other.artifacts",
    },
    rusted_shield = {
        name = "锈迹斑斑的盾",
        description = "罕见的文物, 设计独特的极其古老的盾。 ",
        icon_sprite = "spr_ui_item_rusted_shield",
        tags = {
            "archaeology",
        },
        value = {
            bin = 50,
            renown = 5,
        },
        name_en = "Rusted Shield",
        description_en = "An uncommon artifact. A very old shield with an unusual design.",
        category = "other.artifacts",
    },
    mermaids_comb = {
        name = "人鱼梳",
        description = "罕见的文物, 看上去像把叉子。 ",
        icon_sprite = "spr_ui_item_mermaids_comb",
        tags = {
            "archaeology",
        },
        value = {
            bin = 50,
            renown = 20,
        },
        name_en = "Mermaid's Comb",
        description_en = "An uncommon artifact. Looks suspiciously like a fork.",
        category = "other.artifacts",
    },
    criminal_confession = {
        name = "罪犯供词",
        description = "罕见的文物, 可惜纸页都黏在一起了。 ",
        icon_sprite = "spr_ui_item_criminal_confession",
        tags = {
            "archaeology",
        },
        value = {
            bin = 50,
            renown = 10,
        },
        name_en = "Criminal Confession",
        description_en = "An uncommon artifact. Too bad the pages are fused together.",
        category = "other.artifacts",
    },
    obsidian_blade = {
        name = "黑曜石刀",
        description = "稀有的文物, 至今依然锋利危险。 ",
        icon_sprite = "spr_ui_item_obsidian_blade",
        tags = {
            "archaeology",
        },
        value = {
            bin = 75,
            renown = 10,
        },
        name_en = "Obsidian Blade",
        description_en = "A rare artifact. The artifact is still dangerously sharp.",
        category = "other.artifacts",
    },
    stone_horse = {
        name = "石像马",
        description = "罕见的文物, 雕刻精细, 十分可爱",
        icon_sprite = "spr_ui_item_stone_horse",
        tags = {
            "archaeology",
        },
        value = {
            bin = 50,
            renown = 5,
        },
        name_en = "Stone Horse",
        description_en = "An uncommon artifact. Carefully carved and very cute.",
        category = "other.artifacts",
    },
    shortcut_scroll = {
        name = "捷径卷轴",
        description = "传说级的文物, 卷轴上似乎记载了一条通往矿井底部的捷径, 但你无法辨认其中任何路径。 ",
        icon_sprite = "spr_ui_item_shortcut_scroll",
        tags = {
            "archaeology",
        },
        value = {
            bin = 125,
            renown = 20,
        },
        name_en = "Shortcut Scroll",
        description_en = "A legendary artifact. The scroll appears to show a quick and easy route to the bottom of the Mines, but you don't recognize any of the paths.",
        category = "other.artifacts",
    },
    flint_arrowhead = {
        name = "火石箭镞",
        description = "罕见的文物, 可能是在狩猎过程中遗失的箭镞。 ",
        icon_sprite = "spr_ui_item_flint_arrowhead",
        tags = {
            "archaeology",
        },
        value = {
            bin = 50,
            renown = 5,
        },
        name_en = "Flint Arrowhead",
        description_en = "An uncommon artifact. Likely lost during a hunt.",
        category = "other.artifacts",
    },
    diamond_backed_mirror = {
        name = "钻石镶边镜",
        description = "稀有的文物, 钻石在这里的意义并不在于实用。 ",
        icon_sprite = "spr_ui_item_diamond_backed_mirror",
        tags = {
            "archaeology",
        },
        value = {
            bin = 75,
            renown = 10,
        },
        name_en = "Diamond-Backed Mirror",
        description_en = "A rare artifact. The use of diamond here feels impractical.",
        category = "other.artifacts",
    },
    petrified_wood = {
        name = "石化木",
        description = "罕见的文物, 古老而美丽。 ",
        icon_sprite = "spr_ui_item_petrified_wood",
        tags = {
            "archaeology",
        },
        value = {
            bin = 50,
            renown = 5,
        },
        name_en = "Petrified Wood",
        description_en = "An uncommon artifact. Incredibly old and beautiful.",
        category = "other.artifacts",
    },
    metal_leaf = {
        name = "金属叶子",
        description = "稀有的文物, 脉络纹理如此精细, 难以辨别是自然生长还是人工制作的。 ",
        icon_sprite = "spr_ui_item_metal_leaf",
        tags = {
            "archaeology",
        },
        value = {
            bin = 75,
            renown = 10,
        },
        name_en = "Metal Leaf",
        description_en = "A rare artifact. So detailed, it's not clear if it was grown or crafted.",
        category = "other.artifacts",
    },
    fossilized_mandrake_root = {
        name = "曼德拉草根化石",
        description = "传说级的文物, 谢天谢地, 这不是活生生的曼德拉草根。 ",
        icon_sprite = "spr_ui_item_fossilized_mandrake_root",
        tags = {
            "archaeology",
        },
        value = {
            bin = 125,
            renown = 20,
        },
        name_en = "Fossilized Mandrake Root",
        description_en = "A legendary artifact. Thankfully, it's fossilized.",
        category = "other.artifacts",
    },
    gathering_basket = {
        name = "采集篮",
        description = "罕见的文物, 还留有淡淡的钟铃浆果的甜味。 ",
        icon_sprite = "spr_ui_item_gathering_basket",
        tags = {
            "archaeology",
        },
        value = {
            bin = 50,
            renown = 5,
        },
        name_en = "Gathering Basket",
        description_en = "An uncommon artifact. Still smells faintly of Bell Berries.",
        category = "other.artifacts",
    },
    crystal_apple = {
        name = "水晶苹果",
        description = "稀有的文物, 似乎注入了精华。 ",
        icon_sprite = "spr_ui_item_crystal_apple",
        tags = {
            "archaeology",
        },
        value = {
            bin = 75,
            renown = 10,
        },
        name_en = "Crystal Apple",
        description_en = "A rare artifact. Appears to have been infused with essence.",
        category = "other.artifacts",
    },
    vintage_watering_can = {
        description = "罕见的文物, 这个古董浇水壶曾是从前农民们钟爱的良伴。 ",
        icon_sprite = "spr_ui_item_vintage_watering_can",
        name = "古董浇水壶",
        tags = {
            "archaeology",
        },
        value = {
            bin = 50,
            renown = 5,
        },
        description_en = "An uncommon artifact. This vintage watering can was popular among farmers back in the day.",
        name_en = "Vintage Watering Can",
        category = "other.artifacts",
    },
    vintage_hammer = {
        description = "罕见的文物, 这把古董木锤见证了先人们在镐头尚未普及时, 以朴实工艺与顽石对话的时光。 ",
        icon_sprite = "spr_ui_item_vintage_hammer",
        name = "古董木锤",
        tags = {
            "archaeology",
        },
        value = {
            bin = 50,
            renown = 5,
        },
        description_en = "An uncommon artifact. This vintage wooden hammer was used to break rocks before pickaxes were commonplace.",
        name_en = "Vintage Hammer",
        category = "other.artifacts",
    },
    vintage_sickle = {
        description = "罕见的文物, 这把古董镰刀曾在祖辈手中挥舞, 将青青草地化作动物们的温饱。 ",
        icon_sprite = "spr_ui_item_vintage_sickle",
        name = "古董镰刀",
        tags = {
            "archaeology",
        },
        value = {
            bin = 50,
            renown = 5,
        },
        description_en = "An uncommon artifact. This vintage sickle was used by past generations to turn grass into fodder.",
        name_en = "Vintage Sickle",
        category = "other.artifacts",
    },
    vintage_brush = {
        description = "稀有的文物, 这个可爱的古董工具在昔日农家曾用来轻抚动物。 ",
        icon_sprite = "spr_ui_item_vintage_brush",
        name = "古董刷子",
        tags = {
            "archaeology",
        },
        value = {
            bin = 75,
            renown = 10,
        },
        description_en = "A rare artifact. This cute vintage tool was used to pet farm animals in years past.",
        name_en = "Vintage Brush",
        category = "other.artifacts",
    },
    vintage_cow_bell = {
        description = "传说级的文物, 这个古董铃铛承载着往昔岁月中牧人呼唤牛群归家的悠扬回声。 ",
        icon_sprite = "spr_ui_item_vintage_bell",
        name = "古董唤牛铃",
        tags = {
            "archaeology",
        },
        value = {
            bin = 125,
            renown = 20,
        },
        description_en = "A legendary artifact. This vintage bell would have been used to call cows home in bygone years.",
        name_en = "Vintage Cow Bell",
        category = "other.artifacts",
    },
    misty_black_mirror = {
        name = "雾影玄镜",
        description = "罕见的文物, 这面黑镜雾气氤氲, 其中流动着魔力。 ",
        icon_sprite = "spr_ui_item_misty_black_mirror",
        tags = {
            "archaeology",
        },
        value = {
            bin = 50,
            renown = 5,
        },
        name_en = "Misty Black Mirror",
        description_en = "An uncommon artifact. A black mirror, filled with mist, that thrums with magical power.",
        category = "other.artifacts",
    },
    misty_feather_quill = {
        name = "雾羽翎笔",
        description = "罕见的文物, 这支奇幻的羽毛笔一靠近纸张便会开始颤动。 ",
        icon_sprite = "spr_ui_item_misty_feather_quill",
        tags = {
            "archaeology",
        },
        value = {
            bin = 50,
            renown = 5,
        },
        name_en = "Misty Feather Quill",
        description_en = "An uncommon artifact. This ethereal quill begins to tremble when placed near paper.",
        category = "other.artifacts",
    },
    mist_crystal = {
        name = "雾紫晶",
        description = "罕见的文物, 如果侧耳倾听, 能听到这颗奇特的空心水晶传来的呼啸风声。 ",
        icon_sprite = "spr_ui_item_mist_crystal",
        tags = {
            "archaeology",
        },
        value = {
            bin = 50,
            renown = 5,
        },
        name_en = "Mist Crystal",
        description_en = "An uncommon artifact. A strange hollow crystal. If you put your ear to it, you can hear a howling wind.",
        category = "other.artifacts",
    },
    mist_scroll = {
        name = "雾缈卷轴",
        description = "稀有的文物, 卷轴上的文字因不断变幻而难以辨识。 ",
        icon_sprite = "spr_ui_item_mist_scroll",
        tags = {
            "archaeology",
        },
        value = {
            bin = 75,
            renown = 10,
        },
        name_en = "Mist Scroll",
        description_en = "A rare artifact. The words on this scroll are illegible, due to its constantly shifting lines.",
        category = "other.artifacts",
    },
    mist_flute = {
        name = "雾吟笛",
        description = "稀有的文物, 不知为何, 这个笛子偶尔会自行奏响令人忧伤而美丽的旋律。 ",
        icon_sprite = "spr_ui_item_mist_flute",
        tags = {
            "archaeology",
        },
        value = {
            bin = 75,
            renown = 10,
        },
        name_en = "Mist Flute",
        description_en = "A rare artifact. Through unknown means and at random times, this flute will play a haunting melody.",
        category = "other.artifacts",
    },
    woodcrafting_station = {
        description = "用于制作各个等级的家具和装饰品的工作台。 ",
        icon_sprite = "spr_ui_item_crafting_table",
        name = "工作台",
        object = "woodcrafting_station",
        value = {
            bin = 500,
        },
        description_en = "A crafting station used to craft furniture and decor of all levels.",
        name_en = "Crafting Station",
        category = "other.misc",
    },
    beginner_kitchen = {
        description = "简单的厨房, 可制作1-2星菜肴。 适合0-19级烹饪水平使用。 ",
        icon_sprite = "spr_ui_item_kitchen_tier_1",
        name = "等级1厨房",
        object = "beginner_kitchen",
        value = {
            bin = 500,
        },
        description_en = "A simple kitchen used for making 1-2 star dishes. Suitable for cooking levels 0-19.",
        name_en = "Level 1 Kitchen",
        category = "other.misc",
    },
    cozy_kitchen = {
        icon_sprite = "spr_ui_item_kitchen_tier_2",
        description = "中级厨房, 可制作1-3星级菜肴。 适合0-39级烹饪水平使用。 ",
        minimum_cooking_level = 15,
        name = "等级2厨房",
        object = "cozy_kitchen",
        value = {
            bin = 750,
            store = 1500,
        },
        description_en = "An intermediate kitchen used for making 1-3 star dishes. Suitable for cooking levels 0-39.",
        name_en = "Level 2 Kitchen",
        category = "other.misc",
    },
    adept_kitchen = {
        description = "专家级厨房, 可制作1-5星菜肴。 适合0-40+级烹饪水平使用。 ",
        icon_sprite = "spr_ui_item_kitchen_tier_3",
        minimum_cooking_level = 30,
        name = "等级3厨房",
        object = "adept_kitchen",
        value = {
            bin = 1500,
        },
        description_en = "An expert kitchen used for making 1-5 star dishes. Suitable for cooking levels 0-40+.",
        name_en = "Level 3 Kitchen",
        category = "other.misc",
    },
    clay_key = {
        description = "古老的粘土钥匙, 可打开粘土宝箱。 ",
        icon_sprite = "spr_ui_item_clay_key",
        name = "粘土钥匙",
        value = {
            bin = 25,
        },
        description_en = "An old clay key which can be used to open clay chests.",
        name_en = "Clay Key",
        category = "other.misc",
    },
    small_coop_red_blueprint = {
        description = "使用此物品在你的农场上放置一个小型红色棚舍的建筑地基! 建造所需材料:75个木材, 50个石头。 ",
        icon_sprite = "spr_ui_item_small_coop_red",
        name = "小型红色棚舍设计图",
        value = {
            store = 1500,
        },
        blueprint = {
            variant = 0,
            blueprint = "small_coop_in_progress",
            preview_sprite = "spr_placeable_small_coop_red_preview",
        },
        description_en = "Use this item to place a small red coop construction site on your farm! Requirements to build: 75 wood, 50 stone.",
        name_en = "Small Red Coop Blueprint",
        category = "other.misc",
    },
    small_coop_black_blueprint = {
        description = "使用此物品在你的农场上放置一个小型白色棚舍的建筑地基! 建造所需材料:75个木材, 50个石头。 ",
        icon_sprite = "spr_ui_item_small_coop_black",
        name = "小型白色棚舍设计图",
        value = {
            store = 1500,
        },
        blueprint = {
            variant = 1,
            blueprint = "small_coop_in_progress",
            preview_sprite = "spr_placeable_small_coop_black_preview",
        },
        description_en = "Use this item to place a small white coop construction site on your farm! Requirements to build: 75 wood, 50 stone.",
        name_en = "Small White Coop Blueprint",
        category = "other.misc",
    },
    medium_coop_red_blueprint = {
        description = "使用此物品在你的农场上放置一个中型红色棚舍的建筑地基! 建造所需材料:100个木材, 75个石头。 ",
        icon_sprite = "spr_ui_item_medium_coop_red",
        name = "中型红色棚舍设计图",
        value = {
            store = 3000,
        },
        blueprint = {
            variant = 0,
            blueprint = "medium_coop_in_progress",
            preview_sprite = "spr_placeable_medium_coop_red_preview",
        },
        description_en = "Use this item to place a medium red coop construction site on your farm! Requirements to build: 100 wood, 75 stone.",
        name_en = "Medium Red Coop Blueprint",
        category = "other.misc",
    },
    medium_coop_black_blueprint = {
        description = "使用此物品在你的农场上放置一个中型白色棚舍的建筑地基! 建造所需材料:100个木材, 75个石头。 ",
        icon_sprite = "spr_ui_item_medium_coop_black",
        name = "中型白色棚舍设计图",
        value = {
            store = 3000,
        },
        blueprint = {
            variant = 1,
            blueprint = "medium_coop_in_progress",
            preview_sprite = "spr_placeable_medium_coop_black_preview",
        },
        description_en = "Use this item to place a medium white coop construction site on your farm! Requirements to build: 100 wood, 75 stone.",
        name_en = "Medium White Coop Blueprint",
        category = "other.misc",
    },
    large_coop_red_blueprint = {
        description = "使用此物品在你的农场上放置一个大型红色棚舍的建筑地基! 建造所需材料:125个木材, 100个石头。 ",
        icon_sprite = "spr_ui_item_large_coop_red",
        name = "大型红色棚舍设计图",
        value = {
            store = 6000,
        },
        blueprint = {
            variant = 0,
            blueprint = "large_coop_in_progress",
            preview_sprite = "spr_placeable_large_coop_red_preview",
        },
        description_en = "Use this item to place a large red coop construction site on your farm! Requirements to build: 125 wood, 100 stone.",
        name_en = "Large Red Coop Blueprint",
        category = "other.misc",
    },
    large_coop_black_blueprint = {
        description = "使用此物品在你的农场上放置一个大型白色棚舍的建筑地基! 建造所需材料:125个木材, 100个石头。 ",
        icon_sprite = "spr_ui_item_large_coop_black",
        name = "大型白色棚舍设计图",
        value = {
            store = 6000,
        },
        blueprint = {
            variant = 1,
            blueprint = "large_coop_in_progress",
            preview_sprite = "spr_placeable_large_coop_black_preview",
        },
        description_en = "Use this item to place a large white coop construction site on your farm! Requirements to build: 125 wood, 100 stone.",
        name_en = "Large White Coop Blueprint",
        category = "other.misc",
    },
    small_barn_red_blueprint = {
        description = "使用此物品在你的农场上放置一个小型红色谷仓的建筑地基! 建造所需材料:100个木材, 75个石头。 ",
        icon_sprite = "spr_ui_item_small_barn_red",
        name = "小型红色谷仓设计图",
        value = {
            store = 2000,
        },
        blueprint = {
            variant = 0,
            blueprint = "small_barn_in_progress",
            preview_sprite = "spr_placeable_small_barn_red_preview",
        },
        description_en = "Use this item to place a small red barn construction site on your farm! Requirements to build: 100 wood, 75 stone.",
        name_en = "Small Red Barn Blueprint",
        category = "other.misc",
    },
    small_barn_black_blueprint = {
        description = "使用此物品在你的农场上放置一个小型白色谷仓的建筑地基! 建造所需材料:100个木材, 75个石头。 ",
        icon_sprite = "spr_ui_item_small_barn_black",
        name = "小型白色谷仓设计图",
        value = {
            store = 2000,
        },
        blueprint = {
            variant = 1,
            blueprint = "small_barn_in_progress",
            preview_sprite = "spr_placeable_small_barn_black_preview",
        },
        description_en = "Use this item to place a small white barn construction site on your farm! Requirements to build: 100 wood, 75 stone.",
        name_en = "Small White Barn Blueprint",
        category = "other.misc",
    },
    medium_barn_red_blueprint = {
        description = "使用此物品在你的农场上放置一个中型红色谷仓的建筑地基! 建造所需材料:125个木材, 100个石头。 ",
        icon_sprite = "spr_ui_item_medium_barn_red",
        name = "中型红色谷仓设计图",
        value = {
            store = 4000,
        },
        blueprint = {
            variant = 0,
            blueprint = "medium_barn_in_progress",
            preview_sprite = "spr_placeable_medium_barn_red_preview",
        },
        description_en = "Use this item to place a medium red barn construction site on your farm! Requirements to build: 125 wood, 100 stone.",
        name_en = "Medium Red Barn Blueprint",
        category = "other.misc",
    },
    medium_barn_black_blueprint = {
        description = "使用此物品在你的农场上放置一个中型白色谷仓的建筑地基! 建造所需材料:125个木材, 100个石头。 ",
        icon_sprite = "spr_ui_item_medium_barn_black",
        name = "中型白色谷仓设计图",
        value = {
            store = 4000,
        },
        blueprint = {
            variant = 1,
            blueprint = "medium_barn_in_progress",
            preview_sprite = "spr_placeable_medium_barn_black_preview",
        },
        description_en = "Use this item to place a medium white barn construction site on your farm! Requirements to build: 125 wood, 100 stone.",
        name_en = "Medium White Barn Blueprint",
        category = "other.misc",
    },
    large_barn_red_blueprint = {
        description = "使用此物品在你的农场上放置一个大型红色谷仓的建筑地基! 建造所需材料:150个木材, 125个石头。 ",
        icon_sprite = "spr_ui_item_large_barn_red",
        name = "大型红色谷仓设计图",
        value = {
            store = 8000,
        },
        blueprint = {
            variant = 0,
            blueprint = "large_barn_in_progress",
            preview_sprite = "spr_placeable_large_barn_red_preview",
        },
        description_en = "Use this item to place a large red barn construction site on your farm! Requirements to build: 150 wood, 125 stone.",
        name_en = "Large Red Barn Blueprint",
        category = "other.misc",
    },
    large_barn_black_blueprint = {
        description = "使用此物品在你的农场上放置一个大型白色谷仓的建筑地基! 建造所需材料:150个木材, 125个石头。 ",
        icon_sprite = "spr_ui_item_large_barn_black",
        name = "大型白色谷仓设计图",
        value = {
            store = 8000,
        },
        blueprint = {
            variant = 1,
            blueprint = "large_barn_in_progress",
            preview_sprite = "spr_placeable_large_barn_black_preview",
        },
        description_en = "Use this item to place a large white barn construction site on your farm! Requirements to build: 150 wood, 125 stone.",
        name_en = "Large White Barn Blueprint",
        category = "other.misc",
    },
    basic_pouch = {
        name = "背包扩充",
        description = "使用此物品给你的背包扩充10格! ",
        icon_sprite = "spr_ui_item_basic_pouch",
        new_inventory_size = 20,
        soulbind = "forever",
        value = {
            store = 1000,
        },
        name_en = "Bag Upgrade",
        description_en = "Use this item to increase your inventory size by 10 slots!",
        category = "other.misc",
    },
    large_pouch = {
        name = "背包扩充",
        description = "使用此物品给你的背包扩充10格! ",
        icon_sprite = "spr_ui_item_large_pouch",
        new_inventory_size = 30,
        soulbind = "forever",
        value = {
            store = 2000,
        },
        name_en = "Bag Upgrade",
        description_en = "Use this item to increase your inventory size by 10 slots!",
        category = "other.misc",
    },
    unidentified_artifact = {
        name = "未鉴定的文物",
        description = "一件你不认识的新文物, 使用此物品以进行鉴定! ",
        icon_sprite = "spr_ui_item_unidentified_artifact",
        soulbind = "forever",
        tags = {
            "identify_item",
        },
        name_en = "Unidentified Artifact",
        description_en = "A new artifact you do not recognize. Use it to identify what it is!",
        category = "other.misc",
    },
    cosmetic = {
        description = "使用此物品解锁装扮! ",
        icon_sprite = "spr_illegal_16",
        soulbind = "forever",
        tags = {
            "blacklist_popup",
        },
        value = {
            store = 500,
        },
        description_en = "Use this item to unlock the cosmetic to wear!",
        category = "other.misc",
    },
    animal_cosmetic = {
        description = "使用此物品解锁动物装饰! ",
        icon_sprite = "spr_illegal_16",
        soulbind = "forever",
        tags = {
            "blacklist_popup",
        },
        value = {
            store = 500,
        },
        description_en = "Use this item to unlock the cosmetic for your animals to wear!",
        category = "other.misc",
    },
    pet_cosmetic = {
        description = "使用此物品解锁宠物装饰! ",
        icon_sprite = "spr_illegal_16",
        soulbind = "forever",
        tags = {
            "blacklist_popup",
        },
        value = {
            store = 500,
        },
        description_en = "Use this item to unlock the cosmetic for your pets to wear!",
        category = "other.misc",
    },
    purse = {
        name = "一袋泰瑟币",
        description = "使用此物品来获取里面的钱币! ",
        icon_sprite = "spr_ui_item_bag_of_tesserae",
        soulbind = "forever",
        tags = {
            "purse",
        },
        name_en = "Purse of Tesserae",
        description_en = "Use this item to collect the money inside!",
        category = "other.misc",
    },
    recipe_scroll = {
        name = "食谱({})",
        description = "使用此卷轴解锁{}的食谱。 ",
        icon_sprite = "spr_ui_item_recipescroll",
        soulbind = "forever",
        tags = {
            "scroll",
        },
        name_en = "Recipe: {}",
        description_en = "Use this scroll to learn how to cook the following dish: {}.",
        category = "other.misc",
    },
    crafting_scroll = {
        name = "图纸卷轴({})",
        description = "使用此卷轴解锁{}的制作图纸。 ",
        icon_sprite = "spr_ui_item_craftingscroll",
        soulbind = "forever",
        tags = {
            "scroll",
        },
        value = {
            store = 300,
        },
        name_en = "Crafting Scroll: {}",
        description_en = "Use this scroll to learn how to craft the following item: {}.",
        category = "other.misc",
    },
    water_tablet_rubbing = {
        description = "矿场第20层石碑的拓印。 ",
        name = "水之石碑拓印",
        icon_sprite = "spr_ui_item_water_tablet_rubbing",
        soulbind = {
            quest_is_active = "the_water_tablet",
        },
        description_en = "A rubbing of the tablet found on the 20th floor of the Mines.",
        name_en = "Water Tablet Rubbing",
        category = "other.misc",
    },
    earth_tablet_rubbing = {
        description = "矿场第40层石碑的拓印。 ",
        name = "地之石碑拓印",
        icon_sprite = "spr_ui_item_earth_tablet_rubbing",
        soulbind = {
            quest_is_active = "the_earth_tablet",
        },
        description_en = "A rubbing of the tablet found on the 40th floor of the Mines.",
        name_en = "Earth Tablet Rubbing",
        category = "other.misc",
    },
    fire_tablet_rubbing = {
        description = "矿场第60层石碑的拓印。 ",
        name = "火之石碑拓印",
        icon_sprite = "spr_ui_item_fire_tablet_rubbing",
        soulbind = {
            quest_is_active = "the_fire_tablet",
        },
        description_en = "A rubbing of the tablet found on the 60th floor of the Mines.",
        name_en = "Fire Tablet Rubbing",
        category = "other.misc",
    },
    heart_crystal = {
        name = "心形水晶",
        icon_sprite = "spr_ui_item_heart_crystal",
        description = "这块发光的水晶散发着淡淡的能量。 不知为何, 你有种… 想把它吃下去的冲动。 ",
        soulbind = "forever",
        health_modifier = 999,
        max_health_modifier = 20,
        name_en = "Heart Crystal",
        description_en = "This glowing crystal emanates a feeling of power. You feel a yearning to... eat it?",
        category = "other.misc",
    },
    stamina_up = {
        name = "体力提升药水",
        icon_sprite = "spr_ui_item_stamina_potion",
        description = "因其恢复体力的特性而闻名的药水, 甚至有传言说它的效果是永久的! ",
        soulbind = "forever",
        stamina_modifier = 999,
        max_stamina_modifier = 20,
        tags = {
            "drink_sound",
        },
        name_en = "Stamina Up",
        description_en = "This potion is famous for its energy restoration properties. Some even claim it increases your energy permanently!",
        category = "other.misc",
    },
    fairy_syrup = {
        name = "仙灵糖浆",
        description = "服用此药用糖浆后能使你在当日倒下时复活一次。 是草莓味的。 ",
        icon_sprite = "spr_ui_item_syrup_fairy",
        default_infusion = "fairy",
        restore = 0,
        tags = {
            "drink_sound",
        },
        value = {
            store = 500,
        },
        name_en = "Fairy Syrup",
        description_en = "This medicinal syrup grants a buff for the day that will revive you once when consumed. Tastes like strawberry.",
        category = "other.misc",
    },
    restorative_syrup = {
        name = "疗愈糖浆",
        description = "服用此药用糖浆后的2小时内将返还消耗的生命值和体力。 是绿薄荷味的。 ",
        icon_sprite = "spr_ui_item_syrup_restore",
        default_infusion = "restorative",
        restore = 0,
        tags = {
            "drink_sound",
        },
        value = {
            store = 500,
        },
        name_en = "Restorative Syrup",
        description_en = "This medicinal syrup grants you a 2 hour health & stamina regen effect when consumed. Tastes like spearmint.",
        category = "other.misc",
    },
    heal_syrup = {
        name = "治疗糖浆",
        description = "服用此药用糖浆后能回复100生命值。 是樱桃味的。 ",
        icon_sprite = "spr_ui_item_syrup_health",
        health_modifier = 100,
        tags = {
            "drink_sound",
        },
        value = {
            store = 500,
        },
        name_en = "Healing Syrup",
        description_en = "This medicinal syrup restores 100 health when consumed. Tastes like cherry.",
        category = "other.misc",
    },
    speedy_syrup = {
        name = "疾速糖浆",
        description = "服用此药用糖浆后的2小时内走路速度将提升。 是橙味的。 ",
        icon_sprite = "spr_ui_item_syrup_speedy",
        default_infusion = "speedy",
        restore = 0,
        tags = {
            "drink_sound",
        },
        value = {
            store = 500,
        },
        name_en = "Speedy Syrup",
        description_en = "This medicinal syrup grants a buff that gives you a 2 hour boost to your speed when consumed. Tastes like orange.",
        category = "other.misc",
    },
    stamina_syrup = {
        name = "体力糖浆",
        description = "服用此药用糖浆后能回复100体力。 是辣薄荷味的。 ",
        icon_sprite = "spr_ui_item_syrup_stamina",
        stamina_modifier = 100,
        tags = {
            "drink_sound",
        },
        value = {
            store = 500,
        },
        name_en = "Stamina Syrup",
        description_en = "This medicinal syrup restores 100 stamina when consumed. Tastes like peppermint.",
        category = "other.misc",
    },
    mana_potion = {
        name = "魔力药水",
        description = "饮用后恢复1颗魔力球。 是蓝莓味的。 ",
        icon_sprite = "spr_ui_item_mana_potion",
        edible = true,
        mana_modifier = 4,
        tags = {
            "drink_sound",
        },
        value = {
            bin = 100,
        },
        name_en = "Mana Potion",
        description_en = "This potion restores 1 mana orb when consumed. Tastes like blueberries.",
        category = "other.misc",
    },
    mob_coin = {
        name = "coin",
        description = "你不该有这个! ",
        icon_sprite = "spr_mob_coin",
        tags = {
            "mob_coin",
        },
        name_en = "coin",
        description_en = "You shouldn't have this!",
        category = "other.misc",
    },
    medium_mob_coin = {
        name = "coin",
        description = "你不该有这个! ",
        icon_sprite = "spr_mob_coin_medium_spring",
        tags = {
            "mob_coin",
        },
        name_en = "coin",
        description_en = "You shouldn't have this!",
        category = "other.misc",
    },
    large_mob_coin = {
        name = "coin",
        description = "你不该有这个! ",
        icon_sprite = "spr_mob_coin_large_spring",
        tags = {
            "mob_coin",
        },
        name_en = "coin",
        description_en = "You shouldn't have this!",
        category = "other.misc",
    },
    construction_fence = {
        description = "简单的建筑栅栏。 ",
        icon_sprite = "spr_ui_item_decor_starter_wood_fence",
        name = "建筑围栏",
        object = "construction_fence",
        tags = {},
        value = {
            bin = 10,
            store = 20,
        },
        description_en = "A simple construction fence.",
        name_en = "Construction Fence",
        category = "other.misc",
    },
    world_fountain = {
        name = "世界泉水20",
        description = "你在游戏里应该看不到这个内容噢! ",
        health_modifier = 20,
        stamina_modifier = 20,
        icon_sprite = "spr_ui_item_stone_cup",
        tags = {
            "drink_sound",
        },
        name_en = "World Fountain 20",
        description_en = "This shouldn't be visible to you in game!",
        category = "other.misc",
    },
    dungeon_fountain_health = {
        name = "泉水生命值33",
        description = "你在游戏里应该看不到这个内容噢! ",
        health_modifier = 25,
        stamina_modifier = 25,
        icon_sprite = "spr_ui_item_stone_cup",
        tags = {
            "drink_sound",
        },
        name_en = "Fountain Health 33",
        description_en = "This shouldn't be visible to you in game!",
        category = "other.misc",
    },
    dungeon_fountain_stamina = {
        description = "你在游戏里应该看不到这个内容噢! ",
        health_modifier = 0,
        icon_sprite = "spr_ui_item_stone_cup",
        name = "泉水体力33",
        stamina_modifier = 33,
        tags = {
            "drink_sound",
        },
        description_en = "This shouldn't be visible to you in game!",
        name_en = "Fountain Stamina 33",
        category = "other.misc",
    },
    dragonsworn_helmet = {
        name = "龙誓者头盔",
        icon_sprite = "spr_ui_item_dragonsworn_helmet",
        name_en = "Dragonsworn Helmet",
        category = "other.misc",
    },
    dragonsworn_greaves = {
        name = "龙誓者胫甲",
        icon_sprite = "spr_ui_item_dragonsworn_greaves",
        name_en = "Dragonsworn Greaves",
        category = "other.misc",
    },
    unusual_seed = {
        name = "不同寻常的种子! ",
        description = "非常不同寻常! 它不该出现在你的背包里…",
        icon_sprite = "spr_ui_item_unusual_seed",
        value = {
            bin = 5,
        },
        name_en = "Unusual Seed",
        description_en = "Unusual! This shouldn't be in your inventory...",
        category = "other.misc",
    },
    stinky_stamina_potion = {
        description = "它不该出现在你的背包里…",
        restore = 0,
        icon_sprite = "spr_ui_item_stinkypotion",
        tags = {
            "drink_sound",
        },
        value = {
            bin = 1,
        },
        description_en = "This shouldn't be in your inventory...",
        category = "other.misc",
    },
    soup_of_the_day = {
        description = "它不该出现在你的背包里…",
        restore = 20,
        icon_sprite = "spr_ui_item_vegetablesoup",
        name = "今天的汤",
        tags = {
            "drink_sound",
        },
        description_en = "This shouldn't be in your inventory...",
        name_en = "Soup of the Day",
        category = "other.misc",
    },
    soup_of_the_day_gold = {
        description = "它不该出现在你的背包里…",
        restore = 40,
        icon_sprite = "spr_ui_item_vegetablesoup",
        name = "今天的汤(豪华)",
        tags = {
            "drink_sound",
        },
        description_en = "This shouldn't be in your inventory...",
        name_en = "Soup of the Day Deluxe",
        category = "other.misc",
    },
    harvest_day_pie = {
        description = "它不该出现在你的背包里…",
        restore = 999,
        stamina_modifier = 999,
        icon_sprite = "spr_ui_item_harvest_plate",
        name = "特制的派",
        tags = {
            "food",
        },
        description_en = "This shouldn't be in your inventory...",
        name_en = "Special Pie",
        category = "other.misc",
    },
    horse_potion = {
        description = "它不该出现在你的背包里…",
        icon_sprite = "spr_ui_item_stinkypotion",
        restore = 0,
        tags = {
            "drink_sound",
        },
        value = {
            bin = 1,
        },
        description_en = "This shouldn't be in your inventory...",
        category = "other.misc",
    },
    balors_crate = {
        description = "它不该出现在你的背包里…",
        icon_sprite = "spr_town_crate_cutscene_spring",
        name = "贝勒的箱子",
        value = {
            bin = 1,
        },
        description_en = "This shouldn't be in your inventory...",
        name_en = "Balor's Crate",
        category = "other.misc",
    },
    lurid_colored_drink = {
        description = "它不该出现在你的背包里…",
        restore = -1,
        icon_sprite = "spr_ui_item_lurid_colored_drink",
        tags = {
            "drink_sound",
        },
        value = {
            bin = 1,
        },
        description_en = "This shouldn't be in your inventory...",
        category = "other.misc",
    },
    dragon_horn_mushroom = {
        description = "很难找, 但很好吃! ",
        restore = 1,
        icon_sprite = "spr_ui_item_dragonshorn",
        name = "龙角菇",
        tags = {
            "mushroom",
        },
        value = {
            bin = 80,
        },
        description_en = "Hard to find, but delicious!",
        name_en = "Dragon Horn Mushroom",
        category = "other.misc",
    },
    dough_lad_doll = {
        description = "你不太确定这是什么东西…",
        icon_sprite = "spr_ui_item_doughlad",
        name = "面团小子玩偶",
        tags = {
            "junk",
        },
        description_en = "You're not quite sure what this is...",
        name_en = "Doughlad Doll",
        category = "other.misc",
    },
    ryis_lumber = {
        description = "它不该出现在你的背包里…",
        icon_sprite = "spr_prop_lumber_plank_horizontal_medium_spring",
        name = "瑞斯的木材",
        value = {
            bin = 1,
        },
        description_en = "This shouldn't be in your inventory...",
        name_en = "Ryis' Lumber",
        category = "other.misc",
    },
    mist_held_item = {
        description = "它不该出现在你的背包里…",
        icon_sprite = "spr_illegal_16",
        name = "无效物品",
        value = {
            bin = 1,
        },
        description_en = "This shouldn't be in your inventory...",
        name_en = "Invalid Item",
        category = "other.misc",
    },
    haydens_weathervane = {
        name = "海登的风向标",
        description = "海登的谷仓上被暴风天气吹落的风向标。 ",
        icon_sprite = "spr_ui_item_weathervane",
        soulbind = {
            quest_is_active = "find_the_weathervane",
        },
        name_en = "Hayden's Weathervane",
        description_en = "The weathervane that blew off of Hayden's barn during the wind storm.",
        category = "other.misc",
    },
    sealing_scroll = {
        name = "封印卷轴",
        description = "极其稀有且危险的魔法物品, 世上仅存无几。 ",
        icon_sprite = "spr_ui_item_sealing_scroll",
        soulbind = {
            quest_is_active = "breaking_the_fire_seal",
        },
        name_en = "Sealing Scroll",
        description_en = "An extremely rare and dangerous magical object. Few remain in this world.",
        category = "other.misc",
    },
    fake_essence = {
        name = "精华素",
        description = "进行各种活动时掉落的魔力, 用于解锁技巧和制作魔法工具。 ",
        icon_sprite = "spr_ui_item_essence",
        name_en = "Essence",
        description_en = "Magical power collected from doing various tasks. Used to unlock skill perks and craft magical tools.",
        category = "other.misc",
    },
    unknown_item = {
        name = "Unknown Item",
        description = "An unknown item was saved and failed to load. This can be thrown away.",
        icon_sprite = "spr_illegal_16",
        name_en = "Unknown Item",
        description_en = "An unknown item was saved and failed to load. This can be thrown away.",
        category = "other.misc",
    },
    dragonsworn_chest_and_pants = {
        name = "龙誓者胸甲与腿甲",
        icon_sprite = "spr_ui_item_dragonsworn_chest_and_pants",
        name_en = "Dragonsworn Chest and Pants",
        category = "other.misc",
    },
    heros_ring = {
        description = "传说中的勇者之戒, 装备后提升防御。 ",
        defense = 10,
        icon_sprite = "spr_ui_item_equipment_heros_ring",
        name = "勇者之戒",
        tags = {
            "armor",
            "accessory",
        },
        soulbind = {
            seen_cutscene = "adeline_eight_hearts",
        },
        description_en = "The legendary hero's ring. Equip to increase defense.",
        name_en = "Hero's Ring",
        category = "other.misc",
    },
    maples_drawing = {
        name = "小枫画的《阿尔达里亚之星》",
        description = "小枫的画, 绘着你与雷娜携手赢得的阿尔达里亚之星。 ",
        object = "maples_drawing",
        icon_sprite = "spr_ui_item_decor_maples_drawing",
        tags = {
            "furniture",
        },
        value = {
            bin = 50,
        },
        name_en = "Maple's Aldarian Star Drawing",
        description_en = "Maple's drawing of the Aldarian Star you and Reina won.",
        category = "other.misc",
    },
    abyssal_chest = {
        name = "深渊宝箱",
        description = "来自深渊的宝箱。 ",
        icon_sprite = "spr_ui_item_abyssal_chest",
        soulbind = "forever",
        name_en = "Abyssal Chest",
        description_en = "A chest from the abyss.",
        category = "other.misc",
    },
    poison_snake_oil = {
        name = "剧毒蛇油",
        description = "为佩剑淬毒, 效果持续6小时。 ",
        icon_sprite = "spr_ui_item_snake_oil_poison",
        default_infusion = "venom_sword",
        apply_oil = true,
        value = {
            store = 5000,
            bin = 2500,
        },
        name_en = "Poison Snake Oil",
        description_en = "Imbues the player's sword with venom for 6 hours.",
        category = "other.misc",
    },
    fire_snake_oil = {
        name = "烈焰蛇油",
        description = "为佩剑附魔火焰之力, 效果持续6小时。 ",
        icon_sprite = "spr_ui_item_snake_oil_fire",
        default_infusion = "fire_sword",
        apply_oil = true,
        value = {
            store = 5000,
            bin = 2500,
        },
        name_en = "Fire Snake Oil",
        description_en = "Imbues the player's sword with fire for 6 hours.",
        category = "other.misc",
    },
    ice_snake_oil = {
        name = "寒霜蛇油",
        description = "为武器附魔冰霜之力, 效果持续6小时。 ",
        icon_sprite = "spr_ui_item_snake_oil_ice",
        default_infusion = "ice_sword",
        apply_oil = true,
        value = {
            store = 5000,
            bin = 2500,
        },
        name_en = "Ice Snake Oil",
        description_en = "Imbues the player's sword with ice for 6 hours.",
        category = "other.misc",
    },
    fast_food = {
        name = "快餐",
        description = "王城的新风尚零食, 食用后移速提升5%, 持续6小时(效果可叠加至300%)。 ",
        icon_sprite = "spr_ui_item_fast_food",
        restore = 0,
        tags = {
            "drink_sound",
            "food",
        },
        default_infusion = "stacking_speed",
        value = {
            store = 5000,
            bin = 2500,
        },
        name_en = "Fast Food",
        description_en = "A popular new snack from the Capital. Increases your speed by 5% for 6 hours. Can be taken repeatedly up to 300%.",
        category = "other.misc",
    },
    small_greenhouse_white_blueprint = {
        description = "使用此物品在你的农场上放置一个小型白色温室的建筑地基! 建造所需材料:20个精炼石头、 20块玻璃、 20个硬木。 ",
        icon_sprite = "spr_ui_item_small_greenhouse_white",
        name = "小型白色温室设计图",
        value = {
            store = 50000,
        },
        blueprint = {
            variant = 0,
            blueprint = "small_greenhouse_in_progress",
            preview_sprite = "spr_placeable_small_greenhouse_white_preview",
        },
        description_en = "Use this item to place a small white greenhouse construction site on your farm! Requirements to build: 20 Refined Stone, 20 Glass, 20 Hard Wood.",
        name_en = "Small White Greenhouse Blueprint",
        category = "other.misc",
    },
    small_greenhouse_wood_blueprint = {
        description = "使用此物品在你的农场上放置一个小型木制温室的建筑地基! 建造所需材料:20个精炼石头、 20块玻璃、 20个硬木。 ",
        icon_sprite = "spr_ui_item_small_greenhouse_wood",
        name = "小型木制温室设计图",
        value = {
            store = 50000,
        },
        blueprint = {
            variant = 1,
            blueprint = "small_greenhouse_in_progress",
            preview_sprite = "spr_placeable_small_greenhouse_wood_preview",
        },
        description_en = "Use this item to place a small wood greenhouse construction site on your farm! Requirements to build: 20 Refined Stone, 20 Glass, 20 Hard Wood.",
        name_en = "Small Wood Greenhouse Blueprint",
        category = "other.misc",
    },
    large_greenhouse_white_blueprint = {
        description = "使用此物品在你的农场上放置一个大型白色温室的建筑地基! 建造所需材料:40个精炼石头、 40块玻璃、 40个硬木。 ",
        icon_sprite = "spr_ui_item_large_greenhouse_white",
        name = "大型白色温室设计图",
        value = {
            store = 100000,
        },
        blueprint = {
            variant = 0,
            blueprint = "large_greenhouse_in_progress",
            preview_sprite = "spr_placeable_large_greenhouse_white_preview",
        },
        description_en = "Use this item to place a large white greenhouse construction site on your farm! Requirements to build: 40 Refined Stone, 40 Glass, 40 Hard Wood.",
        name_en = "Large White Greenhouse Blueprint",
        category = "other.misc",
    },
    large_greenhouse_wood_blueprint = {
        description = "使用此物品在你的农场上放置一个大型木制温室的建筑地基! 建造所需材料:40个精炼石头、 40块玻璃、 40个硬木。 ",
        icon_sprite = "spr_ui_item_large_greenhouse_wood",
        name = "大型木制温室设计图",
        value = {
            store = 100000,
        },
        blueprint = {
            variant = 1,
            blueprint = "large_greenhouse_in_progress",
            preview_sprite = "spr_placeable_large_greenhouse_wood_preview",
        },
        description_en = "Use this item to place a large wood greenhouse construction site on your farm! Requirements to build: 40 Refined Stone, 40 Glass, 40 Hard Wood.",
        name_en = "Large Wood Greenhouse Blueprint",
        category = "other.misc",
    },
    hero_shield_bronze = {
        description = "装饰性的棕色冠军之盾, 适合作壁饰展示。 ",
        icon_sprite = "spr_ui_item_decor_hero_shield_bronze",
        name = "冠军之盾",
        object = "hero_shield_bronze",
        recipe_key = "hero_shield",
        tags = {
            "furniture",
            "wall_hanging",
            "mistrian_history_set",
        },
        crafting_level_requirement = 48,
        recipe = {
            {
                count = 4,
                item = "copper_ingot",
            },
            {
                count = 4,
                item = "crystal",
            },
            {
                count = 4,
                item = "monster_shell",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        description_en = "A decorative bronze champion's shield. Perfect for displaying on your wall.",
        name_en = "Champion's Shield",
        category = "other.misc",
    },
    hero_shield_gold = {
        description = "装饰性的金色冠军之盾, 适合作壁饰展示。 ",
        icon_sprite = "spr_ui_item_decor_hero_shield_gold",
        name = "冠军之盾",
        object = "hero_shield_gold",
        recipe_key = "hero_shield",
        tags = {
            "furniture",
            "wall_hanging",
            "mistrian_history_set",
        },
        crafting_level_requirement = 48,
        recipe = {
            {
                count = 4,
                item = "gold_ingot",
            },
            {
                count = 4,
                item = "crystal",
            },
            {
                count = 4,
                item = "monster_shell",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        description_en = "A decorative gold champion's shield. Perfect for displaying on your wall.",
        name_en = "Champion's Shield",
        category = "other.misc",
    },
    hero_shield_silver = {
        description = "装饰性的银色冠军之盾, 适合作壁饰展示。 ",
        icon_sprite = "spr_ui_item_decor_hero_shield_silver",
        name = "冠军之盾",
        object = "hero_shield_silver",
        recipe_key = "hero_shield",
        tags = {
            "furniture",
            "wall_hanging",
            "mistrian_history_set",
        },
        crafting_level_requirement = 48,
        recipe = {
            {
                count = 4,
                item = "silver_ingot",
            },
            {
                count = 4,
                item = "crystal",
            },
            {
                count = 4,
                item = "monster_shell",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        description_en = "A decorative silver champion's shield. Perfect for displaying on your wall.",
        name_en = "Champion's Shield",
        category = "other.misc",
    },
    royal_chest_wood = {
        description = "木制王室储物箱, 拥有超大的储物空间。 ",
        icon_sprite = "spr_ui_item_furniture_royal_chest_wood",
        name = "王室储物箱",
        object = "royal_chest_wood",
        recipe_key = "royal_chest",
        tags = {
            "furniture",
            "chest_and_storage",
            "mistrian_history_set",
        },
        crafting_level_requirement = 54,
        recipe = {
            {
                count = 20,
                item = "hard_wood",
            },
            {
                count = 4,
                item = "gold_ingot",
            },
            {
                count = 4,
                item = "ore_diamond",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        description_en = "A wood royal chest with an extra-large storage capacity.",
        name_en = "Royal Chest",
        category = "other.misc",
    },
    royal_chest_dark_wood = {
        description = "深色的木制王室储物箱, 拥有超大的储物空间。 ",
        icon_sprite = "spr_ui_item_furniture_royal_chest_dark_wood",
        name = "王室储物箱",
        object = "royal_chest_dark_wood",
        recipe_key = "royal_chest",
        tags = {
            "furniture",
            "chest_and_storage",
            "mistrian_history_set",
        },
        crafting_level_requirement = 54,
        recipe = {
            {
                count = 20,
                item = "hard_wood",
            },
            {
                count = 4,
                item = "gold_ingot",
            },
            {
                count = 4,
                item = "ore_diamond",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        description_en = "A dark wood royal chest with an extra-large storage capacity.",
        name_en = "Royal Chest",
        category = "other.misc",
    },
    royal_chest_red = {
        description = "红色的王室储物箱, 拥有超大的储物空间。 ",
        icon_sprite = "spr_ui_item_furniture_royal_chest_red",
        name = "王室储物箱",
        object = "royal_chest_red",
        recipe_key = "royal_chest",
        tags = {
            "furniture",
            "chest_and_storage",
            "mistrian_history_set",
        },
        crafting_level_requirement = 54,
        recipe = {
            {
                count = 20,
                item = "hard_wood",
            },
            {
                count = 4,
                item = "gold_ingot",
            },
            {
                count = 4,
                item = "ore_diamond",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        description_en = "A red royal chest with an extra-large storage capacity.",
        name_en = "Royal Chest",
        category = "other.misc",
    },
    royal_chest_blue = {
        description = "蓝色的王室储物箱, 拥有超大的储物空间。 ",
        icon_sprite = "spr_ui_item_furniture_royal_chest_blue",
        name = "王室储物箱",
        object = "royal_chest_blue",
        recipe_key = "royal_chest",
        tags = {
            "furniture",
            "chest_and_storage",
            "mistrian_history_set",
        },
        crafting_level_requirement = 54,
        recipe = {
            {
                count = 20,
                item = "hard_wood",
            },
            {
                count = 4,
                item = "gold_ingot",
            },
            {
                count = 4,
                item = "ore_diamond",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        description_en = "A blue royal chest with an extra-large storage capacity.",
        name_en = "Royal Chest",
        category = "other.misc",
    },
    royal_chest_purple = {
        description = "紫色的王室储物箱, 拥有超大的储物空间。 ",
        icon_sprite = "spr_ui_item_furniture_royal_chest_purple",
        name = "王室储物箱",
        object = "royal_chest_purple",
        recipe_key = "royal_chest",
        tags = {
            "furniture",
            "chest_and_storage",
            "mistrian_history_set",
        },
        crafting_level_requirement = 54,
        recipe = {
            {
                count = 20,
                item = "hard_wood",
            },
            {
                count = 4,
                item = "gold_ingot",
            },
            {
                count = 4,
                item = "ore_diamond",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        description_en = "A purple royal chest with an extra-large storage capacity.",
        name_en = "Royal Chest",
        category = "other.misc",
    },
    royal_chest_green = {
        description = "绿色的王室储物箱, 拥有超大的储物空间。 ",
        icon_sprite = "spr_ui_item_furniture_royal_chest_green",
        name = "王室储物箱",
        object = "royal_chest_green",
        recipe_key = "royal_chest",
        tags = {
            "furniture",
            "chest_and_storage",
            "mistrian_history_set",
        },
        crafting_level_requirement = 54,
        recipe = {
            {
                count = 20,
                item = "hard_wood",
            },
            {
                count = 4,
                item = "gold_ingot",
            },
            {
                count = 4,
                item = "ore_diamond",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            bin = "self.recipe * 1.1",
        },
        description_en = "A green royal chest with an extra-large storage capacity.",
        name_en = "Royal Chest",
        category = "other.misc",
    },
    inn_menu = {
        name = "旅馆菜单",
        description = "这个菜单给你带来了灵感。 使用此物品来解锁旅馆餐叙约会。 ",
        icon_sprite = "spr_ui_item_date_inn_menu",
        date_unlock = "inn_meal",
        soulbind = "forever",
        tags = {
            "date_inspiration",
        },
        name_en = "Inn Menu",
        description_en = "This menu fills you with inspiration. Use this item to unlock the Inn Meal Date.",
        category = "other.dating",
    },
    picnic_set = {
        name = "野餐篮",
        description = "丰盛的野餐篮给你带来了灵感。 使用此物品来解锁深林约会。 ",
        icon_sprite = "spr_ui_item_date_picnic_set",
        date_unlock = "deep_woods_picnic",
        soulbind = "forever",
        tags = {
            "date_inspiration",
        },
        name_en = "Picnic Set",
        description_en = "This picnic set fills you with inspiration. Use this item to unlock the Deep Woods Picnic Date.",
        category = "other.dating",
    },
    lovely_seashell = {
        name = "可爱贝壳",
        description = "可爱的粉色贝壳给你带来了灵感。 使用此物品来解锁沙滩约会。 ",
        icon_sprite = "spr_ui_item_date_lovely_seashell",
        date_unlock = "beach",
        soulbind = "forever",
        tags = {
            "date_inspiration",
        },
        name_en = "Lovely Seashell",
        description_en = "This cute pink shell fills you with inspiration. Use this item to unlock the Beach Date.",
        category = "other.dating",
    },
    dollhouse_bench = {
        name = "微缩长椅",
        description = "这款微缩公园长椅给你带来了灵感。 使用此物品来解锁公园约会。 ",
        icon_sprite = "spr_ui_item_date_dollhouse_bench",
        date_unlock = "park",
        soulbind = "forever",
        tags = {
            "date_inspiration",
        },
        name_en = "Dollhouse Bench",
        description_en = "This miniature park bench fills you with inspiration. Use this item to unlock the Park Date.",
        category = "other.dating",
    },
    rough_gemstone = {
        name = "宝石原石",
        description = "这颗宝石原石给你带来了灵感。 使用此物品来解锁宝石工坊约会。 ",
        icon_sprite = "spr_ui_item_date_rough_gemstone",
        date_unlock = "gem_cutting",
        soulbind = "forever",
        tags = {
            "date_inspiration",
        },
        name_en = "Rough Gemstone",
        description_en = "This rough gemstone fills you with inspiration. Use this item to unlock the Gem Cutting Date.",
        category = "other.dating",
    },
    bath_soap = {
        name = "香皂",
        description = "极其精美的香皂给你带来了灵感。 使用此物品来解锁澡堂约会。 ",
        icon_sprite = "spr_ui_item_date_bath_soap",
        date_unlock = "bathhouse",
        soulbind = "forever",
        tags = {
            "date_inspiration",
        },
        value = {
            bin = 90000,
            store = 100000,
        },
        name_en = "Bath Soap",
        description_en = "This ultra fancy bath soap fills you with inspiration. Use this item to unlock the Bathhouse Date.",
        category = "other.dating",
    },
    date_photo_beach = {
        name = "沙滩约会相片",
        description = "沙滩约会的纪念相片, 挂到墙上来观赏吧! ",
        icon_sprite = "spr_ui_item_date_photo_beach",
        soulbind = "forever",
        object = "date_photo_beach",
        tags = {
            "blacklist_popup",
        },
        name_en = "Beach Date Photo",
        description_en = "A memento from an Beach Date you went on. Place it on your wall to view it!",
        category = "other.dating",
    },
    date_photo_bath = {
        name = "澡堂约会相片",
        description = "澡堂约会的纪念相片, 挂到墙上来观赏吧! ",
        icon_sprite = "spr_ui_item_date_photo_bath",
        soulbind = "forever",
        object = "date_photo_bath",
        tags = {
            "blacklist_popup",
        },
        name_en = "Bath Date Photo",
        description_en = "A memento from a Bath Date you went on. Place it on your wall to view it!",
        category = "other.dating",
    },
    date_photo_deep_woods = {
        name = "野餐约会相片",
        description = "深林野餐约会的纪念相片, 挂到墙上来观赏吧! ",
        icon_sprite = "spr_ui_item_date_photo_deep_woods",
        soulbind = "forever",
        object = "date_photo_deep_woods",
        tags = {
            "blacklist_popup",
        },
        name_en = "Picnic Date Photo",
        description_en = "A memento from a Deep Woods Picnic Date you went on. Place it on your wall to view it!",
        category = "other.dating",
    },
    date_photo_gem_cutting = {
        name = "宝石工坊约会相片",
        description = "宝石工坊约会的纪念相片, 挂到墙上来观赏吧! ",
        icon_sprite = "spr_ui_item_date_photo_gem_cutting",
        soulbind = "forever",
        object = "date_photo_gem_cutting",
        tags = {
            "blacklist_popup",
        },
        name_en = "Gem Cutting Date Photo",
        description_en = "A memento from a Gem Cutting Date you went on. Place it on your wall to view it!",
        category = "other.dating",
    },
    date_photo_inn = {
        name = "旅馆餐叙相片",
        description = "旅馆餐叙的纪念相片, 挂到墙上来观赏吧! ",
        icon_sprite = "spr_ui_item_date_photo_inn",
        soulbind = "forever",
        object = "date_photo_inn",
        tags = {
            "blacklist_popup",
        },
        name_en = "Inn Date Photo",
        description_en = "A memento from an Inn Meal Date you went on. Place it on your wall to view it!",
        category = "other.dating",
    },
    date_photo_park = {
        name = "公园约会相片",
        description = "公园约会的纪念相片, 挂到墙上来观赏吧! ",
        icon_sprite = "spr_ui_item_date_photo_park",
        soulbind = "forever",
        object = "date_photo_park",
        tags = {
            "blacklist_popup",
        },
        name_en = "Park Date Photo",
        description_en = "A memento from a Park Date you went on. Place it on your wall to view it!",
        category = "other.dating",
    },
    date_photo_shooting_star = {
        name = "流星节约会相片",
        description = "流星节约会的纪念相片, 挂到墙上来观赏吧! ",
        icon_sprite = "spr_ui_item_date_photo_shooting_star",
        soulbind = "forever",
        object = "date_photo_shooting_star",
        tags = {
            "blacklist_popup",
        },
        name_en = "Shooting Star Date Photo",
        description_en = "A memento from a Shooting Star Festival Date you went on. Place it on your wall to view it!",
        category = "other.dating",
    },
    blackberry_jam = {
        name = "黑莓酱",
        description = "这款秋季果酱味道酸甜可口。 ",
        stars = 1,
        restore = "dish",
        crafting_level_requirement = 2,
        kitchen_tier_requirement = 1,
        icon_sprite = "spr_ui_item_blackberry_jam",
        tags = {
            "food",
            "jam",
        },
        recipe = {
            {
                count = 6,
                item = "blackberry",
            },
            {
                count = 1,
                item = "sugar",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            store = 150,
        },
        name_en = "Blackberry Jam",
        description_en = "This autumnal jam is sweet and tangy.",
        category = "other.cooked_dishes",
        cooking_main_category = "耐储食品",
        cooking_main_category_en = "Pantry",
        cooking_sub_category = "果酱",
        cooking_sub_category_en = "Jams",
    },
    blueberry_jam = {
        name = "蓝莓酱",
        description = "用最新鲜的蓝莓制作, 味道甜美。 ",
        stars = 1,
        restore = "dish",
        crafting_level_requirement = 2,
        kitchen_tier_requirement = 1,
        icon_sprite = "spr_ui_item_blueberry_jam",
        tags = {
            "food",
            "jam",
        },
        recipe = {
            {
                count = 6,
                item = "blueberry",
            },
            {
                count = 1,
                item = "sugar",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            store = 150,
        },
        name_en = "Blueberry Jam",
        description_en = "A jam made with only the freshest blueberries. It has a sweet, mild flavor.",
        category = "other.cooked_dishes",
        cooking_main_category = "耐储食品",
        cooking_main_category_en = "Pantry",
        cooking_sub_category = "果酱",
        cooking_sub_category_en = "Jams",
    },
    bread = {
        name = "面包",
        description = "松软蓬松的新鲜面包。 ",
        stars = 1,
        recipe_is_default = true,
        restore = "dish",
        crafting_level_requirement = 6,
        kitchen_tier_requirement = 1,
        icon_sprite = "spr_ui_item_bread",
        tags = {
            "food",
            "misc_pantry",
        },
        recipe = {
            {
                count = 1,
                item = "flour",
            },
            {
                hours = 0,
                minutes = 10,
            },
        },
        value = {
            store = 200,
        },
        name_en = "Bread",
        description_en = "A soft and fluffy loaf of fresh bread.",
        category = "other.cooked_dishes",
        cooking_main_category = "耐储食品",
        cooking_main_category_en = "Pantry",
        cooking_sub_category = "其它",
        cooking_sub_category_en = "Miscellaneous",
    },
    noodles = {
        name = "面条",
        description = "这些新鲜面条本身就很美味了, 但同时也是一种用途广泛的食材。 ",
        stars = 1,
        restore = "dish",
        crafting_level_requirement = 1,
        kitchen_tier_requirement = 1,
        icon_sprite = "spr_ui_item_noodles",
        tags = {
            "food",
            "misc_pantry",
        },
        recipe = {
            {
                count = 1,
                item = "flour",
            },
            {
                hours = 0,
                minutes = 10,
            },
        },
        value = {
            store = 200,
        },
        name_en = "Noodles",
        description_en = "These fresh noodles are tasty by themselves but also a versatile ingredient.",
        category = "other.cooked_dishes",
        cooking_main_category = "耐储食品",
        cooking_main_category_en = "Pantry",
        cooking_sub_category = "其它",
        cooking_sub_category_en = "Miscellaneous",
    },
    rosehip_jam = {
        name = "蔷薇果酱",
        description = "冬季特色果酱, 带有独特的酸爽风味。 ",
        stars = 1,
        restore = "dish",
        crafting_level_requirement = 4,
        kitchen_tier_requirement = 1,
        icon_sprite = "spr_ui_item_rosehip_jam",
        tags = {
            "food",
            "jam",
        },
        recipe = {
            {
                count = 1,
                item = "rose_hip",
            },
            {
                count = 1,
                item = "sugar",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            store = 180,
        },
        name_en = "Rose Hip Jam",
        description_en = "A winter jam with a tangy flavor.",
        category = "other.cooked_dishes",
        cooking_main_category = "耐储食品",
        cooking_main_category_en = "Pantry",
        cooking_sub_category = "果酱",
        cooking_sub_category_en = "Jams",
    },
    wild_berry_jam = {
        name = "野莓果酱",
        description = "富含春日果香的果酱既酸又甜, 风味独特。 ",
        stars = 1,
        recipe_is_default = true,
        restore = 18,
        crafting_level_requirement = 2,
        kitchen_tier_requirement = 1,
        icon_sprite = "spr_ui_item_wild_berry_jam",
        tags = {
            "food",
            "jam",
        },
        recipe = {
            {
                count = 6,
                item = "wild_berries",
            },
            {
                count = 1,
                item = "sugar",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            store = 120,
        },
        name_en = "Wild Berry Jam",
        description_en = "This fruity springtime jam is tart and sweet.",
        category = "other.cooked_dishes",
        cooking_main_category = "耐储食品",
        cooking_main_category_en = "Pantry",
        cooking_sub_category = "果酱",
        cooking_sub_category_en = "Jams",
    },
    marmalade = {
        name = "橘皮果酱",
        description = "用橘子皮制成的甜美开胃果酱。 ",
        stars = 1,
        restore = "dish",
        crafting_level_requirement = 8,
        kitchen_tier_requirement = 1,
        icon_sprite = "spr_ui_item_marmalade",
        tags = {
            "food",
            "jam",
            "citrus",
        },
        recipe = {
            {
                count = 1,
                item = "orange",
            },
            {
                count = 1,
                item = "sugar",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            store = 200,
        },
        name_en = "Marmalade",
        description_en = "A sweet, zesty jam made with orange rind.",
        category = "other.cooked_dishes",
        cooking_main_category = "耐储食品",
        cooking_main_category_en = "Pantry",
        cooking_sub_category = "果酱",
        cooking_sub_category_en = "Jams",
    },
    canned_sardines = {
        description = "这些罐装沙丁鱼肉质饱满, 咸香可口。 ",
        stars = 1,
        restore = "dish",
        crafting_level_requirement = 2,
        kitchen_tier_requirement = 1,
        icon_sprite = "spr_ui_item_cannedsardines",
        name = "罐装沙丁鱼",
        tags = {
            "food",
            "snack",
            "fishy",
        },
        recipe = {
            {
                count = 1,
                item = "sardine",
            },
            {
                count = 1,
                item = "rock_salt",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            store = 150,
        },
        description_en = "These canned sardines have a satisfying meaty and salty taste.",
        name_en = "Canned Sardines",
        category = "other.cooked_dishes",
        cooking_main_category = "小吃",
        cooking_main_category_en = "Snacks",
        cooking_sub_category = "小吃",
        cooking_sub_category_en = "Snacks",
    },
    crunchy_chickpeas = {
        description = "酥脆咸香的烤鹰嘴豆是绝佳的零食选择。 ",
        stars = 1,
        restore = "dish",
        crafting_level_requirement = 2,
        kitchen_tier_requirement = 1,
        icon_sprite = "spr_ui_item_crunchychickpeas",
        name = "香脆鹰嘴豆",
        tags = {
            "food",
            "snack",
        },
        recipe = {
            {
                count = 1,
                item = "chickpea",
            },
            {
                count = 1,
                item = "rock_salt",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            store = 110,
        },
        description_en = "These crunchy and salty roasted chickpeas make a great snack.",
        name_en = "Crunchy Chickpeas",
        category = "other.cooked_dishes",
        cooking_main_category = "小吃",
        cooking_main_category_en = "Snacks",
        cooking_sub_category = "小吃",
        cooking_sub_category_en = "Snacks",
    },
    deviled_eggs = {
        name = "魔鬼蛋",
        description = "煮熟的鸡蛋切半后, 填入了奶油般顺滑、 味道浓郁的馅料。 ",
        stars = 2,
        restore = "dish",
        crafting_level_requirement = 10,
        kitchen_tier_requirement = 1,
        icon_sprite = "spr_ui_item_deviled_eggs",
        tags = {
            "food",
            "snack",
        },
        recipe = {
            {
                count = 1,
                item = "egg",
            },
            {
                count = 1,
                item = "mayonnaise",
            },
            {
                count = 1,
                item = "horseradish",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            store = 175,
        },
        name_en = "Deviled Eggs",
        description_en = "These hard boiled egg halves have a creamy, flavorful filling.",
        category = "other.cooked_dishes",
        cooking_main_category = "小吃",
        cooking_main_category_en = "Snacks",
        cooking_sub_category = "小吃",
        cooking_sub_category_en = "Snacks",
    },
    dried_squid = {
        description = "美味的鱿鱼干, 一种广受欢迎的海边小吃。 ",
        stars = 1,
        recipe_is_default = true,
        restore = "dish",
        crafting_level_requirement = 2,
        kitchen_tier_requirement = 1,
        icon_sprite = "spr_ui_item_driedsquid",
        name = "鱿鱼干",
        tags = {
            "food",
            "snack",
            "adept",
            "fishy",
        },
        recipe = {
            {
                count = 1,
                item = "squid",
            },
            {
                count = 1,
                item = "rock_salt",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            store = 150,
        },
        description_en = "This tasty dried squid is a popular oceanside snack.",
        name_en = "Dried Squid",
        category = "other.cooked_dishes",
        cooking_main_category = "小吃",
        cooking_main_category_en = "Snacks",
        cooking_sub_category = "小吃",
        cooking_sub_category_en = "Snacks",
    },
    hard_boiled_egg = {
        description = "煮得恰到好处的水煮蛋。 ",
        stars = 1,
        restore = "dish",
        crafting_level_requirement = 1,
        kitchen_tier_requirement = 1,
        icon_sprite = "spr_ui_item_hard_boiled_egg",
        name = "水煮蛋",
        tags = {
            "food",
            "snack",
        },
        recipe = {
            {
                count = 1,
                item = "egg",
            },
            {
                hours = 0,
                minutes = 10,
            },
        },
        value = {
            store = 100,
        },
        description_en = "A perfectly cooked hard boiled egg.",
        name_en = "Hard Boiled Egg",
        category = "other.cooked_dishes",
        cooking_main_category = "小吃",
        cooking_main_category_en = "Snacks",
        cooking_sub_category = "小吃",
        cooking_sub_category_en = "Snacks",
    },
    pineshroom_toast = {
        name = "松锥菇吐司",
        description = "简单而独特的节日甜点, 是米斯特利亚的特色美食。 ",
        stars = 2,
        restore = 80,
        crafting_level_requirement = 16,
        kitchen_tier_requirement = 1,
        icon_sprite = "spr_ui_item_pineshroom_toast",
        tags = {
            "food",
            "snack",
            "mushroomy",
        },
        recipe = {
            {
                count = 1,
                item = "bread",
            },
            {
                count = 1,
                item = "pineshroom",
            },
            {
                count = 1,
                item = "sugar",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            store = 430,
        },
        name_en = "Pineshroom Toast",
        description_en = "A simple holiday sweet treat that's unique to Mistria.",
        category = "other.cooked_dishes",
        cooking_main_category = "小吃",
        cooking_main_category_en = "Snacks",
        cooking_sub_category = "小吃",
        cooking_sub_category_en = "Snacks",
    },
    roasted_chestnuts = {
        name = "烤栗子",
        description = "口感松软, 甜味十足。 ",
        stars = 1,
        restore = "dish",
        crafting_level_requirement = 1,
        kitchen_tier_requirement = 1,
        icon_sprite = "spr_ui_item_roasted_chestnuts",
        tags = {
            "food",
            "snack",
        },
        recipe = {
            {
                count = 2,
                item = "chestnut",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            store = 100,
        },
        name_en = "Roasted Chestnuts",
        description_en = "These chestnuts are soft and sweet.",
        category = "other.cooked_dishes",
        cooking_main_category = "小吃",
        cooking_main_category_en = "Snacks",
        cooking_sub_category = "小吃",
        cooking_sub_category_en = "Snacks",
    },
    spicy_cheddar_biscuit = {
        name = "香辣切达奶酪饼干",
        description = "松软的饼干, 带有浓郁的奶酪风味和微妙的辛辣口感。 ",
        icon_sprite = "spr_ui_item_spicy_cheddar_biscuit",
        stars = 3,
        restore = "dish",
        crafting_level_requirement = 28,
        kitchen_tier_requirement = 2,
        tags = {
            "food",
            "snack",
            "adept",
            "no_inn_plate",
        },
        recipe = {
            {
                count = 1,
                item = "chili_pepper",
            },
            {
                count = 1,
                item = "cheese",
            },
            {
                count = 1,
                item = "butter",
            },
            {
                count = 1,
                item = "flour",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            store = 800,
        },
        name_en = "Spicy Cheddar Biscuit",
        description_en = "A fluffy biscuit with a cheesy, spicy kick.",
        category = "other.cooked_dishes",
        cooking_main_category = "小吃",
        cooking_main_category_en = "Snacks",
        cooking_sub_category = "小吃",
        cooking_sub_category_en = "Snacks",
    },
    spicy_water_chestnuts = {
        name = "香辣马蹄",
        description = "脆爽可口的马蹄, 裹着令人难以抵挡的辣味酱汁。 ",
        stars = 1,
        restore = "dish",
        crafting_level_requirement = 6,
        kitchen_tier_requirement = 1,
        icon_sprite = "spr_ui_item_spicy_water_chestnuts",
        tags = {
            "food",
            "snack",
            "no_inn_plate",
        },
        recipe = {
            {
                count = 1,
                item = "chili_pepper",
            },
            {
                count = 2,
                item = "water_chestnut",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            store = 180,
        },
        name_en = "Spicy Water Chestnuts",
        description_en = "These crunchy water chestnuts are tossed in an irresistible spicy sauce.",
        category = "other.cooked_dishes",
        cooking_main_category = "小吃",
        cooking_main_category_en = "Snacks",
        cooking_sub_category = "小吃",
        cooking_sub_category_en = "Snacks",
    },
    toasted_sunflower_seeds = {
        name = "烤葵花籽",
        description = "经过精心烘烤并撒上恰到好处的盐分, 这些葵花籽香气四溢、 口感酥脆。 ",
        stars = 2,
        restore = "dish",
        crafting_level_requirement = 12,
        kitchen_tier_requirement = 1,
        icon_sprite = "spr_ui_item_toasted_sunflower_seeds",
        tags = {
            "food",
            "snack",
        },
        recipe = {
            {
                count = 1,
                item = "sunflower",
            },
            {
                count = 1,
                item = "rock_salt",
            },
            {
                count = 1,
                item = "oil",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            store = 220,
        },
        name_en = "Toasted Sunflower Seeds",
        description_en = "Salted and toasted, these sunflower seeds are best by the handful.",
        category = "other.cooked_dishes",
        cooking_main_category = "小吃",
        cooking_main_category_en = "Snacks",
        cooking_sub_category = "小吃",
        cooking_sub_category_en = "Snacks",
    },
    trail_mix = {
        description = "混合零食, 便携又好吃。 ",
        stars = 1,
        restore = "dish",
        crafting_level_requirement = 1,
        kitchen_tier_requirement = 1,
        recipe_is_default = true,
        icon_sprite = "spr_ui_item_trailmix",
        name = "什锦果仁",
        tags = {
            "food",
            "snack",
        },
        recipe = {
            {
                count = 2,
                item = "water_chestnut",
            },
            {
                count = 1,
                item = "wild_berries",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            store = 100,
        },
        description_en = "A tasty snack mix, good for eating on the go.",
        name_en = "Trail Mix",
        category = "other.cooked_dishes",
        cooking_main_category = "小吃",
        cooking_main_category_en = "Snacks",
        cooking_sub_category = "小吃",
        cooking_sub_category_en = "Snacks",
    },
    water_chestnut_fritters = {
        name = "油炸马蹄",
        description = "香脆可口的马蹄裹上厚厚的炸衣, 外酥里嫩。 ",
        stars = 2,
        restore = "dish",
        crafting_level_requirement = 12,
        kitchen_tier_requirement = 1,
        icon_sprite = "spr_ui_item_water_chestnut_fritters",
        tags = {
            "food",
            "snack",
        },
        recipe = {
            {
                count = 2,
                item = "water_chestnut",
            },
            {
                count = 1,
                item = "flour",
            },
            {
                count = 1,
                item = "oil",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            store = 250,
        },
        name_en = "Water Chestnut Fritters",
        description_en = "These crispy water chestnuts feature a thick fried coating.",
        category = "other.cooked_dishes",
        cooking_main_category = "小吃",
        cooking_main_category_en = "Snacks",
        cooking_sub_category = "小吃",
        cooking_sub_category_en = "Snacks",
    },
    crispy_fried_earthshroom = {
        name = "香脆炸土菇",
        description = "鲜味十足的土菇因其独特形状而能炸得格外酥脆。 ",
        stars = 2,
        restore = "dish",
        crafting_level_requirement = 14,
        kitchen_tier_requirement = 1,
        icon_sprite = "spr_ui_item_crispy_fried_earthshroom",
        tags = {
            "food",
            "snack",
            "mushroomy",
        },
        recipe = {
            {
                count = 1,
                item = "earthshroom",
            },
            {
                count = 1,
                item = "flour",
            },
            {
                count = 1,
                item = "oil",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            store = 300,
        },
        name_en = "Crispy Fried Earthshroom",
        description_en = "This umami mushroom's unique shape gives it an incredible crisp when fried.",
        category = "other.cooked_dishes",
        cooking_main_category = "小吃",
        cooking_main_category_en = "Snacks",
        cooking_sub_category = "小吃",
        cooking_sub_category_en = "Snacks",
    },
    berry_bowl = {
        name = "莓果碗",
        description = "一碗新鲜采摘的各种多汁浆果, 淋上一些蜂蜜。 ",
        stars = 3,
        restore = 100,
        crafting_level_requirement = 20,
        kitchen_tier_requirement = 2,
        icon_sprite = "spr_ui_item_berry_bowl",
        tags = {
            "food",
            "snack",
        },
        recipe = {
            {
                count = 2,
                item = "strawberry",
            },
            {
                count = 4,
                item = "wild_berries",
            },
            {
                count = 4,
                item = "blueberry",
            },
            {
                count = 2,
                item = "honey",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            store = 600,
        },
        name_en = "Berry Bowl",
        description_en = "A variety of juicy, fresh-picked berries with a drizzle of honey.",
        category = "other.cooked_dishes",
        cooking_main_category = "小吃",
        cooking_main_category_en = "Snacks",
        cooking_sub_category = "小吃",
        cooking_sub_category_en = "Snacks",
    },
    beet_salad = {
        name = "甜菜沙拉",
        description = "新鲜可口的甜菜沙拉。 ",
        stars = 1,
        restore = "dish",
        crafting_level_requirement = 1,
        kitchen_tier_requirement = 1,
        icon_sprite = "spr_ui_item_beet_salad",
        tags = {
            "food",
            "salad",
        },
        recipe = {
            {
                count = 1,
                item = "beet",
            },
            {
                hours = 0,
                minutes = 10,
            },
        },
        value = {
            store = 150,
        },
        name_en = "Beet Salad",
        description_en = "This salad is made of fresh, tender slices of beet.",
        category = "other.cooked_dishes",
        cooking_main_category = "沙拉和蔬菜",
        cooking_main_category_en = "Salads & Greens",
        cooking_sub_category = "沙拉",
        cooking_sub_category_en = "Salads",
    },
    braised_carrots = {
        name = "红烧胡萝卜",
        description = "经过红烧后, 胡萝卜的天然甜味更加突出。 ",
        stars = 1,
        restore = "dish",
        crafting_level_requirement = 4,
        kitchen_tier_requirement = 1,
        icon_sprite = "spr_ui_item_braised_carrots",
        tags = {
            "food",
            "greens",
        },
        recipe = {
            {
                count = 1,
                item = "carrot",
            },
            {
                hours = 0,
                minutes = 10,
            },
        },
        value = {
            store = 180,
        },
        name_en = "Braised Carrots",
        description_en = "After braising, the natural sweetness of the carrots is enhanced.",
        category = "other.cooked_dishes",
        cooking_main_category = "沙拉和蔬菜",
        cooking_main_category_en = "Salads & Greens",
        cooking_sub_category = "蔬菜",
        cooking_sub_category_en = "Greens",
    },
    broccoli_salad = {
        name = "西兰花沙拉",
        description = "爽脆西兰花配上酸甜蔓越莓, 清爽可口。 ",
        stars = 2,
        restore = "dish",
        crafting_level_requirement = 18,
        kitchen_tier_requirement = 1,
        icon_sprite = "spr_ui_item_broccoli_salad",
        tags = {
            "food",
            "salad",
        },
        recipe = {
            {
                count = 1,
                item = "broccoli",
            },
            {
                count = 1,
                item = "cranberry",
            },
            {
                count = 1,
                item = "mayonnaise",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        name_en = "Broccoli Salad",
        description_en = "A crunchy broccoli salad with plenty of tart cranberries.",
        category = "other.cooked_dishes",
        cooking_main_category = "沙拉和蔬菜",
        cooking_main_category_en = "Salads & Greens",
        cooking_sub_category = "沙拉",
        cooking_sub_category_en = "Salads",
    },
    cucumber_salad = {
        name = "黄瓜沙拉",
        description = "一道清脆爽口的黄瓜沙拉, 搭配莳萝和芝麻。 ",
        stars = 2,
        restore = "dish",
        crafting_level_requirement = 12,
        kitchen_tier_requirement = 1,
        icon_sprite = "spr_ui_item_cucumber_salad",
        tags = {
            "food",
            "salad",
        },
        recipe = {
            {
                count = 1,
                item = "cucumber",
            },
            {
                count = 1,
                item = "dill",
            },
            {
                count = 1,
                item = "sesame",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            store = 250,
        },
        name_en = "Cucumber Salad",
        description_en = "A crisp, refreshing salad of cucumber with dill and sesame.",
        category = "other.cooked_dishes",
        cooking_main_category = "沙拉和蔬菜",
        cooking_main_category_en = "Salads & Greens",
        cooking_sub_category = "沙拉",
        cooking_sub_category_en = "Salads",
    },
    grilled_corn = {
        name = "烤玉米",
        description = "烟熏味十足的多汁烤玉米。 ",
        stars = 1,
        restore = "dish",
        crafting_level_requirement = 2,
        kitchen_tier_requirement = 1,
        icon_sprite = "spr_ui_item_grilled_corn",
        tags = {
            "food",
            "greens",
        },
        recipe = {
            {
                count = 1,
                item = "corn",
            },
            {
                hours = 0,
                minutes = 10,
            },
        },
        value = {
            store = 160,
        },
        name_en = "Grilled Corn",
        description_en = "A smoky, juicy ear of grilled corn.",
        category = "other.cooked_dishes",
        cooking_main_category = "沙拉和蔬菜",
        cooking_main_category_en = "Salads & Greens",
        cooking_sub_category = "蔬菜",
        cooking_sub_category_en = "Greens",
    },
    herb_salad = {
        name = "香草沙拉",
        description = "富含香气的芳香草本沙拉, 口感格外清新怡人。 ",
        stars = 4,
        restore = "dish",
        crafting_level_requirement = 30,
        kitchen_tier_requirement = 3,
        icon_sprite = "spr_ui_item_herb_salad",
        tags = {
            "food",
            "salad",
        },
        recipe = {
            {
                count = 1,
                item = "sage",
            },
            {
                count = 1,
                item = "basil",
            },
            {
                count = 1,
                item = "thyme",
            },
            {
                count = 1,
                item = "oregano",
            },
            {
                count = 1,
                item = "dill",
            },
            {
                hours = 0,
                minutes = 50,
            },
        },
        value = {
            store = 600,
        },
        name_en = "Herb Salad",
        description_en = "This flavor-packed salad of aromatic herbs tastes distinctly refreshing.",
        category = "other.cooked_dishes",
        cooking_main_category = "沙拉和蔬菜",
        cooking_main_category_en = "Salads & Greens",
        cooking_sub_category = "沙拉",
        cooking_sub_category_en = "Salads",
    },
    sauteed_snow_peas = {
        name = "清炒荷兰豆",
        description = "香脆爽口的荷兰豆配以清甜的马蹄, 翻炒得碧绿鲜亮。 ",
        stars = 1,
        restore = "dish",
        crafting_level_requirement = 4,
        kitchen_tier_requirement = 1,
        icon_sprite = "spr_ui_item_sauteed_snow_peas",
        tags = {
            "food",
            "greens",
        },
        recipe = {
            {
                count = 1,
                item = "snow_peas",
            },
            {
                count = 1,
                item = "water_chestnut",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            store = 175,
        },
        name_en = "Sauteed Snow Peas",
        description_en = "These crunchy snow peas are sauteed with crisp water chestnuts.",
        category = "other.cooked_dishes",
        cooking_main_category = "沙拉和蔬菜",
        cooking_main_category_en = "Salads & Greens",
        cooking_sub_category = "蔬菜",
        cooking_sub_category_en = "Greens",
    },
    sesame_broccoli = {
        name = "芝麻西兰花",
        description = "清甜的蒸西兰花, 表面撒满香气四溢的芝麻粒。 ",
        stars = 1,
        restore = "dish",
        crafting_level_requirement = 8,
        kitchen_tier_requirement = 1,
        icon_sprite = "spr_ui_item_sesame_broccoli",
        tags = {
            "food",
            "greens",
        },
        recipe = {
            {
                count = 1,
                item = "broccoli",
            },
            {
                count = 1,
                item = "sesame",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            store = 200,
        },
        name_en = "Sesame Broccoli",
        description_en = "This steamed broccoli is coated with sesame seeds.",
        category = "other.cooked_dishes",
        cooking_main_category = "沙拉和蔬菜",
        cooking_main_category_en = "Salads & Greens",
        cooking_sub_category = "蔬菜",
        cooking_sub_category_en = "Greens",
    },
    sliced_turnip = {
        name = "芜菁切片",
        description = "脆嫩清甜的芜菁, 口感鲜爽清新。 ",
        stars = 1,
        restore = "dish",
        crafting_level_requirement = 1,
        kitchen_tier_requirement = 1,
        icon_sprite = "spr_ui_item_sliced_turnip",
        tags = {
            "food",
            "greens",
        },
        recipe = {
            {
                count = 1,
                item = "turnip",
            },
            {
                hours = 0,
                minutes = 10,
            },
        },
        value = {
            store = 150,
        },
        name_en = "Sliced Turnip",
        description_en = "These crisp slices of turnip are mildly sweet. Tasty & refreshing.",
        category = "other.cooked_dishes",
        cooking_main_category = "沙拉和蔬菜",
        cooking_main_category_en = "Salads & Greens",
        cooking_sub_category = "蔬菜",
        cooking_sub_category_en = "Greens",
    },
    buttered_peas = {
        name = "黄油豌豆",
        description = "大量的黄油是这道美味豌豆的秘诀。 ",
        stars = 1,
        restore = "dish",
        crafting_level_requirement = 8,
        kitchen_tier_requirement = 1,
        icon_sprite = "spr_ui_item_buttered_peas",
        tags = {
            "food",
            "greens",
        },
        recipe = {
            {
                count = 1,
                item = "peas",
            },
            {
                count = 1,
                item = "butter",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            store = 240,
        },
        name_en = "Buttered Peas",
        description_en = "A generous amount of butter is the secret to these delicious peas.",
        category = "other.cooked_dishes",
        cooking_main_category = "沙拉和蔬菜",
        cooking_main_category_en = "Salads & Greens",
        cooking_sub_category = "蔬菜",
        cooking_sub_category_en = "Greens",
    },
    cabbage_slaw = {
        description = "凉拌卷心菜丝和茴香的完美混合, 爽脆可口, 令人上头。 ",
        stars = 1,
        restore = "dish",
        crafting_level_requirement = 8,
        kitchen_tier_requirement = 1,
        icon_sprite = "spr_ui_item_cabbageslaw",
        name = "凉拌卷心菜",
        tags = {
            "food",
            "salad",
        },
        recipe = {
            {
                count = 1,
                item = "cabbage",
            },
            {
                count = 1,
                item = "fennel",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            store = 230,
        },
        description_en = "A crunchy and satisfying blend of shredded cabbage and fennel.",
        name_en = "Cabbage Slaw",
        category = "other.cooked_dishes",
        cooking_main_category = "沙拉和蔬菜",
        cooking_main_category_en = "Salads & Greens",
        cooking_sub_category = "沙拉",
        cooking_sub_category_en = "Salads",
    },
    spring_salad = {
        description = "野生蔬菜的混合搭配完美呈现了春天的味道。 ",
        stars = 2,
        restore = "dish",
        crafting_level_requirement = 8,
        kitchen_tier_requirement = 1,
        icon_sprite = "spr_ui_item_springsalad",
        name = "春季沙拉",
        tags = {
            "food",
            "salad",
        },
        recipe = {
            {
                count = 1,
                item = "fennel",
            },
            {
                count = 1,
                item = "fiddlehead",
            },
            {
                count = 1,
                item = "nettle",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            store = 200,
        },
        description_en = "This blend of wild vegetables highlights the taste of spring.",
        name_en = "Spring Salad",
        category = "other.cooked_dishes",
        cooking_main_category = "沙拉和蔬菜",
        cooking_main_category_en = "Salads & Greens",
        cooking_sub_category = "沙拉",
        cooking_sub_category_en = "Salads",
    },
    seaweed_salad = {
        name = "海藻沙拉",
        description = "清爽的咸香海藻沙拉, 口感脆爽。 ",
        stars = 2,
        restore = "dish",
        crafting_level_requirement = 10,
        kitchen_tier_requirement = 1,
        icon_sprite = "spr_ui_item_seaweed_salad",
        tags = {
            "food",
            "salad",
        },
        recipe = {
            {
                count = 3,
                item = "seaweed",
            },
            {
                count = 1,
                item = "soy_sauce",
            },
            {
                count = 1,
                item = "oil",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            store = 190,
        },
        name_en = "Seaweed Salad",
        description_en = "A crunchy salad made up of thin strips of salty seaweed.",
        category = "other.cooked_dishes",
        cooking_main_category = "沙拉和蔬菜",
        cooking_main_category_en = "Salads & Greens",
        cooking_sub_category = "沙拉",
        cooking_sub_category_en = "Salads",
    },
    summer_salad = {
        name = "夏季沙拉",
        description = "这道健康沙拉尽显夏季风味。 ",
        stars = 3,
        restore = "dish",
        crafting_level_requirement = 28,
        kitchen_tier_requirement = 2,
        icon_sprite = "spr_ui_item_summer_salad",
        tags = {
            "food",
            "salad",
        },
        recipe = {
            {
                count = 1,
                item = "cucumber",
            },
            {
                count = 1,
                item = "chili_pepper",
            },
            {
                count = 1,
                item = "tomato",
            },
            {
                count = 1,
                item = "corn",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            store = 800,
        },
        name_en = "Summer Salad",
        description_en = "This healthy salad celebrates the flavors of Summer.",
        category = "other.cooked_dishes",
        cooking_main_category = "沙拉和蔬菜",
        cooking_main_category_en = "Salads & Greens",
        cooking_sub_category = "沙拉",
        cooking_sub_category_en = "Salads",
    },
    turnip_and_cabbage_salad = {
        name = "芜菁卷心菜沙拉",
        description = "新鲜爽口的沙拉, 每一口都能感受到美妙的脆嫩口感。 ",
        stars = 2,
        restore = "dish",
        crafting_level_requirement = 14,
        kitchen_tier_requirement = 2,
        icon_sprite = "spr_ui_item_turnip_and_cabbage_salad",
        tags = {
            "food",
            "salad",
        },
        recipe = {
            {
                count = 1,
                item = "turnip",
            },
            {
                count = 1,
                item = "cabbage",
            },
            {
                count = 1,
                item = "oil",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            store = 300,
        },
        name_en = "Turnip & Cabbage Salad",
        description_en = "A fresh salad with a wonderful crunch.",
        category = "other.cooked_dishes",
        cooking_main_category = "沙拉和蔬菜",
        cooking_main_category_en = "Salads & Greens",
        cooking_sub_category = "沙拉",
        cooking_sub_category_en = "Salads",
    },
    steamed_broccoli = {
        name = "清蒸西兰花",
        description = "鲜嫩多汁的清蒸西兰花。 ",
        stars = 1,
        restore = "dish",
        crafting_level_requirement = 2,
        kitchen_tier_requirement = 1,
        icon_sprite = "spr_ui_item_steamed_broccoli",
        tags = {
            "food",
            "greens",
        },
        recipe = {
            {
                count = 1,
                item = "broccoli",
            },
            {
                hours = 0,
                minutes = 10,
            },
        },
        value = {
            store = 200,
        },
        name_en = "Steamed Broccoli",
        description_en = "This broccoli is tender and juicy.",
        category = "other.cooked_dishes",
        cooking_main_category = "沙拉和蔬菜",
        cooking_main_category_en = "Salads & Greens",
        cooking_sub_category = "蔬菜",
        cooking_sub_category_en = "Greens",
    },
    tide_salad = {
        name = "浪潮沙拉",
        description = "爽口的蔬菜带着清新的海洋气息, 仿佛带你领略海边的一天。 ",
        stars = 3,
        restore = "dish",
        crafting_level_requirement = 20,
        kitchen_tier_requirement = 2,
        icon_sprite = "spr_ui_item_tide_salad",
        tags = {
            "food",
            "salad",
        },
        recipe = {
            {
                count = 1,
                item = "tide_lettuce",
            },
            {
                count = 1,
                item = "sea_grapes",
            },
            {
                count = 1,
                item = "underseaweed",
            },
            {
                count = 1,
                item = "cave_kelp",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            store = 300,
        },
        name_en = "Tide Salad",
        description_en = "A salad that tastes like a day at the beach.",
        category = "other.cooked_dishes",
        cooking_main_category = "沙拉和蔬菜",
        cooking_main_category_en = "Salads & Greens",
        cooking_sub_category = "沙拉",
        cooking_sub_category_en = "Salads",
    },
    deep_sea_soup = {
        name = "深海汤",
        icon_sprite = "spr_ui_item_deep_sea_soup",
        description = "使用了各种新鲜食材, 风味深沉而复杂, 是一道营养丰富的汤品。 ",
        tags = {
            "food",
            "soup",
        },
        stars = 2,
        restore = "dish",
        crafting_level_requirement = 12,
        kitchen_tier_requirement = 1,
        recipe = {
            {
                count = 1,
                item = "cave_kelp",
            },
            {
                count = 1,
                item = "mines_mussels",
            },
            {
                count = 1,
                item = "underseaweed",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            store = 220,
        },
        name_en = "Deep Sea Soup",
        description_en = "This nutritious soup uses fresh ingredients to form a deep & complex flavor.",
        category = "other.cooked_dishes",
        cooking_main_category = "汤和炖菜",
        cooking_main_category_en = "Soups & Stews",
        cooking_sub_category = "汤",
        cooking_sub_category_en = "Soups",
    },
    fish_stew = {
        description = "这道美味的炖菜将新鲜烹制的鱼肉与甜美的野韭葱完美融合。 ",
        stars = 2,
        restore = "dish",
        crafting_level_requirement = 10,
        kitchen_tier_requirement = 1,
        icon_sprite = "spr_ui_item_fishstew",
        name = "鱼肉炖菜",
        tags = {
            "food",
            "cozy",
            "stew",
            "fishy",
            "no_inn_plate",
        },
        recipe = {
            {
                count = 1,
                item = "smallmouth_bass",
            },
            {
                count = 1,
                item = "red_snapper",
            },
            {
                count = 1,
                item = "wild_leek",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            store = 200,
        },
        description_en = "This flavorful stew blends the taste of freshly cooked fish with sweet wild leek.",
        name_en = "Fish Stew",
        category = "other.cooked_dishes",
        cooking_main_category = "汤和炖菜",
        cooking_main_category_en = "Soups & Stews",
        cooking_sub_category = "炖菜",
        cooking_sub_category_en = "Stews",
    },
    gazpacho = {
        description = "口感新鲜的冷汤, 为炎热的夏日解暑。 ",
        stars = 3,
        restore = "dish",
        crafting_level_requirement = 26,
        kitchen_tier_requirement = 2,
        icon_sprite = "spr_ui_item_gazpacho",
        name = "冷汤",
        tags = {
            "food",
            "cozy",
            "soup",
        },
        recipe = {
            {
                count = 1,
                item = "cucumber",
            },
            {
                count = 1,
                item = "tomato",
            },
            {
                count = 1,
                item = "watermelon",
            },
            {
                count = 1,
                item = "basil",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            store = 750,
        },
        description_en = "A fresh tasting soup served cold on hot summer days.",
        name_en = "Gazpacho",
        category = "other.cooked_dishes",
        cooking_main_category = "汤和炖菜",
        cooking_main_category_en = "Soups & Stews",
        cooking_sub_category = "汤",
        cooking_sub_category_en = "Soups",
    },
    miners_mushroom_stew = {
        description = "浓郁鲜香的蘑菇炖深受矿工们的喜爱。 ",
        icon_sprite = "spr_ui_item_miner_mushroom_stew",
        name = "矿工蘑菇炖",
        tags = {
            "food",
            "stew",
            "mushroomy",
        },
        stars = 1,
        restore = "dish",
        crafting_level_requirement = 2,
        kitchen_tier_requirement = 1,
        recipe = {
            {
                count = 1,
                item = "upper_mines_mushroom",
            },
            {
                count = 1,
                item = "wild_mushroom",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            store = 160,
        },
        description_en = "This rich and savory mushroom stew is a popular dish among miners.",
        name_en = "Miner's Mushroom Stew",
        category = "other.cooked_dishes",
        cooking_main_category = "汤和炖菜",
        cooking_main_category_en = "Soups & Stews",
        cooking_sub_category = "炖菜",
        cooking_sub_category_en = "Stews",
    },
    onion_soup = {
        name = "洋葱汤",
        description = "浓郁的洋葱汤香气四溢, 味道与其迷人的气息一样令人难以抗拒。 ",
        stars = 2,
        restore = "dish",
        crafting_level_requirement = 14,
        kitchen_tier_requirement = 1,
        icon_sprite = "spr_ui_item_onion_soup",
        tags = {
            "food",
            "soup",
        },
        recipe = {
            {
                count = 1,
                item = "onion",
            },
            {
                count = 1,
                item = "cow_milk",
            },
            {
                count = 1,
                item = "cheese",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            store = 320,
        },
        name_en = "Onion Soup",
        description_en = "A rich onion soup that smells as good as it tastes.",
        category = "other.cooked_dishes",
        cooking_main_category = "汤和炖菜",
        cooking_main_category_en = "Soups & Stews",
        cooking_sub_category = "汤",
        cooking_sub_category_en = "Soups",
    },
    potato_soup = {
        description = "浓稠的土豆汤奶香四溢, 带有淡淡的洋葱风味。 ",
        stars = 2,
        restore = "dish",
        crafting_level_requirement = 14,
        kitchen_tier_requirement = 1,
        icon_sprite = "spr_ui_item_potatosoup",
        name = "土豆浓汤",
        tags = {
            "food",
            "soup",
            "drink_sound",
            "no_inn_plate",
        },
        recipe = {
            {
                count = 1,
                item = "potato",
            },
            {
                count = 1,
                item = "cow_milk",
            },
            {
                count = 1,
                item = "wild_leek",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            store = 260,
        },
        description_en = "This thick potato soup is creamy with a mild oniony flavor.",
        name_en = "Potato Soup",
        category = "other.cooked_dishes",
        cooking_main_category = "汤和炖菜",
        cooking_main_category_en = "Soups & Stews",
        cooking_sub_category = "汤",
        cooking_sub_category_en = "Soups",
    },
    pumpkin_stew = {
        name = "南瓜炖",
        description = "由绵密细腻的南瓜泥精心熬制而成。 ",
        stars = 3,
        restore = "dish",
        crafting_level_requirement = 28,
        kitchen_tier_requirement = 2,
        icon_sprite = "spr_ui_item_pumpkin_stew",
        tags = {
            "food",
            "soup",
            "drink_sound",
        },
        recipe = {
            {
                count = 1,
                item = "pumpkin",
            },
            {
                count = 1,
                item = "onion",
            },
            {
                count = 1,
                item = "cow_milk",
            },
            {
                count = 1,
                item = "rosemary",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            store = 800,
        },
        name_en = "Pumpkin Stew",
        description_en = "A rich stew made up of creamy, pureed pumpkin.",
        category = "other.cooked_dishes",
        cooking_main_category = "汤和炖菜",
        cooking_main_category_en = "Soups & Stews",
        cooking_sub_category = "汤",
        cooking_sub_category_en = "Soups",
    },
    smoked_trout_soup = {
        description = "浓郁顺滑的奶油汤底, 烟熏鱼香令人难以抗拒。 ",
        stars = 1,
        restore = "dish",
        crafting_level_requirement = 2,
        kitchen_tier_requirement = 1,
        icon_sprite = "spr_ui_item_smokedtroutsoup",
        name = "烟熏鳟鱼汤",
        tags = {
            "food",
            "soup",
            "drink_sound",
            "fishy",
            "no_inn_plate",
        },
        recipe = {
            {
                count = 1,
                item = "trout",
            },
            {
                count = 1,
                item = "cow_milk",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            store = 175,
        },
        description_en = "This rich and creamy soup has an irresistible flavor of smoked fish.",
        name_en = "Smoked Trout Soup",
        category = "other.cooked_dishes",
        cooking_main_category = "汤和炖菜",
        cooking_main_category_en = "Soups & Stews",
        cooking_sub_category = "汤",
        cooking_sub_category_en = "Soups",
    },
    tomato_soup = {
        name = "番茄汤",
        description = "搭配一丝罗勒的点缀, 浓郁醇厚的番茄风味在这碗汤中尽情释放。 ",
        stars = 2,
        restore = "dish",
        crafting_level_requirement = 14,
        kitchen_tier_requirement = 1,
        icon_sprite = "spr_ui_item_tomato_soup",
        tags = {
            "food",
            "soup",
            "drink_sound",
            "no_inn_plate",
        },
        recipe = {
            {
                count = 1,
                item = "tomato",
            },
            {
                count = 1,
                item = "cow_milk",
            },
            {
                count = 1,
                item = "basil",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            store = 260,
        },
        name_en = "Tomato Soup",
        description_en = "The rich tomato flavor of this soup is complimented by a touch of basil.",
        category = "other.cooked_dishes",
        cooking_main_category = "汤和炖菜",
        cooking_main_category_en = "Soups & Stews",
        cooking_sub_category = "汤",
        cooking_sub_category_en = "Soups",
    },
    vegetable_soup = {
        description = "以新鲜蔬菜熬制而成的汤品, 健康又填腹。 ",
        stars = 2,
        restore = "dish",
        crafting_level_requirement = 16,
        kitchen_tier_requirement = 1,
        icon_sprite = "spr_ui_item_vegetablesoup",
        name = "蔬菜汤",
        tags = {
            "food",
            "soup",
            "drink_sound",
            "no_inn_plate",
        },
        recipe = {
            {
                count = 1,
                item = "potato",
            },
            {
                count = 1,
                item = "tomato",
            },
            {
                count = 1,
                item = "basil",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            store = 380,
        },
        description_en = "A healthy and filling soup made with fresh vegetables.",
        name_en = "Vegetable Soup",
        category = "other.cooked_dishes",
        cooking_main_category = "汤和炖菜",
        cooking_main_category_en = "Soups & Stews",
        cooking_sub_category = "汤",
        cooking_sub_category_en = "Soups",
    },
    winter_stew = {
        name = "冬季炖菜",
        description = "丰盛的炖菜里装满了冬季时令蔬菜, 驱寒暖胃。 ",
        stars = 3,
        restore = "dish",
        crafting_level_requirement = 24,
        kitchen_tier_requirement = 2,
        icon_sprite = "spr_ui_item_winter_stew",
        tags = {
            "food",
            "stew",
            "drink_sound",
        },
        recipe = {
            {
                count = 1,
                item = "daikon_radish",
            },
            {
                count = 1,
                item = "burdock_root",
            },
            {
                count = 1,
                item = "oyster_mushroom",
            },
            {
                count = 1,
                item = "soy_sauce",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            store = 650,
        },
        name_en = "Winter Stew",
        description_en = "A hearty stew loaded with winter vegetables.",
        category = "other.cooked_dishes",
        cooking_main_category = "汤和炖菜",
        cooking_main_category_en = "Soups & Stews",
        cooking_sub_category = "炖菜",
        cooking_sub_category_en = "Stews",
    },
    clam_chowder = {
        description = "浓郁奶香的浓汤, 搭配鲜美的蛤蜊肉。 ",
        stars = 2,
        restore = "dish",
        crafting_level_requirement = 10,
        kitchen_tier_requirement = 1,
        icon_sprite = "spr_ui_item_clam_chowder",
        name = "蛤蜊浓汤",
        tags = {
            "food",
            "soup",
            "drink_sound",
            "fishy",
        },
        recipe = {
            {
                count = 1,
                item = "clam",
            },
            {
                count = 1,
                item = "butter",
            },
            {
                count = 1,
                item = "cow_milk",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            store = 200,
        },
        description_en = "A rich and creamy chowder with savory clam meat.",
        name_en = "Clam Chowder",
        category = "other.cooked_dishes",
        cooking_main_category = "汤和炖菜",
        cooking_main_category_en = "Soups & Stews",
        cooking_sub_category = "汤",
        cooking_sub_category_en = "Soups",
    },
    baked_potato = {
        description = "热腾腾的松软烤土豆, 简单却十分饱腹。 ",
        stars = 1,
        restore = "dish",
        crafting_level_requirement = 4,
        kitchen_tier_requirement = 1,
        icon_sprite = "spr_ui_item_bakedpotato",
        name = "烤土豆",
        tags = {
            "food",
            "baked_dish",
        },
        recipe = {
            {
                count = 1,
                item = "potato",
            },
            {
                hours = 0,
                minutes = 10,
            },
        },
        value = {
            store = 175,
        },
        description_en = "This hot and fluffy baked potato is simple but filling.",
        name_en = "Baked Potato",
        category = "other.cooked_dishes",
        cooking_main_category = "主食",
        cooking_main_category_en = "Main Courses",
        cooking_sub_category = "烘烤品",
        cooking_sub_category_en = "Baked",
    },
    baked_sweetroot = {
        description = "经过烘烤后, 甜根天然的甜味更加浓郁, 是一道美味的小吃。 ",
        icon_sprite = "spr_ui_item_baked_sweetroot",
        name = "烤甜根",
        tags = {
            "food",
            "baked_dish",
        },
        stars = 1,
        restore = 30,
        crafting_level_requirement = 4,
        kitchen_tier_requirement = 1,
        recipe = {
            {
                count = 1,
                item = "sweetroot",
            },
            {
                hours = 0,
                minutes = 10,
            },
        },
        value = {
            store = 175,
        },
        description_en = "After baking, its natural sweetness increases, making it a tasty treat.",
        name_en = "Baked Sweetroot",
        category = "other.cooked_dishes",
        cooking_main_category = "主食",
        cooking_main_category_en = "Main Courses",
        cooking_sub_category = "烘烤品",
        cooking_sub_category_en = "Baked",
    },
    braised_burdock = {
        name = "红烧牛蒡",
        description = "切成薄片的牛蒡, 口味咸甜适中。 ",
        stars = 2,
        restore = "dish",
        crafting_level_requirement = 14,
        kitchen_tier_requirement = 1,
        icon_sprite = "spr_ui_item_braised_burdock",
        tags = {
            "food",
            "simmered_dish",
        },
        recipe = {
            {
                count = 1,
                item = "burdock_root",
            },
            {
                count = 1,
                item = "soy_sauce",
            },
            {
                count = 1,
                item = "sugar",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            store = 260,
        },
        name_en = "Braised Burdock",
        description_en = "This thinly sliced burdock has a sweet and savory flavor.",
        category = "other.cooked_dishes",
        cooking_main_category = "主食",
        cooking_main_category_en = "Main Courses",
        cooking_sub_category = "炖煮品",
        cooking_sub_category_en = "Simmered",
    },
    breaded_catfish = {
        description = "鲶鱼炸得外酥里嫩。 ",
        stars = 2,
        restore = "dish",
        crafting_level_requirement = 14,
        kitchen_tier_requirement = 1,
        icon_sprite = "spr_ui_item_breadedcatfish",
        name = "鲶鱼面包",
        tags = {
            "food",
            "fried_dish",
            "fishy",
            "inn_plate",
        },
        recipe = {
            {
                count = 1,
                item = "catfish",
            },
            {
                count = 1,
                item = "flour",
            },
            {
                count = 1,
                item = "oil",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            store = 330,
        },
        description_en = "This fried catfish is crispy on the outside and tender on the inside.",
        name_en = "Breaded Catfish",
        category = "other.cooked_dishes",
        cooking_main_category = "主食",
        cooking_main_category_en = "Main Courses",
        cooking_sub_category = "煎炸品",
        cooking_sub_category_en = "Fried",
    },
    crayfish_etouffee = {
        description = "盖浇在米饭上的浓郁美味的小龙虾炖菜。 ",
        stars = 2,
        restore = "dish",
        crafting_level_requirement = 12,
        kitchen_tier_requirement = 1,
        icon_sprite = "spr_ui_item_crayfishetouffee",
        name = "小龙虾辣炖菜",
        tags = {
            "food",
            "simmered_dish",
            "fishy",
            "no_inn_plate",
        },
        recipe = {
            {
                count = 1,
                item = "crayfish",
            },
            {
                count = 1,
                item = "rice",
            },
            {
                count = 1,
                item = "wild_leek",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            store = 320,
        },
        description_en = "A rich & delicious crayfish stew served over rice.",
        name_en = "Crayfish Etouffee",
        category = "other.cooked_dishes",
        cooking_main_category = "主食",
        cooking_main_category_en = "Main Courses",
        cooking_sub_category = "炖煮品",
        cooking_sub_category_en = "Simmered",
    },
    chickpea_curry = {
        name = "鹰嘴豆咖喱",
        description = "这道浓郁美味的咖喱是在阿尔达里亚各地都受欢迎的美食。 ",
        icon_sprite = "spr_ui_item_chickpea_curry",
        stars = 2,
        restore = "dish",
        crafting_level_requirement = 12,
        kitchen_tier_requirement = 1,
        tags = {
            "food",
            "simmered_dish",
        },
        recipe = {
            {
                count = 1,
                item = "chickpea",
            },
            {
                count = 1,
                item = "curry_powder",
            },
            {
                count = 1,
                item = "rice",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            store = 260,
        },
        name_en = "Chickpea Curry",
        description_en = "A rich, flavorful curry that's popular all over Aldaria.",
        category = "other.cooked_dishes",
        cooking_main_category = "主食",
        cooking_main_category_en = "Main Courses",
        cooking_sub_category = "炖煮品",
        cooking_sub_category_en = "Simmered",
    },
    cauliflower_curry = {
        name = "花椰菜咖喱",
        description = "辛辣的咖喱因花椰菜而变得柔和。 ",
        icon_sprite = "spr_ui_item_cauliflower_curry",
        stars = 3,
        restore = "dish",
        crafting_level_requirement = 24,
        kitchen_tier_requirement = 2,
        tags = {
            "food",
            "simmered_dish",
        },
        recipe = {
            {
                count = 1,
                item = "cauliflower",
            },
            {
                count = 1,
                item = "butter",
            },
            {
                count = 1,
                item = "curry_powder",
            },
            {
                count = 1,
                item = "rice",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            store = 650,
        },
        name_en = "Cauliflower Curry",
        description_en = "This spicy curry is mellowed by the cauliflower.",
        category = "other.cooked_dishes",
        cooking_main_category = "主食",
        cooking_main_category_en = "Main Courses",
        cooking_sub_category = "炖煮品",
        cooking_sub_category_en = "Simmered",
    },
    deluxe_curry = {
        name = "豪华咖喱",
        description = "嫩软的蔬菜和酥脆的炸虾的豪华咖喱组合。 ",
        icon_sprite = "spr_ui_item_deluxe_curry",
        stars = 3,
        restore = "dish",
        crafting_level_requirement = 24,
        kitchen_tier_requirement = 2,
        tags = {
            "food",
            "simmered_dish",
            "no_inn_plate",
        },
        recipe = {
            {
                count = 1,
                item = "potato",
            },
            {
                count = 1,
                item = "shrimp",
            },
            {
                count = 1,
                item = "curry_powder",
            },
            {
                count = 1,
                item = "rice",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            store = 600,
        },
        name_en = "Deluxe Curry",
        description_en = "This deluxe curry features tender vegetables and crispy fried shrimp.",
        category = "other.cooked_dishes",
        cooking_main_category = "主食",
        cooking_main_category_en = "Main Courses",
        cooking_sub_category = "炖煮品",
        cooking_sub_category_en = "Simmered",
    },
    fried_rice = {
        name = "炒饭",
        description = "米饭和蔬菜的完美结合, 深受欢迎。 ",
        stars = 5,
        restore = "dish",
        crafting_level_requirement = 40,
        kitchen_tier_requirement = 3,
        icon_sprite = "spr_ui_item_fried_rice",
        tags = {
            "food",
            "sauteed_dish",
        },
        recipe = {
            {
                count = 1,
                item = "rice",
            },
            {
                count = 1,
                item = "egg",
            },
            {
                count = 1,
                item = "carrot",
            },
            {
                count = 1,
                item = "peas",
            },
            {
                count = 1,
                item = "water_chestnut",
            },
            {
                count = 1,
                item = "soy_sauce",
            },
            {
                hours = 1,
                minutes = 0,
            },
        },
        value = {
            store = 1200,
        },
        name_en = "Fried Rice",
        description_en = "This popular dish is a perfect mix of rice and vegetables.",
        category = "other.cooked_dishes",
        cooking_main_category = "主食",
        cooking_main_category_en = "Main Courses",
        cooking_sub_category = "炒制品",
        cooking_sub_category_en = "Sauteed",
    },
    jam_sandwich = {
        name = "果酱三明治",
        description = "松软面包搭配野莓果酱。 ",
        stars = 2,
        restore = 65,
        recipe_is_default = true,
        crafting_level_requirement = 10,
        kitchen_tier_requirement = 1,
        icon_sprite = "spr_ui_item_jam_sandwich",
        tags = {
            "food",
            "hand_crafted_dish",
        },
        recipe = {
            {
                count = 1,
                item = "bread",
            },
            {
                count = 1,
                item = "wild_berry_jam",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            store = 300,
        },
        name_en = "Jam Sandwich",
        description_en = "A sweet sandwich made with fluffy bread and wild berry jam.",
        category = "other.cooked_dishes",
        cooking_main_category = "主食",
        cooking_main_category_en = "Main Courses",
        cooking_sub_category = "手制品",
        cooking_sub_category_en = "Hand Crafted",
    },
    loaded_baked_potato = {
        description = "松软的烤土豆, 配以丰富多样的香料。 ",
        stars = 3,
        restore = "dish",
        crafting_level_requirement = 20,
        kitchen_tier_requirement = 2,
        icon_sprite = "spr_ui_item_loadedbakedpotato",
        name = "豪华烤土豆",
        tags = {
            "food",
            "baked_dish",
            "inn_plate",
        },
        recipe = {
            {
                count = 1,
                item = "potato",
            },
            {
                count = 1,
                item = "butter",
            },
            {
                count = 1,
                item = "cheese",
            },
            {
                count = 1,
                item = "wild_leek",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            store = 500,
        },
        description_en = "A hot and fluffy baked potato with all the trimmings.",
        name_en = "Loaded Baked Potato",
        category = "other.cooked_dishes",
        cooking_main_category = "主食",
        cooking_main_category_en = "Main Courses",
        cooking_sub_category = "烘烤品",
        cooking_sub_category_en = "Baked",
    },
    mackerel_sashimi = {
        description = "刀工精湛的的顶级鲭鱼刺身。 ",
        stars = 1,
        restore = "dish",
        crafting_level_requirement = 1,
        kitchen_tier_requirement = 1,
        icon_sprite = "spr_ui_item_mackerel_sashimi",
        name = "鲭鱼刺身",
        tags = {
            "food",
            "hand_crafted_dish",
            "fishy",
        },
        recipe = {
            {
                count = 1,
                item = "mackerel",
            },
            {
                hours = 0,
                minutes = 10,
            },
        },
        value = {
            store = 120,
        },
        description_en = "An expertly cut slice of premium mackerel.",
        name_en = "Mackerel Sashimi",
        category = "other.cooked_dishes",
        cooking_main_category = "主食",
        cooking_main_category_en = "Main Courses",
        cooking_sub_category = "手制品",
        cooking_sub_category_en = "Hand Crafted",
    },
    mushroom_rice = {
        description = "蓬松的蘑菇饭带有坚果香味和烤制的风味。 ",
        stars = 2,
        restore = "dish",
        crafting_level_requirement = 14,
        kitchen_tier_requirement = 1,
        icon_sprite = "spr_ui_item_mushroomrice",
        name = "蘑菇饭",
        tags = {
            "food",
            "simmered_dish",
            "mushroomy",
            "no_inn_plate",
        },
        recipe = {
            {
                count = 1,
                item = "morel_mushroom",
            },
            {
                count = 1,
                item = "rice",
            },
            {
                count = 1,
                item = "soy_sauce",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            store = 280,
        },
        description_en = "This fluffy mushroom rice has a nutty, toasted flavor.",
        name_en = "Mushroom Rice",
        category = "other.cooked_dishes",
        cooking_main_category = "主食",
        cooking_main_category_en = "Main Courses",
        cooking_sub_category = "炖煮品",
        cooking_sub_category_en = "Simmered",
    },
    pan_fried_salmon = {
        description = "煎得很完美的三文鱼, 鲜嫩酥脆。 ",
        stars = 1,
        restore = "dish",
        crafting_level_requirement = 2,
        kitchen_tier_requirement = 1,
        icon_sprite = "spr_ui_item_panfriedsalmon",
        name = "香煎三文鱼",
        tags = {
            "food",
            "fried_dish",
            "fishy",
            "no_inn_plate",
        },
        recipe = {
            {
                count = 1,
                item = "salmon",
            },
            {
                count = 1,
                item = "oil",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            store = 160,
        },
        description_en = "This pan fried salmon is perfectly tender and flaky.",
        name_en = "Pan-fried Salmon",
        category = "other.cooked_dishes",
        cooking_main_category = "主食",
        cooking_main_category_en = "Main Courses",
        cooking_sub_category = "煎炸品",
        cooking_sub_category_en = "Fried",
    },
    pan_fried_snapper = {
        description = "味道清淡的红鲷鱼, 带有一丝自然的甜美。 ",
        stars = 1,
        restore = "dish",
        crafting_level_requirement = 2,
        kitchen_tier_requirement = 1,
        icon_sprite = "spr_ui_item_panfriedsnapper",
        name = "香煎红鲷鱼",
        tags = {
            "food",
            "fried_dish",
            "fishy",
            "no_inn_plate",
        },
        recipe = {
            {
                count = 1,
                item = "red_snapper",
            },
            {
                count = 1,
                item = "oil",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            store = 160,
        },
        description_en = "This pan fried snapper is mild and a little sweet.",
        name_en = "Pan-fried Snapper",
        category = "other.cooked_dishes",
        cooking_main_category = "主食",
        cooking_main_category_en = "Main Courses",
        cooking_sub_category = "煎炸品",
        cooking_sub_category_en = "Fried",
    },
    quiche = {
        description = "可口的咸派, 内馅是蓬松柔软的鸡蛋。 ",
        stars = 2,
        restore = "dish",
        crafting_level_requirement = 14,
        kitchen_tier_requirement = 1,
        icon_sprite = "spr_ui_item_quiche",
        name = "法式咸派",
        tags = {
            "food",
            "baked_dish",
        },
        recipe = {
            {
                count = 1,
                item = "egg",
            },
            {
                count = 1,
                item = "cow_milk",
            },
            {
                count = 1,
                item = "flour",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            store = 270,
        },
        description_en = "A savory tart filled with fluffy eggs.",
        name_en = "Quiche",
        category = "other.cooked_dishes",
        cooking_main_category = "主食",
        cooking_main_category_en = "Main Courses",
        cooking_sub_category = "烘烤品",
        cooking_sub_category_en = "Baked",
    },
    red_snapper_sushi = {
        name = "红鲷鱼寿司",
        description = "上等的红鲷鱼生鱼片寿司。 ",
        icon_sprite = "spr_ui_item_red_snapper_sushi",
        stars = 1,
        restore = "dish",
        crafting_level_requirement = 8,
        kitchen_tier_requirement = 1,
        tags = {
            "food",
            "hand_crafted_dish",
            "fishy",
            "inn_plate",
        },
        recipe = {
            {
                count = 1,
                item = "red_snapper",
            },
            {
                count = 1,
                item = "rice",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            store = 250,
        },
        name_en = "Red Snapper Sushi",
        description_en = "A premium slice of Red Snapper over seasoned rice.",
        category = "other.cooked_dishes",
        cooking_main_category = "主食",
        cooking_main_category_en = "Main Courses",
        cooking_sub_category = "手制品",
        cooking_sub_category_en = "Hand Crafted",
    },
    riceball = {
        description = "简单却十分饱腹的食品, 方便携带。 ",
        stars = 2,
        restore = "dish",
        crafting_level_requirement = 14,
        kitchen_tier_requirement = 1,
        icon_sprite = "spr_ui_item_riceball",
        name = "饭团",
        tags = {
            "food",
            "hand_crafted_dish",
            "mild",
            "inn_plate",
        },
        recipe = {
            {
                count = 1,
                item = "rice",
            },
            {
                count = 1,
                item = "seaweed",
            },
            {
                count = 1,
                item = "rock_salt",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            store = 260,
        },
        description_en = "A simple yet satisfying meal that travels well.",
        name_en = "Rice Ball",
        category = "other.cooked_dishes",
        cooking_main_category = "主食",
        cooking_main_category_en = "Main Courses",
        cooking_sub_category = "手制品",
        cooking_sub_category_en = "Hand Crafted",
    },
    roasted_cauliflower = {
        name = "烤花椰菜",
        description = "质地柔嫩的烤花椰菜, 带有淡淡的坚果风味。 ",
        stars = 1,
        restore = "dish",
        crafting_level_requirement = 4,
        kitchen_tier_requirement = 1,
        icon_sprite = "spr_ui_item_roasted_cauliflower",
        tags = {
            "food",
            "roasted_dish",
        },
        recipe = {
            {
                count = 1,
                item = "cauliflower",
            },
            {
                hours = 0,
                minutes = 10,
            },
        },
        value = {
            store = 175,
        },
        name_en = "Roasted Cauliflower",
        description_en = "This cauliflower has a tender texture and a mild, nutty taste.",
        category = "other.cooked_dishes",
        cooking_main_category = "主食",
        cooking_main_category_en = "Main Courses",
        cooking_sub_category = "烘烤品",
        cooking_sub_category_en = "Roasted",
    },
    roasted_sweet_potato = {
        name = "烤红薯",
        description = "有着如蛋奶酱般的细腻口感。 ",
        stars = 1,
        restore = "dish",
        crafting_level_requirement = 1,
        kitchen_tier_requirement = 1,
        icon_sprite = "spr_ui_item_roasted_sweet_potato",
        tags = {
            "food",
            "roasted_dish",
        },
        recipe = {
            {
                count = 1,
                item = "sweet_potato",
            },
            {
                hours = 0,
                minutes = 10,
            },
        },
        value = {
            store = 150,
        },
        name_en = "Roasted Sweet Potato",
        description_en = "This roasted sweet potato has a custard-like consistency.",
        category = "other.cooked_dishes",
        cooking_main_category = "主食",
        cooking_main_category_en = "Main Courses",
        cooking_sub_category = "烘烤品",
        cooking_sub_category_en = "Roasted",
    },
    rosemary_garlic_noodles = {
        name = "迷迭香蒜香面",
        description = "嫩滑的面条裹着浓郁的迷迭香蒜香黄油。 ",
        stars = 3,
        restore = 60,
        crafting_level_requirement = 20,
        kitchen_tier_requirement = 2,
        icon_sprite = "spr_ui_item_rosemary_garlic_noodles",
        tags = {
            "food",
            "simmered_dish",
            "no_inn_plate",
        },
        recipe = {
            {
                count = 1,
                item = "noodles",
            },
            {
                count = 1,
                item = "rosemary",
            },
            {
                count = 1,
                item = "garlic",
            },
            {
                count = 1,
                item = "butter",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            store = 420,
        },
        name_en = "Rosemary Garlic Noodles",
        description_en = "These tender noodles are coated in a rich buttery rosemary-garlic sauce.",
        category = "other.cooked_dishes",
        cooking_main_category = "主食",
        cooking_main_category_en = "Main Courses",
        cooking_sub_category = "炖煮品",
        cooking_sub_category_en = "Simmered",
    },
    salmon_sashimi = {
        description = "刀工精湛的的顶级三文鱼刺身。 ",
        restore = "dish",
        crafting_level_requirement = 1,
        kitchen_tier_requirement = 1,
        stars = 1,
        icon_sprite = "spr_ui_item_salmon_sashimi",
        name = "三文鱼刺身",
        tags = {
            "food",
            "hand_crafted_dish",
            "fishy",
        },
        recipe = {
            {
                count = 1,
                item = "salmon",
            },
            {
                hours = 0,
                minutes = 10,
            },
        },
        value = {
            store = 120,
        },
        description_en = "An expertly cut slice of premium salmon.",
        name_en = "Salmon Sashimi",
        category = "other.cooked_dishes",
        cooking_main_category = "主食",
        cooking_main_category_en = "Main Courses",
        cooking_sub_category = "手制品",
        cooking_sub_category_en = "Hand Crafted",
    },
    simmered_daikon = {
        name = "炖白萝卜",
        description = "软糯清甜的白萝卜片, 滋味温和而甘甜。 ",
        stars = 1,
        restore = "dish",
        crafting_level_requirement = 8,
        kitchen_tier_requirement = 1,
        icon_sprite = "spr_ui_item_simmered_daikon",
        tags = {
            "food",
            "simmered_dish",
        },
        recipe = {
            {
                count = 1,
                item = "daikon_radish",
            },
            {
                count = 1,
                item = "soy_sauce",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            store = 200,
        },
        name_en = "Simmered Daikon",
        description_en = "These soft slices of daikon have a mildly sweet flavor.",
        category = "other.cooked_dishes",
        cooking_main_category = "主食",
        cooking_main_category_en = "Main Courses",
        cooking_sub_category = "炖煮品",
        cooking_sub_category_en = "Simmered",
    },
    sushi_platter = {
        description = "色彩丰富的精致寿司拼盘, 令人食欲大开。 ",
        stars = 5,
        restore = "dish",
        crafting_level_requirement = 40,
        kitchen_tier_requirement = 3,
        icon_sprite = "spr_ui_item_sushiplatter",
        name = "寿司拼盘",
        tags = {
            "food",
            "hand_crafted_dish",
            "fishy",
        },
        recipe = {
            {
                count = 1,
                item = "tuna",
            },
            {
                count = 1,
                item = "salmon",
            },
            {
                count = 1,
                item = "mackerel",
            },
            {
                count = 1,
                item = "rice",
            },
            {
                count = 1,
                item = "seaweed",
            },
            {
                count = 1,
                item = "soy_sauce",
            },
            {
                hours = 1,
                minutes = 0,
            },
        },
        value = {
            store = 1000,
        },
        description_en = "An impressive platter featuring a selection of fresh sushi.",
        name_en = "Sushi Platter",
        category = "other.cooked_dishes",
        cooking_main_category = "主食",
        cooking_main_category_en = "Main Courses",
        cooking_sub_category = "手制品",
        cooking_sub_category_en = "Hand Crafted",
    },
    tuna_sashimi = {
        description = "刀工精湛的的顶级吞拿鱼刺身。 ",
        stars = 1,
        restore = "dish",
        recipe_is_default = true,
        crafting_level_requirement = 1,
        kitchen_tier_requirement = 1,
        icon_sprite = "spr_ui_item_tuna_sashimi",
        name = "吞拿鱼刺身",
        tags = {
            "food",
            "hand_crafted_dish",
            "fishy",
        },
        recipe = {
            {
                count = 1,
                item = "tuna",
            },
            {
                hours = 0,
                minutes = 10,
            },
        },
        value = {
            store = 120,
        },
        description_en = "An expertly cut slice of premium tuna.",
        name_en = "Tuna Sashimi",
        category = "other.cooked_dishes",
        cooking_main_category = "主食",
        cooking_main_category_en = "Main Courses",
        cooking_sub_category = "手制品",
        cooking_sub_category_en = "Hand Crafted",
    },
    vegetable_quiche = {
        description = "可口的咸派, 内馅是蓬松柔软的鸡蛋和美味的蔬菜。 ",
        stars = 4,
        restore = "dish",
        crafting_level_requirement = 30,
        kitchen_tier_requirement = 3,
        icon_sprite = "spr_ui_item_vegetable_quiche",
        name = "蔬菜法式咸派",
        tags = {
            "chef",
            "baked_dish",
            "food",
        },
        recipe = {
            {
                count = 1,
                item = "egg",
            },
            {
                count = 1,
                item = "cow_milk",
            },
            {
                count = 1,
                item = "flour",
            },
            {
                count = 1,
                item = "potato",
            },
            {
                count = 1,
                item = "wild_leek",
            },
            {
                hours = 0,
                minutes = 50,
            },
        },
        value = {
            store = 800,
        },
        description_en = "A savory tart filled with fluffy eggs and flavorful vegetables.",
        name_en = "Vegetable Quiche",
        category = "other.cooked_dishes",
        cooking_main_category = "主食",
        cooking_main_category_en = "Main Courses",
        cooking_sub_category = "烘烤品",
        cooking_sub_category_en = "Baked",
    },
    apple_honey_curry = {
        description = "甜美温和的咖喱裹着各种蔬菜, 浇在香喷喷的米饭上。 ",
        stars = 5,
        restore = "dish",
        crafting_level_requirement = 40,
        kitchen_tier_requirement = 3,
        icon_sprite = "spr_ui_item_apple_honey_curry",
        name = "苹果蜜糖咖喱",
        tags = {
            "chef",
            "simmered_dish",
            "food",
        },
        recipe = {
            {
                count = 1,
                item = "apple",
            },
            {
                count = 1,
                item = "honey",
            },
            {
                count = 1,
                item = "curry_powder",
            },
            {
                count = 1,
                item = "sweet_potato",
            },
            {
                count = 1,
                item = "onion",
            },
            {
                count = 1,
                item = "rice",
            },
            {
                hours = 1,
                minutes = 0,
            },
        },
        value = {
            store = 1300,
        },
        description_en = "A sweet, mild curry, loaded with vegetables and served over rice.",
        name_en = "Apple Honey Curry",
        category = "other.cooked_dishes",
        cooking_main_category = "主食",
        cooking_main_category_en = "Main Courses",
        cooking_sub_category = "炖煮品",
        cooking_sub_category_en = "Simmered",
    },
    chili_coconut_curry = {
        description = "浓郁的椰果与香辣的辣椒完美融合, 配上香米, 令人垂涎欲滴。 ",
        stars = 4,
        restore = "dish",
        crafting_level_requirement = 36,
        kitchen_tier_requirement = 3,
        icon_sprite = "spr_ui_item_chili_coconut_curry",
        name = "辣椒椰子咖喱",
        tags = {
            "chef",
            "simmered_dish",
            "food",
            "no_inn_plate",
        },
        recipe = {
            {
                count = 1,
                item = "coconut_milk",
            },
            {
                count = 1,
                item = "chili_pepper",
            },
            {
                count = 1,
                item = "curry_powder",
            },
            {
                count = 1,
                item = "wild_mushroom",
            },
            {
                count = 1,
                item = "rice",
            },
            {
                hours = 0,
                minutes = 50,
            },
        },
        value = {
            store = 1600,
        },
        description_en = "This tempting curry is made up of creamy coconut and spicy chilies over rice.",
        name_en = "Chili Coconut Curry",
        category = "other.cooked_dishes",
        cooking_main_category = "主食",
        cooking_main_category_en = "Main Courses",
        cooking_sub_category = "炖煮品",
        cooking_sub_category_en = "Simmered",
    },
    beet_soup = {
        description = "颜色鲜艳的甜菜汤, 美味又健康。 ",
        stars = 5,
        restore = "dish",
        crafting_level_requirement = 40,
        kitchen_tier_requirement = 3,
        icon_sprite = "spr_ui_item_beet_soup",
        name = "甜菜汤",
        tags = {
            "soup",
            "food",
            "no_inn_plate",
        },
        recipe = {
            {
                count = 1,
                item = "beet",
            },
            {
                count = 1,
                item = "carrot",
            },
            {
                count = 1,
                item = "potato",
            },
            {
                count = 1,
                item = "onion",
            },
            {
                count = 1,
                item = "cabbage",
            },
            {
                count = 1,
                item = "cow_milk",
            },
            {
                hours = 1,
                minutes = 0,
            },
        },
        value = {
            store = 1500,
        },
        description_en = "A vividly colored soup that's delicious and healthy.",
        name_en = "Beet Soup",
        category = "other.cooked_dishes",
        cooking_main_category = "汤和炖菜",
        cooking_main_category_en = "Soups & Stews",
        cooking_sub_category = "汤",
        cooking_sub_category_en = "Soups",
    },
    harvest_plate = {
        description = "秋季丰收的盛宴, 汇集时令的鲜美蔬果。 ",
        stars = 5,
        restore = "dish",
        crafting_level_requirement = 40,
        kitchen_tier_requirement = 3,
        icon_sprite = "spr_ui_item_harvest_plate",
        name = "丰收拼盘",
        tags = {
            "chef",
            "baked_dish",
            "food",
        },
        recipe = {
            {
                count = 1,
                item = "sweet_potato",
            },
            {
                count = 1,
                item = "broccoli",
            },
            {
                count = 1,
                item = "cranberry",
            },
            {
                count = 1,
                item = "pumpkin",
            },
            {
                count = 1,
                item = "onion",
            },
            {
                count = 1,
                item = "rosemary",
            },
            {
                hours = 1,
                minutes = 0,
            },
        },
        value = {
            store = 1500,
        },
        description_en = "A meal that celebrates the bounty of the Autumn harvest.",
        name_en = "Harvest Plate",
        category = "other.cooked_dishes",
        cooking_main_category = "主食",
        cooking_main_category_en = "Main Courses",
        cooking_sub_category = "烘烤品",
        cooking_sub_category_en = "Baked",
    },
    seafood_boil = {
        description = "丰盛诱人的新鲜海鲜与蔬菜搭配, 浇淋着满满的黄油。 ",
        stars = 5,
        restore = 150,
        crafting_level_requirement = 40,
        kitchen_tier_requirement = 3,
        icon_sprite = "spr_ui_item_seafood_boil",
        name = "手抓海鲜",
        tags = {
            "chef",
            "steamed_dish",
            "food",
            "fishy",
            "no_inn_plate",
        },
        recipe = {
            {
                count = 2,
                item = "crab",
            },
            {
                count = 2,
                item = "mines_mussels",
            },
            {
                count = 2,
                item = "crayfish",
            },
            {
                count = 1,
                item = "corn",
            },
            {
                count = 1,
                item = "hot_potato",
            },
            {
                count = 1,
                item = "butter",
            },
            {
                hours = 1,
                minutes = 0,
            },
        },
        value = {
            store = 1000,
        },
        description_en = "This medley of fresh seafood and vegetables is doused generously in butter.",
        name_en = "Seafood Boil",
        category = "other.cooked_dishes",
        cooking_main_category = "主食",
        cooking_main_category_en = "Main Courses",
        cooking_sub_category = "蒸制品",
        cooking_sub_category_en = "Steamed",
    },
    seafood_snow_pea_noodles = {
        description = "热气腾腾的炒面, 满满的荷兰豆和新鲜海鲜让人垂涎。 ",
        stars = 5,
        restore = "dish",
        crafting_level_requirement = 40,
        kitchen_tier_requirement = 3,
        icon_sprite = "spr_ui_item_seafood_snow_pea_noodles",
        name = "荷兰豆海鲜炒面",
        tags = {
            "chef",
            "sauteed_dish",
            "food",
            "no_inn_plate",
        },
        recipe = {
            {
                count = 1,
                item = "snow_peas",
            },
            {
                count = 1,
                item = "noodles",
            },
            {
                count = 1,
                item = "king_crab",
            },
            {
                count = 1,
                item = "bonito",
            },
            {
                count = 1,
                item = "herring",
            },
            {
                count = 1,
                item = "soy_sauce",
            },
            {
                hours = 1,
                minutes = 0,
            },
        },
        value = {
            store = 1500,
        },
        description_en = "A dish of stir fried noodles loaded with snow peas and fresh seafood.",
        name_en = "Seafood Snow Pea Noodles",
        category = "other.cooked_dishes",
        cooking_main_category = "主食",
        cooking_main_category_en = "Main Courses",
        cooking_sub_category = "炒制品",
        cooking_sub_category_en = "Sauteed",
    },
    spring_galette = {
        description = "酥脆浓郁的派皮衬托着所有春季野生植物的风采。 ",
        stars = 5,
        restore = "dish",
        crafting_level_requirement = 40,
        kitchen_tier_requirement = 3,
        icon_sprite = "spr_ui_item_spring_galette",
        name = "春蔬格雷派饼",
        tags = {
            "chef",
            "baked_dish",
            "food",
            "mushroomy",
        },
        recipe = {
            {
                count = 1,
                item = "fiddlehead",
            },
            {
                count = 1,
                item = "morel_mushroom",
            },
            {
                count = 1,
                item = "wild_leek",
            },
            {
                count = 1,
                item = "flour",
            },
            {
                count = 1,
                item = "butter",
            },
            {
                count = 1,
                item = "cheese",
            },
            {
                hours = 1,
                minutes = 0,
            },
        },
        value = {
            store = 1000,
        },
        description_en = "A rich pastry crust highlights all the wild flavors of Spring.",
        name_en = "Spring Galette",
        category = "other.cooked_dishes",
        cooking_main_category = "主食",
        cooking_main_category_en = "Main Courses",
        cooking_sub_category = "烘烤品",
        cooking_sub_category_en = "Baked",
    },
    veggie_sub_sandwich = {
        description = "开胃的三文治里堆满了薄切的各色蔬菜, 层层叠叠, 分量十足。 ",
        stars = 5,
        restore = "dish",
        crafting_level_requirement = 40,
        kitchen_tier_requirement = 3,
        icon_sprite = "spr_ui_item_veggie_sub_sandwich",
        name = "蔬菜三文治",
        tags = {
            "food",
            "hand_crafted_dish",
            "fishy",
        },
        recipe = {
            {
                count = 1,
                item = "bread",
            },
            {
                count = 1,
                item = "tide_lettuce",
            },
            {
                count = 1,
                item = "tomato",
            },
            {
                count = 1,
                item = "cucumber",
            },
            {
                count = 1,
                item = "cheese",
            },
            {
                count = 1,
                item = "mayonnaise",
            },
            {
                hours = 1,
                minutes = 0,
            },
        },
        value = {
            store = 1500,
        },
        description_en = "This appetizing sandwich is made up of thinly sliced vegetables stacked high.",
        name_en = "Veggie Sub Sandwich",
        category = "other.cooked_dishes",
        cooking_main_category = "主食",
        cooking_main_category_en = "Main Courses",
        cooking_sub_category = "手制品",
        cooking_sub_category_en = "Hand Crafted",
    },
    cucumber_sandwich = {
        name = "黄瓜三文治",
        description = "这款美味的三明治里夹着薄薄的切片黄瓜和奶酪。 ",
        stars = 3,
        restore = "dish",
        crafting_level_requirement = 22,
        kitchen_tier_requirement = 2,
        icon_sprite = "spr_ui_item_cucumber_sandwich",
        tags = {
            "food",
            "hand_crafted_dish",
        },
        recipe = {
            {
                count = 1,
                item = "cucumber",
            },
            {
                count = 1,
                item = "mayonnaise",
            },
            {
                count = 1,
                item = "cheese",
            },
            {
                count = 1,
                item = "bread",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            store = 1200,
        },
        name_en = "Cucumber Sandwich",
        description_en = "This delectable sandwich thinly layers sliced cucumber and cheese.",
        category = "other.cooked_dishes",
        cooking_main_category = "主食",
        cooking_main_category_en = "Main Courses",
        cooking_sub_category = "手制品",
        cooking_sub_category_en = "Hand Crafted",
    },
    crab_cakes = {
        name = "蟹饼",
        description = "这些松软的饼里满是鲜美的蟹肉, 搭配大蒜蛋黄酱风味绝佳。 ",
        icon_sprite = "spr_ui_item_crab_cakes",
        stars = 4,
        restore = 120,
        crafting_level_requirement = 30,
        kitchen_tier_requirement = 3,
        tags = {
            "food",
            "simmered_dish",
            "fishy",
            "no_inn_plate",
        },
        recipe = {
            {
                count = 2,
                item = "crab",
            },
            {
                count = 1,
                item = "egg",
            },
            {
                count = 1,
                item = "mayonnaise",
            },
            {
                count = 1,
                item = "flour",
            },
            {
                count = 1,
                item = "dill",
            },
            {
                hours = 0,
                minutes = 50,
            },
        },
        value = {
            store = 800,
        },
        name_en = "Crab Cakes",
        description_en = "These tender cakes are packed full of savory crab. Perfect with aioli.",
        category = "other.cooked_dishes",
        cooking_main_category = "主食",
        cooking_main_category_en = "Main Courses",
        cooking_sub_category = "炖煮品",
        cooking_sub_category_en = "Simmered",
    },
    fish_tacos = {
        name = "鳕鱼玉米饼",
        description = "美味的玉米饼里装满了酥脆的鳕鱼和蔬菜。 ",
        icon_sprite = "spr_ui_item_fish_tacos",
        stars = 4,
        restore = "dish",
        crafting_level_requirement = 34,
        kitchen_tier_requirement = 3,
        tags = {
            "food",
            "hand_crafted_dish",
            "fishy",
        },
        recipe = {
            {
                count = 1,
                item = "corn",
            },
            {
                count = 1,
                item = "cod",
            },
            {
                count = 1,
                item = "mayonnaise",
            },
            {
                count = 1,
                item = "chili_pepper",
            },
            {
                count = 1,
                item = "tide_lettuce",
            },
            {
                hours = 0,
                minutes = 50,
            },
        },
        value = {
            store = 800,
        },
        name_en = "Fish Tacos",
        description_en = "These delicious tacos are loaded with crispy cod and veggies.",
        category = "other.cooked_dishes",
        cooking_main_category = "主食",
        cooking_main_category_en = "Main Courses",
        cooking_sub_category = "手制品",
        cooking_sub_category_en = "Hand Crafted",
    },
    cod_with_thyme = {
        name = "麝香草鳕鱼",
        description = "用带有胡椒香气的麝香草烘烤而成的嫩滑鳕鱼片。 ",
        icon_sprite = "spr_ui_item_cod_with_thyme",
        stars = 2,
        restore = "dish",
        crafting_level_requirement = 12,
        kitchen_tier_requirement = 1,
        tags = {
            "food",
            "baked_dish",
            "fishy",
        },
        recipe = {
            {
                count = 1,
                item = "cod",
            },
            {
                count = 1,
                item = "butter",
            },
            {
                count = 1,
                item = "thyme",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            store = 250,
        },
        name_en = "Cod with Thyme",
        description_en = "This delicate filet of cod has been baked with peppery thyme.",
        category = "other.cooked_dishes",
        cooking_main_category = "主食",
        cooking_main_category_en = "Main Courses",
        cooking_sub_category = "烘烤品",
        cooking_sub_category_en = "Baked",
    },
    incredibly_hot_pot = {
        name = "超级麻辣火锅",
        description = "绝对是世界上最辣的食物。 ",
        icon_sprite = "spr_ui_item_incredibly_hot_pot",
        stars = 4,
        restore = "dish",
        crafting_level_requirement = 30,
        kitchen_tier_requirement = 3,
        tags = {
            "food",
            "simmered_dish",
            "mushroomy",
        },
        recipe = {
            {
                count = 1,
                item = "flame_pepper",
            },
            {
                count = 1,
                item = "ash_mushroom",
            },
            {
                count = 1,
                item = "lava_chestnuts",
            },
            {
                count = 1,
                item = "hot_potato",
            },
            {
                count = 1,
                item = "earthshroom",
            },
            {
                hours = 0,
                minutes = 50,
            },
        },
        value = {
            store = 800,
        },
        name_en = "Incredibly Hot Pot",
        description_en = "This hot pot is literally the spiciest meal in the world.",
        category = "other.cooked_dishes",
        cooking_main_category = "主食",
        cooking_main_category_en = "Main Courses",
        cooking_sub_category = "炖煮品",
        cooking_sub_category_en = "Simmered",
    },
    lobster_roll = {
        name = "龙虾卷",
        description = "海边风味美食, 奶香浓郁, 是广受欢迎的午餐选择。 ",
        icon_sprite = "spr_ui_item_lobster_roll",
        stars = 4,
        restore = 150,
        crafting_level_requirement = 38,
        kitchen_tier_requirement = 3,
        tags = {
            "food",
            "hand_crafted_dish",
            "fishy",
        },
        recipe = {
            {
                count = 1,
                item = "lobster",
            },
            {
                count = 1,
                item = "bread",
            },
            {
                count = 1,
                item = "mayonnaise",
            },
            {
                count = 1,
                item = "lemon",
            },
            {
                count = 1,
                item = "wild_leek",
            },
            {
                hours = 0,
                minutes = 50,
            },
        },
        value = {
            store = 1000,
        },
        name_en = "Lobster Roll",
        description_en = "A popular seaside lunch with a rich and creamy flavor.",
        category = "other.cooked_dishes",
        cooking_main_category = "主食",
        cooking_main_category_en = "Main Courses",
        cooking_sub_category = "手制品",
        cooking_sub_category_en = "Hand Crafted",
    },
    mushroom_steak_dinner = {
        name = "蘑菇牛排",
        description = "以肥厚多汁的平菇为主角, 口感鲜嫩饱满, 宛如精心烹调的上等肉排。 ",
        icon_sprite = "spr_ui_item_mushroom_steak_dinner",
        stars = 4,
        restore = "dish",
        crafting_level_requirement = 36,
        kitchen_tier_requirement = 3,
        tags = {
            "food",
            "sauteed_dish",
            "mushroomy",
            "no_inn_plate",
        },
        recipe = {
            {
                count = 1,
                item = "oyster_mushroom",
            },
            {
                count = 1,
                item = "butter",
            },
            {
                count = 1,
                item = "cauliflower",
            },
            {
                count = 1,
                item = "beet",
            },
            {
                count = 1,
                item = "tide_lettuce",
            },
            {
                hours = 0,
                minutes = 50,
            },
        },
        value = {
            store = 900,
        },
        name_en = "Mushroom Steak Dinner",
        description_en = "An oyster mushroom is the meaty, tender centerpiece of the meal.",
        category = "other.cooked_dishes",
        cooking_main_category = "主食",
        cooking_main_category_en = "Main Courses",
        cooking_sub_category = "炒制品",
        cooking_sub_category_en = "Sauteed",
    },
    perch_risotto = {
        name = "鲈鱼烩饭",
        description = "嫩滑的鲈鱼片与奶香的意式烩饭相得益彰, 创造出和谐的味觉体验。 ",
        icon_sprite = "spr_ui_item_perch_risotto",
        stars = 4,
        restore = "dish",
        crafting_level_requirement = 34,
        kitchen_tier_requirement = 3,
        tags = {
            "food",
            "sauteed_dish",
            "fishy",
        },
        recipe = {
            {
                count = 1,
                item = "perch",
            },
            {
                count = 1,
                item = "rice",
            },
            {
                count = 1,
                item = "butter",
            },
            {
                count = 1,
                item = "garlic",
            },
            {
                count = 1,
                item = "rosemary",
            },
            {
                hours = 0,
                minutes = 50,
            },
        },
        value = {
            store = 900,
        },
        name_en = "Perch Risotto",
        description_en = "This delicate perch filet is perfectly paired with creamy risotto.",
        category = "other.cooked_dishes",
        cooking_main_category = "主食",
        cooking_main_category_en = "Main Courses",
        cooking_sub_category = "炒制品",
        cooking_sub_category_en = "Sauteed",
    },
    sea_bream_rice = {
        name = "鲷鱼饭",
        description = "可口的鲷鱼点缀着这碗鲜美诱人的米饭。 ",
        icon_sprite = "spr_ui_item_sea_bream_rice",
        stars = 4,
        restore = "dish",
        crafting_level_requirement = 36,
        kitchen_tier_requirement = 3,
        tags = {
            "food",
            "sauteed_dish",
            "fishy",
        },
        recipe = {
            {
                count = 1,
                item = "sea_bream",
            },
            {
                count = 1,
                item = "soy_sauce",
            },
            {
                count = 1,
                item = "wild_mushroom",
            },
            {
                count = 1,
                item = "earthshroom",
            },
            {
                count = 1,
                item = "rice",
            },
            {
                hours = 0,
                minutes = 50,
            },
        },
        value = {
            store = 750,
        },
        name_en = "Sea Bream Rice",
        description_en = "This rich rice incorporates tempting chunks of sea bream.",
        category = "other.cooked_dishes",
        cooking_main_category = "主食",
        cooking_main_category_en = "Main Courses",
        cooking_sub_category = "炒制品",
        cooking_sub_category_en = "Sauteed",
    },
    vegetable_pot_pie = {
        name = "蔬菜馅饼",
        description = "酥脆的饼皮包裹着浓稠肉汁与鲜美蔬菜, 口感丰富。 ",
        icon_sprite = "spr_ui_item_vegetable_pot_pie",
        stars = 4,
        restore = "dish",
        crafting_level_requirement = 38,
        kitchen_tier_requirement = 3,
        tags = {
            "food",
            "sauteed_dish",
        },
        recipe = {
            {
                count = 1,
                item = "potato",
            },
            {
                count = 1,
                item = "turnip",
            },
            {
                count = 1,
                item = "carrot",
            },
            {
                count = 1,
                item = "peas",
            },
            {
                count = 1,
                item = "flour",
            },
            {
                hours = 0,
                minutes = 50,
            },
        },
        value = {
            store = 1400,
        },
        name_en = "Vegetable Pot Pie",
        description_en = "A flaky pot pie loaded with delicious vegetables in a thick gravy.",
        category = "other.cooked_dishes",
        cooking_main_category = "主食",
        cooking_main_category_en = "Main Courses",
        cooking_sub_category = "炒制品",
        cooking_sub_category_en = "Sauteed",
    },
    pizza = {
        description = "厚厚一层融化的奶酪与微酸的番茄酱融合在一起, 造就了这款美味的披萨。 ",
        stars = 2,
        restore = "dish",
        crafting_level_requirement = 16,
        kitchen_tier_requirement = 1,
        icon_sprite = "spr_ui_item_pizza",
        name = "披萨",
        tags = {
            "chef",
            "baked_dish",
            "food",
        },
        recipe = {
            {
                count = 1,
                item = "tomato",
            },
            {
                count = 1,
                item = "cheese",
            },
            {
                count = 1,
                item = "flour",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            store = 450,
        },
        description_en = "This delicious pizza has a thick layer of melted cheese with a tangy tomato sauce.",
        name_en = "Pizza",
        category = "other.cooked_dishes",
        cooking_main_category = "主食",
        cooking_main_category_en = "Main Courses",
        cooking_sub_category = "烘烤品",
        cooking_sub_category_en = "Baked",
    },
    grilled_eel_rice_bowl = {
        description = "香嫩的烤鳗鱼配上松软白饭, 鲜美可口。 ",
        stars = 3,
        restore = "dish",
        crafting_level_requirement = 20,
        kitchen_tier_requirement = 2,
        icon_sprite = "spr_ui_item_grilled_eel_rice_bowl",
        name = "鳗鱼盖饭",
        tags = {
            "chef",
            "grilled_dish",
            "food",
            "fishy",
        },
        recipe = {
            {
                count = 1,
                item = "freshwater_eel",
            },
            {
                count = 1,
                item = "soy_sauce",
            },
            {
                count = 1,
                item = "sugar",
            },
            {
                count = 1,
                item = "rice",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            store = 500,
        },
        description_en = "A delectable grilled filet of eel served over a bed of rice.",
        name_en = "Grilled Eel Rice Bowl",
        category = "other.cooked_dishes",
        cooking_main_category = "主食",
        cooking_main_category_en = "Main Courses",
        cooking_sub_category = "烧烤品",
        cooking_sub_category_en = "Grilled",
    },
    sesame_tuna_bowl = {
        description = "鲜嫩多汁的吞拿鱼片与香气扑鼻的芝麻调味米饭相得益彰。 ",
        stars = 3,
        restore = "dish",
        crafting_level_requirement = 20,
        kitchen_tier_requirement = 2,
        icon_sprite = "spr_ui_item_sesame_tuna_bowl",
        name = "芝麻吞拿鱼盖饭",
        tags = {
            "chef",
            "hand_crafted_dish",
            "food",
            "fishy",
        },
        recipe = {
            {
                count = 1,
                item = "tuna",
            },
            {
                count = 1,
                item = "sesame",
            },
            {
                count = 1,
                item = "cucumber",
            },
            {
                count = 1,
                item = "rice",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            store = 600,
        },
        description_en = "A succulent bowl of sliced tuna over a bed of sesame seasoned rice.",
        name_en = "Sesame Tuna Bowl",
        category = "other.cooked_dishes",
        cooking_main_category = "主食",
        cooking_main_category_en = "Main Courses",
        cooking_sub_category = "手制品",
        cooking_sub_category_en = "Hand Crafted",
    },
    spicy_crab_sushi = {
        description = "美味可口的小卷, 内馅是辛香十足的蟹肉丝。 ",
        stars = 3,
        restore = "dish",
        crafting_level_requirement = 22,
        kitchen_tier_requirement = 2,
        icon_sprite = "spr_ui_item_spicy_crab_sushi",
        name = "香辣蟹肉小卷",
        tags = {
            "chef",
            "hand_crafted_dish",
            "food",
            "fishy",
        },
        recipe = {
            {
                count = 1,
                item = "crab",
            },
            {
                count = 1,
                item = "seaweed",
            },
            {
                count = 1,
                item = "chili_pepper",
            },
            {
                count = 1,
                item = "rice",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            store = 750,
        },
        description_en = "These flavorful sushi rolls are filled with spicy shredded crab.",
        name_en = "Spicy Crab Sushi",
        category = "other.cooked_dishes",
        cooking_main_category = "主食",
        cooking_main_category_en = "Main Courses",
        cooking_sub_category = "手制品",
        cooking_sub_category_en = "Hand Crafted",
    },
    garlic_bread = {
        description = "加入了蒜蓉和黄油进行烘烤的面包切片。 ",
        stars = 1,
        restore = 80,
        crafting_level_requirement = 16,
        kitchen_tier_requirement = 1,
        icon_sprite = "spr_ui_item_garlic_bread",
        name = "大蒜面包",
        tags = {
            "chef",
            "baked_dish",
            "food",
        },
        recipe = {
            {
                count = 1,
                item = "bread",
            },
            {
                count = 1,
                item = "garlic",
            },
            {
                count = 1,
                item = "butter",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            store = 400,
        },
        description_en = "A toasted slice of bread, spread with savory garlic and butter.",
        name_en = "Garlic Bread",
        category = "other.cooked_dishes",
        cooking_main_category = "主食",
        cooking_main_category_en = "Main Courses",
        cooking_sub_category = "烘烤品",
        cooking_sub_category_en = "Baked",
    },
    turnip_and_potato_gratin = {
        description = "将切得薄薄的萝卜和土豆层层叠放, 搭配丰富的奶酪与黄油, 香浓诱人。 ",
        stars = 3,
        restore = "dish",
        crafting_level_requirement = 26,
        kitchen_tier_requirement = 2,
        icon_sprite = "spr_ui_item_turnip_and_potato_gratin",
        name = "萝卜土豆焗饭",
        tags = {
            "chef",
            "baked_dish",
            "food",
        },
        recipe = {
            {
                count = 1,
                item = "potato",
            },
            {
                count = 1,
                item = "turnip",
            },
            {
                count = 1,
                item = "butter",
            },
            {
                count = 1,
                item = "cheese",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            store = 600,
        },
        description_en = "This dish layers thinly sliced turnip and potato with plenty of cheese and butter.",
        name_en = "Turnip & Potato Gratin",
        category = "other.cooked_dishes",
        cooking_main_category = "主食",
        cooking_main_category_en = "Main Courses",
        cooking_sub_category = "烘烤品",
        cooking_sub_category_en = "Baked",
    },
    grilled_cheese = {
        description = "煎得酥脆的三明治, 里面流着融化的奶酪。 ",
        stars = 3,
        restore = 120,
        crafting_level_requirement = 22,
        kitchen_tier_requirement = 2,
        icon_sprite = "spr_ui_item_grilled_cheese",
        name = "烤芝士三文治",
        tags = {
            "chef",
            "grilled_dish",
            "food",
            "inn_plate",
        },
        recipe = {
            {
                count = 1,
                item = "bread",
            },
            {
                count = 1,
                item = "cheese",
            },
            {
                count = 1,
                item = "rock_salt",
            },
            {
                count = 1,
                item = "butter",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            store = 800,
        },
        description_en = "A crisply griddled sandwich full of melted cheese.",
        name_en = "Grilled Cheese",
        category = "other.cooked_dishes",
        cooking_main_category = "主食",
        cooking_main_category_en = "Main Courses",
        cooking_sub_category = "烧烤品",
        cooking_sub_category_en = "Grilled",
    },
    fish_skewer = {
        description = "酥脆煎炸, 充分展现鱼肉的鲜美风味。 ",
        stars = 1,
        restore = "dish",
        crafting_level_requirement = 6,
        kitchen_tier_requirement = 1,
        icon_sprite = "spr_ui_item_fish_skewer",
        name = "鱼肉串",
        tags = {
            "chef",
            "grilled_dish",
            "food",
            "fishy",
        },
        recipe = {
            {
                count = 1,
                item = "smallmouth_bass",
            },
            {
                count = 1,
                item = "pike",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            store = 120,
        },
        description_en = "Crisply fried to bring out the flavor of the fish.",
        name_en = "Fish Skewers",
        category = "other.cooked_dishes",
        cooking_main_category = "主食",
        cooking_main_category_en = "Main Courses",
        cooking_sub_category = "烧烤品",
        cooking_sub_category_en = "Grilled",
    },
    pan_fried_bream = {
        description = "酥脆的口感搭配厚实多汁的肉质, 让这道佳肴成为味蕾的盛宴。 ",
        stars = 1,
        restore = "dish",
        crafting_level_requirement = 2,
        kitchen_tier_requirement = 1,
        icon_sprite = "spr_ui_item_pan_fried_bream",
        name = "香煎鳊鱼",
        tags = {
            "fried_dish",
            "food",
            "fishy",
            "no_inn_plate",
        },
        recipe = {
            {
                count = 1,
                item = "bream",
            },
            {
                count = 1,
                item = "oil",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            store = 150,
        },
        description_en = "A crisp, meaty flavor and a dense, juicy texture makes this dish a delight.",
        name_en = "Pan Fried Bream",
        category = "other.cooked_dishes",
        cooking_main_category = "主食",
        cooking_main_category_en = "Main Courses",
        cooking_sub_category = "煎炸品",
        cooking_sub_category_en = "Fried",
    },
    spicy_corn = {
        description = "裹着美味的香辣调料粉的烤玉米。 ",
        stars = 2,
        restore = "dish",
        crafting_level_requirement = 14,
        kitchen_tier_requirement = 1,
        icon_sprite = "spr_ui_item_spicy_corn",
        name = "香辣玉米棒",
        tags = {
            "fried_dish",
            "food",
            "grilled_dish",
            "fishy",
        },
        recipe = {
            {
                count = 1,
                item = "corn",
            },
            {
                count = 1,
                item = "chili_pepper",
            },
            {
                count = 1,
                item = "mayonnaise",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            store = 340,
        },
        description_en = "This roasted ear of corn has been coated with a tasty spice mixture.",
        name_en = "Spicy Corn",
        category = "other.cooked_dishes",
        cooking_main_category = "主食",
        cooking_main_category_en = "Main Courses",
        cooking_sub_category = "煎炸品",
        cooking_sub_category_en = "Fried",
    },
    horseradish_salmon = {
        description = "美味可口的三文鱼排, 外层是香辣的辣根脆壳。 ",
        stars = 3,
        restore = "dish",
        crafting_level_requirement = 28,
        kitchen_tier_requirement = 1,
        icon_sprite = "spr_ui_item_horseradish_salmon",
        name = "辣根三文鱼",
        tags = {
            "food",
            "fried_dish",
            "fishy",
        },
        recipe = {
            {
                count = 1,
                item = "salmon",
            },
            {
                count = 1,
                item = "horseradish",
            },
            {
                count = 1,
                item = "flour",
            },
            {
                count = 1,
                item = "oil",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            store = 380,
        },
        description_en = "A mouthwatering salmon steak with a spicy horseradish crust.",
        name_en = "Horseradish Salmon",
        category = "other.cooked_dishes",
        cooking_main_category = "主食",
        cooking_main_category_en = "Main Courses",
        cooking_sub_category = "煎炸品",
        cooking_sub_category_en = "Fried",
    },
    herb_butter_pasta = {
        name = "香草黄油意面",
        description = "撒上各类新鲜香草的黄油意面, 令人垂涎欲滴。 ",
        stars = 3,
        restore = 120,
        crafting_level_requirement = 28,
        kitchen_tier_requirement = 2,
        icon_sprite = "spr_ui_item_herb_butter_pasta",
        tags = {
            "food",
            "simmered_dish",
        },
        recipe = {
            {
                count = 1,
                item = "noodles",
            },
            {
                count = 1,
                item = "butter",
            },
            {
                count = 1,
                item = "thyme",
            },
            {
                count = 1,
                item = "oregano",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            store = 800,
        },
        name_en = "Herb Butter Pasta",
        description_en = "A buttery, mouthwatering pasta made with fresh herbs.",
        category = "other.cooked_dishes",
        cooking_main_category = "主食",
        cooking_main_category_en = "Main Courses",
        cooking_sub_category = "炖煮品",
        cooking_sub_category_en = "Simmered",
    },
    omelet = {
        name = "欧姆蛋",
        description = "蓬松柔软的煎蛋卷中融入了满满的香浓芝士。 ",
        stars = 3,
        restore = "dish",
        crafting_level_requirement = 22,
        kitchen_tier_requirement = 2,
        icon_sprite = "spr_ui_item_omelet",
        tags = {
            "food",
            "fried_dish",
        },
        recipe = {
            {
                count = 1,
                item = "egg",
            },
            {
                count = 1,
                item = "butter",
            },
            {
                count = 1,
                item = "cheese",
            },
            {
                count = 1,
                item = "cow_milk",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            store = 300,
        },
        name_en = "Omelet",
        description_en = "This fluffy omelet is loaded with melted cheese.",
        category = "other.cooked_dishes",
        cooking_main_category = "主食",
        cooking_main_category_en = "Main Courses",
        cooking_sub_category = "煎炸品",
        cooking_sub_category_en = "Fried",
    },
    monster_mash = {
        name = "怪物混合泥",
        description = "味道真是无法形容, 令人费解。 ",
        stars = 3,
        restore = "dish",
        crafting_level_requirement = 20,
        kitchen_tier_requirement = 2,
        icon_sprite = "spr_ui_item_monster_mash",
        tags = {
            "food",
            "simmered_dish",
        },
        recipe = {
            {
                count = 1,
                item = "monster_fang",
            },
            {
                count = 1,
                item = "monster_shell",
            },
            {
                count = 1,
                item = "monster_horn",
            },
            {
                count = 1,
                item = "monster_powder",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            store = 300,
        },
        name_en = "Monster Mash",
        description_en = "This mash has a truly indescribable flavor.",
        category = "other.cooked_dishes",
        cooking_main_category = "主食",
        cooking_main_category_en = "Main Courses",
        cooking_sub_category = "炖煮品",
        cooking_sub_category_en = "Simmered",
    },
    berries_and_cream = {
        description = "新鲜水果与奶油的完美结合, 甜而不腻, 深受欢迎。 ",
        stars = 1,
        restore = "dish",
        crafting_level_requirement = 1,
        kitchen_tier_requirement = 1,
        icon_sprite = "spr_ui_item_berriesandcream",
        name = "奶油莓果",
        tags = {
            "food",
            "hand_crafted_dessert",
        },
        recipe = {
            {
                count = 6,
                item = "wild_berries",
            },
            {
                count = 1,
                item = "cow_milk",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            store = 120,
        },
        description_en = "A popular and subtly sweet combination of fresh fruit and cream.",
        name_en = "Berries and Cream",
        category = "other.cooked_dishes",
        cooking_main_category = "甜品",
        cooking_main_category_en = "Desserts",
        cooking_sub_category = "手制品",
        cooking_sub_category_en = "Hand Crafted",
    },
    candied_lemon_peel = {
        name = "柠檬皮蜜饯",
        description = "充满柠檬风味的甜品。 ",
        stars = 1,
        restore = "dish",
        crafting_level_requirement = 8,
        kitchen_tier_requirement = 1,
        icon_sprite = "spr_ui_item_candied_lemon_peel",
        tags = {
            "food",
            "candy",
            "citrus",
        },
        recipe = {
            {
                count = 1,
                item = "lemon",
            },
            {
                count = 1,
                item = "sugar",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            store = 200,
        },
        name_en = "Candied Lemon Peel",
        description_en = "A sweet treat bursting with lemon flavor.",
        category = "other.cooked_dishes",
        cooking_main_category = "甜品",
        cooking_main_category_en = "Desserts",
        cooking_sub_category = "糖制甜品",
        cooking_sub_category_en = "Candy",
    },
    candied_strawberries = {
        name = "草莓蜜饯",
        description = "脆脆的糖衣包裹着多汁的草莓串。 ",
        stars = 1,
        restore = "dish",
        crafting_level_requirement = 8,
        kitchen_tier_requirement = 1,
        icon_sprite = "spr_ui_item_candied_strawberries",
        tags = {
            "food",
            "candy",
        },
        recipe = {
            {
                count = 1,
                item = "strawberry",
            },
            {
                count = 1,
                item = "sugar",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            store = 250,
        },
        name_en = "Candied Strawberries",
        description_en = "A crunchy sugar shell coats these juicy skewered strawberries.",
        category = "other.cooked_dishes",
        cooking_main_category = "甜品",
        cooking_main_category_en = "Desserts",
        cooking_sub_category = "糖制甜品",
        cooking_sub_category_en = "Candy",
    },
    caramelized_moon_fruit = {
        name = "焦糖满月果",
        description = "甜美的焦糖满月果, 入口即化。 ",
        stars = 1,
        restore = "dish",
        crafting_level_requirement = 6,
        kitchen_tier_requirement = 1,
        icon_sprite = "spr_ui_item_caramelized_moon_fruit",
        tags = {
            "food",
            "candy",
        },
        recipe = {
            {
                count = 1,
                item = "moon_fruit",
            },
            {
                count = 1,
                item = "sugar",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            store = 180,
        },
        name_en = "Caramelized Moon Fruit",
        description_en = "This sweet caramelized moon fruit has a melt-in-your-mouth texture.",
        category = "other.cooked_dishes",
        cooking_main_category = "甜品",
        cooking_main_category_en = "Desserts",
        cooking_sub_category = "糖制甜品",
        cooking_sub_category_en = "Candy",
    },
    cherry_cobbler = {
        name = "厚皮樱桃派",
        description = "香甜酥脆的外壳中过着鲜甜的樱桃, 美味诱人。 ",
        stars = 1,
        restore = "dish",
        crafting_level_requirement = 8,
        kitchen_tier_requirement = 1,
        icon_sprite = "spr_ui_item_cherry_cobbler",
        tags = {
            "food",
            "baked_dessert",
        },
        recipe = {
            {
                count = 1,
                item = "cherry",
            },
            {
                count = 1,
                item = "sugar",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            store = 200,
        },
        name_en = "Cherry Cobbler",
        description_en = "These sweet cherries are packed into a sugary crust.",
        category = "other.cooked_dishes",
        cooking_main_category = "甜品",
        cooking_main_category_en = "Desserts",
        cooking_sub_category = "烘烤品",
        cooking_sub_category_en = "Baked",
    },
    cherry_tart = {
        description = "樱桃搭配香酥的黄油挞皮, 酸甜可口。 ",
        stars = 2,
        restore = "dish",
        crafting_level_requirement = 18,
        kitchen_tier_requirement = 1,
        icon_sprite = "spr_ui_item_cherrytart",
        name = "樱桃挞",
        tags = {
            "food",
            "baked_dessert",
        },
        recipe = {
            {
                count = 1,
                item = "cherry",
            },
            {
                count = 1,
                item = "sugar",
            },
            {
                count = 1,
                item = "flour",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            store = 500,
        },
        description_en = "This cherry tart is sour and sweet with a crumbly buttery crust.",
        name_en = "Cherry Tart",
        category = "other.cooked_dishes",
        cooking_main_category = "甜品",
        cooking_main_category_en = "Desserts",
        cooking_sub_category = "烘烤品",
        cooking_sub_category_en = "Baked",
    },
    peaches_and_cream = {
        description = "甜蜜多汁的桃子薄片上轻轻覆盖着一层松软的鲜奶油。 ",
        stars = 2,
        restore = "dish",
        crafting_level_requirement = 16,
        kitchen_tier_requirement = 1,
        icon_sprite = "spr_ui_item_peaches_and_cream",
        name = "奶油蜜桃",
        tags = {
            "food",
            "hand_crafted_dessert",
        },
        recipe = {
            {
                count = 1,
                item = "peach",
            },
            {
                count = 1,
                item = "sugar",
            },
            {
                count = 1,
                item = "cow_milk",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            store = 300,
        },
        description_en = "These sweet peach slices are topped with whipped cream.",
        name_en = "Peaches and Cream",
        category = "other.cooked_dishes",
        cooking_main_category = "甜品",
        cooking_main_category_en = "Desserts",
        cooking_sub_category = "手制品",
        cooking_sub_category_en = "Hand Crafted",
    },
    caldosian_chocolate_cake = {
        description = "用料奢华的蛋糕, 湿润松软, 巧克力味浓郁到极致。 ",
        restore = "dish",
        name = "巧克力蛋糕",
        icon_sprite = "spr_ui_item_caldosian_chocolate_cake",
        stars = 3,
        crafting_level_requirement = 20,
        kitchen_tier_requirement = 2,
        tags = {
            "food",
            "baked_dessert",
            "choco",
        },
        recipe = {
            {
                count = 1,
                item = "chocolate",
            },
            {
                count = 1,
                item = "flour",
            },
            {
                count = 1,
                item = "sugar",
            },
            {
                count = 1,
                item = "egg",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            store = 650,
        },
        description_en = "A decadent cake, incredibly moist and almost too chocolatey.",
        name_en = "Chocolate Cake",
        category = "other.cooked_dishes",
        cooking_main_category = "甜品",
        cooking_main_category_en = "Desserts",
        cooking_sub_category = "烘烤品",
        cooking_sub_category_en = "Baked",
    },
    crystal_berry_pie = {
        description = "美观又可口。 ",
        name = "水晶浆果派",
        icon_sprite = "spr_ui_item_crystal_berry_pie",
        tags = {
            "food",
            "baked_dessert",
        },
        stars = 3,
        restore = "dish",
        crafting_level_requirement = 20,
        kitchen_tier_requirement = 2,
        recipe = {
            {
                count = 1,
                item = "crystal_berries",
            },
            {
                count = 1,
                item = "flour",
            },
            {
                count = 1,
                item = "egg",
            },
            {
                count = 1,
                item = "sugar",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            store = 550,
        },
        description_en = "A pie that's as beautiful as it is tasty.",
        name_en = "Crystal Berry Pie",
        category = "other.cooked_dishes",
        cooking_main_category = "甜品",
        cooking_main_category_en = "Desserts",
        cooking_sub_category = "烘烤品",
        cooking_sub_category_en = "Baked",
    },
    sour_lemon_cake = {
        description = "香甜诱人的柠檬蛋糕, 丰富的柠檬皮屑带来浓郁清香。 ",
        stars = 2,
        restore = "dish",
        crafting_level_requirement = 18,
        kitchen_tier_requirement = 1,
        icon_sprite = "spr_ui_item_sourlemoncake",
        name = "柠檬蛋糕",
        tags = {
            "food",
            "baked_dessert",
            "citrus",
        },
        recipe = {
            {
                count = 1,
                item = "lemon",
            },
            {
                count = 1,
                item = "flour",
            },
            {
                count = 1,
                item = "sugar",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            store = 500,
        },
        description_en = "This delightful lemon cake is flavored with a generous amount of zest.",
        name_en = "Lemon Cake",
        category = "other.cooked_dishes",
        cooking_main_category = "甜品",
        cooking_main_category_en = "Desserts",
        cooking_sub_category = "烘烤品",
        cooking_sub_category_en = "Baked",
    },
    lemon_pie = {
        description = "酸甜适中的柠檬派, 风味绝佳。 ",
        stars = 3,
        restore = "dish",
        crafting_level_requirement = 20,
        kitchen_tier_requirement = 2,
        icon_sprite = "spr_ui_item_lemonpie",
        name = "柠檬派",
        tags = {
            "food",
            "baked_dessert",
            "citrus",
            "no_inn_plate",
        },
        recipe = {
            {
                count = 1,
                item = "lemon",
            },
            {
                count = 1,
                item = "egg",
            },
            {
                count = 1,
                item = "sugar",
            },
            {
                count = 1,
                item = "flour",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            store = 650,
        },
        description_en = "This lemon pie is a perfect balance of sweet and tart.",
        name_en = "Lemon Pie",
        category = "other.cooked_dishes",
        cooking_main_category = "甜品",
        cooking_main_category_en = "Desserts",
        cooking_sub_category = "烘烤品",
        cooking_sub_category_en = "Baked",
    },
    pomegranate_sorbet = {
        name = "石榴雪葩",
        description = "香滑细腻的雪葩顶部点缀着爽脆的石榴籽。 ",
        stars = 2,
        restore = "dish",
        crafting_level_requirement = 14,
        kitchen_tier_requirement = 1,
        icon_sprite = "spr_ui_item_pomegranate_sorbet",
        tags = {
            "food",
            "frozen_dessert",
        },
        recipe = {
            {
                count = 1,
                item = "pomegranate",
            },
            {
                count = 1,
                item = "ice_block",
            },
            {
                count = 1,
                item = "sugar",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            store = 320,
        },
        name_en = "Pomegranate Sorbet",
        description_en = "A creamy sorbet topped with sweet and crunchy pomegranate seeds.",
        category = "other.cooked_dishes",
        cooking_main_category = "甜品",
        cooking_main_category_en = "Desserts",
        cooking_sub_category = "冰冻甜品",
        cooking_sub_category_en = "Frozen",
    },
    pumpkin_pie = {
        name = "南瓜派",
        description = "以南瓜和香料制成如布丁般滑嫩的内馅, 甜香浓郁。 ",
        icon_sprite = "spr_ui_item_pumpkin_pie",
        stars = 4,
        restore = "dish",
        crafting_level_requirement = 38,
        kitchen_tier_requirement = 3,
        tags = {
            "food",
            "baked_dessert",
            "cozy",
        },
        recipe = {
            {
                count = 1,
                item = "pumpkin",
            },
            {
                count = 1,
                item = "flour",
            },
            {
                count = 1,
                item = "sugar",
            },
            {
                count = 1,
                item = "cow_milk",
            },
            {
                count = 1,
                item = "egg",
            },
            {
                hours = 0,
                minutes = 50,
            },
        },
        value = {
            store = 1000,
        },
        name_en = "Pumpkin Pie",
        description_en = "This yummy pie uses pumpkin and spices for its custard-like filling.",
        category = "other.cooked_dishes",
        cooking_main_category = "甜品",
        cooking_main_category_en = "Desserts",
        cooking_sub_category = "烘烤品",
        cooking_sub_category_en = "Baked",
    },
    strawberries_and_cream = {
        description = "一款简单甜美的甜品。 ",
        stars = 1,
        restore = "dish",
        crafting_level_requirement = 4,
        kitchen_tier_requirement = 1,
        icon_sprite = "spr_ui_item_strawberriesandcream",
        name = "奶油草莓",
        tags = {
            "food",
            "hand_crafted_dessert",
        },
        recipe = {
            {
                count = 1,
                item = "strawberry",
            },
            {
                count = 1,
                item = "cow_milk",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            store = 200,
        },
        description_en = "A simple and sweet dessert.",
        name_en = "Strawberries and Cream",
        category = "other.cooked_dishes",
        cooking_main_category = "甜品",
        cooking_main_category_en = "Desserts",
        cooking_sub_category = "手制品",
        cooking_sub_category_en = "Hand Crafted",
    },
    strawberry_shortcake = {
        description = "精致的蛋糕层叠着甜美草莓与新鲜奶油。 ",
        stars = 3,
        restore = "dish",
        crafting_level_requirement = 20,
        kitchen_tier_requirement = 2,
        icon_sprite = "spr_ui_item_strawberryshortcake",
        name = "草莓短蛋糕",
        tags = {
            "food",
            "baked_dessert",
            "no_inn_plate",
        },
        recipe = {
            {
                count = 1,
                item = "strawberry",
            },
            {
                count = 1,
                item = "sugar",
            },
            {
                count = 1,
                item = "flour",
            },
            {
                count = 1,
                item = "cow_milk",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            store = 600,
        },
        description_en = "This dainty cake is layered with sweet strawberries and fresh cream.",
        name_en = "Strawberry Shortcake",
        category = "other.cooked_dishes",
        cooking_main_category = "甜品",
        cooking_main_category_en = "Desserts",
        cooking_sub_category = "烘烤品",
        cooking_sub_category_en = "Baked",
    },
    wildberry_pie = {
        name = "野莓派",
        icon_sprite = "spr_ui_item_wildberry_pie",
        description = "采用当地野生浆果制作, 风味天然。 ",
        stars = 2,
        restore = "dish",
        crafting_level_requirement = 14,
        kitchen_tier_requirement = 1,
        tags = {
            "food",
            "baked_dessert",
            "adept",
            "no_inn_plate",
        },
        recipe = {
            {
                count = 6,
                item = "wild_berries",
            },
            {
                count = 1,
                item = "sugar",
            },
            {
                count = 1,
                item = "flour",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            store = 330,
        },
        name_en = "Wild Berry Pie",
        description_en = "This delicious fruit pie is made with local wild berries.",
        category = "other.cooked_dishes",
        cooking_main_category = "甜品",
        cooking_main_category_en = "Desserts",
        cooking_sub_category = "烘烤品",
        cooking_sub_category_en = "Baked",
    },
    wildberry_scone = {
        name = "野莓司康",
        description = "松软的司康饼内点缀着甜美的野生浆果, 香甜可口。 ",
        icon_sprite = "spr_ui_item_wildberry_scone",
        stars = 2,
        restore = "dish",
        crafting_level_requirement = 12,
        kitchen_tier_requirement = 1,
        tags = {
            "food",
            "baked_dessert",
            "adept",
            "no_inn_plate",
        },
        recipe = {
            {
                count = 6,
                item = "wild_berries",
            },
            {
                count = 1,
                item = "cow_milk",
            },
            {
                count = 1,
                item = "flour",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            store = 260,
        },
        name_en = "Wild Berry Scone",
        description_en = "This tender scone is filled with sweet wild berries.",
        category = "other.cooked_dishes",
        cooking_main_category = "甜品",
        cooking_main_category_en = "Desserts",
        cooking_sub_category = "烘烤品",
        cooking_sub_category_en = "Baked",
    },
    wintergreen_ice_cream = {
        name = "冬青冰淇淋",
        description = "这款冰淇淋以冬青薄荷调味, 使口感更加清凉。 ",
        stars = 2,
        restore = "dish",
        crafting_level_requirement = 14,
        kitchen_tier_requirement = 1,
        icon_sprite = "spr_ui_item_wintergreen_ice_cream",
        tags = {
            "food",
            "frozen_dessert",
        },
        recipe = {
            {
                count = 8,
                item = "wintergreen_berry",
            },
            {
                count = 1,
                item = "ice_block",
            },
            {
                count = 1,
                item = "cow_milk",
            },
            {
                count = 1,
                item = "sugar",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            store = 270,
        },
        name_en = "Wintergreen Ice Cream",
        description_en = "This ice cream is flavored with wintergreen, giving it an extra chill.",
        category = "other.cooked_dishes",
        cooking_main_category = "甜品",
        cooking_main_category_en = "Desserts",
        cooking_sub_category = "冰冻甜品",
        cooking_sub_category_en = "Frozen",
    },
    golden_cookies = {
        name = "黄金饼干",
        description = "用黄金品质的原料制作的极致美味饼干。 ",
        stars = 5,
        crafting_level_requirement = 40,
        kitchen_tier_requirement = 3,
        restore = "dish",
        icon_sprite = "spr_ui_item_golden_cookies",
        tags = {
            "food",
            "baked_dessert",
            "choco",
        },
        recipe = {
            {
                count = 2,
                item = "golden_egg",
            },
            {
                count = 2,
                item = "golden_cow_milk",
            },
            {
                count = 2,
                item = "golden_butter",
            },
            {
                count = 2,
                item = "flour",
            },
            {
                count = 2,
                item = "chocolate",
            },
            {
                count = 2,
                item = "sugar",
            },
            {
                hours = 1,
                minutes = 0,
            },
        },
        value = {
            store = 2200,
        },
        name_en = "Golden Cookies",
        description_en = "Incredibly tasty cookies made with only the finest ingredients.",
        category = "other.cooked_dishes",
        cooking_main_category = "甜品",
        cooking_main_category_en = "Desserts",
        cooking_sub_category = "烘烤品",
        cooking_sub_category_en = "Baked",
    },
    golden_cheesecake = {
        name = "黄金芝士蛋糕",
        description = "奢华的芝士蛋糕, 口感浓郁且湿润可口。 ",
        stars = 5,
        restore = "dish",
        crafting_level_requirement = 40,
        kitchen_tier_requirement = 3,
        icon_sprite = "spr_ui_item_golden_cheesecake",
        tags = {
            "food",
            "baked_dessert",
        },
        recipe = {
            {
                count = 2,
                item = "golden_cheese",
            },
            {
                count = 2,
                item = "golden_egg",
            },
            {
                count = 2,
                item = "golden_cow_milk",
            },
            {
                count = 2,
                item = "golden_butter",
            },
            {
                count = 2,
                item = "flour",
            },
            {
                count = 2,
                item = "sugar",
            },
            {
                hours = 1,
                minutes = 0,
            },
        },
        value = {
            store = 2600,
        },
        name_en = "Golden Cheesecake",
        description_en = "An extravagant cheesecake, decadently rich and moist.",
        category = "other.cooked_dishes",
        cooking_main_category = "甜品",
        cooking_main_category_en = "Desserts",
        cooking_sub_category = "烘烤品",
        cooking_sub_category_en = "Baked",
    },
    mont_blanc = {
        name = "蒙布朗",
        description = "浓郁的栗子风味与独特的质地相得益彰。 ",
        stars = 5,
        restore = "dish",
        crafting_level_requirement = 40,
        kitchen_tier_requirement = 3,
        icon_sprite = "spr_ui_item_mont_blanc",
        tags = {
            "food",
            "baked_dessert",
            "no_inn_plate",
        },
        recipe = {
            {
                count = 4,
                item = "chestnut",
            },
            {
                count = 1,
                item = "sugar",
            },
            {
                count = 1,
                item = "egg",
            },
            {
                count = 1,
                item = "cow_milk",
            },
            {
                count = 1,
                item = "butter",
            },
            {
                count = 1,
                item = "flour",
            },
            {
                hours = 1,
                minutes = 0,
            },
        },
        value = {
            store = 900,
        },
        name_en = "Mont Blanc",
        description_en = "The rich chestnut flavor of this dessert is complemented by its unique texture.",
        category = "other.cooked_dishes",
        cooking_main_category = "甜品",
        cooking_main_category_en = "Desserts",
        cooking_sub_category = "烘烤品",
        cooking_sub_category_en = "Baked",
    },
    coconut_cream_pie = {
        description = "香甜诱人的派上面铺着一层椰香四溢的奶油。 ",
        stars = 4,
        restore = 150,
        crafting_level_requirement = 38,
        kitchen_tier_requirement = 3,
        icon_sprite = "spr_ui_item_coconut_cream_pie",
        name = "椰子奶油派",
        tags = {
            "food",
            "baked_dessert",
        },
        recipe = {
            {
                count = 1,
                item = "coconut",
            },
            {
                count = 1,
                item = "coconut_milk",
            },
            {
                count = 1,
                item = "sugar",
            },
            {
                count = 1,
                item = "butter",
            },
            {
                count = 1,
                item = "flour",
            },
            {
                hours = 0,
                minutes = 50,
            },
        },
        value = {
            store = 1100,
        },
        description_en = "This luscious pie has a whipped cream top infused with coconut.",
        name_en = "Coconut Cream Pie",
        category = "other.cooked_dishes",
        cooking_main_category = "甜品",
        cooking_main_category_en = "Desserts",
        cooking_sub_category = "烘烤品",
        cooking_sub_category_en = "Baked",
    },
    glowberry_cookies = {
        description = "加入了荧光浆果干的美味饼干。 ",
        stars = 4,
        restore = "dish",
        crafting_level_requirement = 30,
        kitchen_tier_requirement = 3,
        icon_sprite = "spr_ui_item_glowberry_cookies",
        name = "荧光浆果饼干",
        tags = {
            "food",
            "baked_dessert",
        },
        recipe = {
            {
                count = 6,
                item = "glowberry",
            },
            {
                count = 1,
                item = "sugar",
            },
            {
                count = 1,
                item = "butter",
            },
            {
                count = 1,
                item = "egg",
            },
            {
                count = 1,
                item = "flour",
            },
            {
                hours = 0,
                minutes = 50,
            },
        },
        value = {
            store = 600,
        },
        description_en = "A delicious cookie speckled with dried glowberries.",
        name_en = "Glowberry Cookies",
        category = "other.cooked_dishes",
        cooking_main_category = "甜品",
        cooking_main_category_en = "Desserts",
        cooking_sub_category = "烘烤品",
        cooking_sub_category_en = "Baked",
    },
    ice_cream_sundae = {
        name = "圣代",
        description = "香甜冰淇淋配上满满的巧克力酱, 经典美味。 ",
        stars = 5,
        restore = "dish",
        crafting_level_requirement = 38,
        kitchen_tier_requirement = 3,
        icon_sprite = "spr_ui_item_ice_cream_sundae",
        tags = {
            "food",
            "frozen_dessert",
            "choco",
        },
        recipe = {
            {
                count = 1,
                item = "ice_block",
            },
            {
                count = 1,
                item = "sugar",
            },
            {
                count = 1,
                item = "cow_milk",
            },
            {
                count = 1,
                item = "chocolate",
            },
            {
                count = 1,
                item = "butter",
            },
            {
                count = 1,
                item = "flour",
            },
            {
                hours = 1,
                minutes = 0,
            },
        },
        value = {
            store = 1200,
        },
        name_en = "Ice Cream Sundae",
        description_en = "These scoops of ice cream are topped with a generous amount of chocolate sauce.",
        category = "other.cooked_dishes",
        cooking_main_category = "甜品",
        cooking_main_category_en = "Desserts",
        cooking_sub_category = "冰冻甜品",
        cooking_sub_category_en = "Frozen",
    },
    spell_fruit_parfait = {
        name = "咒语果巴菲",
        description = "这款如梦似幻的巴菲是甜品大师艺术造诣的巅峰之作。 ",
        stars = 5,
        restore = "dish",
        crafting_level_requirement = 40,
        kitchen_tier_requirement = 3,
        icon_sprite = "spr_ui_item_spell_fruit_parfait",
        tags = {
            "food",
            "frozen_dessert",
        },
        recipe = {
            {
                count = 1,
                item = "spell_fruit",
            },
            {
                count = 1,
                item = "lava_chestnuts",
            },
            {
                count = 1,
                item = "crystal_berries",
            },
            {
                count = 1,
                item = "sweetroot",
            },
            {
                count = 1,
                item = "sugar",
            },
            {
                count = 1,
                item = "golden_cow_milk",
            },
            {
                hours = 1,
                minutes = 0,
            },
        },
        value = {
            store = 1400,
        },
        name_en = "Spell Fruit Parfait",
        description_en = "This otherworldly dessert is the delicious pinnacle of a pastry chef's art.",
        category = "other.cooked_dishes",
        cooking_main_category = "甜品",
        cooking_main_category_en = "Desserts",
        cooking_sub_category = "冰冻甜品",
        cooking_sub_category_en = "Frozen",
    },
    apple_pie = {
        description = "酥脆派皮包裹着慢火炖煮的嫩滑苹果片, 香甜可口。 ",
        restore = "dish",
        name = "苹果派",
        icon_sprite = "spr_ui_item_apple_pie",
        stars = 2,
        crafting_level_requirement = 18,
        kitchen_tier_requirement = 1,
        tags = {
            "food",
            "baked_dessert",
            "inn_plate",
        },
        recipe = {
            {
                count = 1,
                item = "apple",
            },
            {
                count = 1,
                item = "flour",
            },
            {
                count = 1,
                item = "sugar",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            store = 500,
        },
        description_en = "A flaky pie filled with tender slices of slow-cooked apple.",
        name_en = "Apple Pie",
        category = "other.cooked_dishes",
        cooking_main_category = "甜品",
        cooking_main_category_en = "Desserts",
        cooking_sub_category = "烘烤品",
        cooking_sub_category_en = "Baked",
    },
    caramel_candy = {
        description = "用糖和黄油制成的糖果, 粘糯美味。 ",
        restore = "dish",
        name = "焦糖糖果",
        recipe_is_default = true,
        icon_sprite = "spr_ui_item_caramel_candy",
        stars = 1,
        crafting_level_requirement = 4,
        kitchen_tier_requirement = 1,
        tags = {
            "food",
            "candy",
        },
        recipe = {
            {
                count = 1,
                item = "sugar",
            },
            {
                count = 1,
                item = "butter",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            store = 220,
        },
        description_en = "A sticky, delicious candy made of sugar and butter.",
        name_en = "Caramel Candy",
        category = "other.cooked_dishes",
        cooking_main_category = "甜品",
        cooking_main_category_en = "Desserts",
        cooking_sub_category = "糖制甜品",
        cooking_sub_category_en = "Candy",
    },
    pudding = {
        description = "香滑浓郁的布丁。 ",
        restore = "dish",
        name = "布丁",
        icon_sprite = "spr_ui_item_pudding",
        stars = 2,
        crafting_level_requirement = 10,
        kitchen_tier_requirement = 1,
        tags = {
            "food",
            "candy",
        },
        recipe = {
            {
                count = 2,
                item = "egg",
            },
            {
                count = 1,
                item = "sugar",
            },
            {
                count = 1,
                item = "cow_milk",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            store = 220,
        },
        description_en = "A creamy, sumptuous pudding.",
        name_en = "Pudding",
        category = "other.cooked_dishes",
        cooking_main_category = "甜品",
        cooking_main_category_en = "Desserts",
        cooking_sub_category = "糖制甜品",
        cooking_sub_category_en = "Candy",
    },
    sweet_sesame_balls = {
        description = "酥脆的外皮裹满了层层芝麻。 ",
        restore = "dish",
        name = "甜芝麻球",
        icon_sprite = "spr_ui_item_sweet_sesame_balls",
        stars = 3,
        crafting_level_requirement = 20,
        kitchen_tier_requirement = 2,
        tags = {
            "food",
            "candy",
            "no_inn_plate",
        },
        recipe = {
            {
                count = 1,
                item = "sesame",
            },
            {
                count = 1,
                item = "sugar",
            },
            {
                count = 1,
                item = "flour",
            },
            {
                count = 1,
                item = "oil",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            store = 500,
        },
        description_en = "A delicious fried dessert coated in a layer of sesame seeds.",
        name_en = "Sweet Sesame Balls",
        category = "other.cooked_dishes",
        cooking_main_category = "甜品",
        cooking_main_category_en = "Desserts",
        cooking_sub_category = "糖制甜品",
        cooking_sub_category_en = "Candy",
    },
    sweet_potato_pie = {
        description = "绵软香甜的红薯内馅填满了整个派皮。 ",
        stars = 2,
        restore = "dish",
        crafting_level_requirement = 16,
        kitchen_tier_requirement = 1,
        icon_sprite = "spr_ui_item_sweet_potato_pie",
        name = "红薯派",
        tags = {
            "food",
            "baked_dessert",
            "inn_plate",
        },
        recipe = {
            {
                count = 1,
                item = "sweet_potato",
            },
            {
                count = 1,
                item = "sugar",
            },
            {
                count = 1,
                item = "flour",
            },
            {
                hours = 0,
                minutes = 50,
            },
        },
        value = {
            store = 380,
        },
        description_en = "This pie has a creamy sweet potato filling.",
        name_en = "Sweet Potato Pie",
        category = "other.cooked_dishes",
        cooking_main_category = "甜品",
        cooking_main_category_en = "Desserts",
        cooking_sub_category = "烘烤品",
        cooking_sub_category_en = "Baked",
    },
    moon_fruit_cake = {
        description = "多汁的满月果是这款甜美蛋糕的主角, 突显出令人满足的风味。 ",
        restore = "dish",
        name = "满月果蛋糕",
        icon_sprite = "spr_ui_item_moon_fruit_cake",
        stars = 3,
        crafting_level_requirement = 20,
        kitchen_tier_requirement = 2,
        tags = {
            "food",
            "baked_dessert",
        },
        recipe = {
            {
                count = 1,
                item = "moon_fruit",
            },
            {
                count = 1,
                item = "honey",
            },
            {
                count = 1,
                item = "egg",
            },
            {
                count = 1,
                item = "flour",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            store = 580,
        },
        description_en = "Juicy moon fruit is the star of this sweet, satisfying cake.",
        name_en = "Moon Fruit Cake",
        category = "other.cooked_dishes",
        cooking_main_category = "甜品",
        cooking_main_category_en = "Desserts",
        cooking_sub_category = "烘烤品",
        cooking_sub_category_en = "Baked",
    },
    cranberry_orange_scone = {
        name = "橙香蔓越莓司康",
        description = "这款诱人的司康饼内含丰富的蔓越莓果粒, 香气四溢。 ",
        icon_sprite = "spr_ui_item_cranberry_orange_scone",
        stars = 4,
        restore = "dish",
        crafting_level_requirement = 36,
        kitchen_tier_requirement = 2,
        tags = {
            "food",
            "baked_dessert",
            "adept",
            "citrus",
        },
        recipe = {
            {
                count = 1,
                item = "orange",
            },
            {
                count = 1,
                item = "cranberry",
            },
            {
                count = 1,
                item = "cow_milk",
            },
            {
                count = 1,
                item = "flour",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            store = 900,
        },
        name_en = "Cranberry Orange Scone",
        description_en = "This inviting scone has whole cranberries baked in.",
        category = "other.cooked_dishes",
        cooking_main_category = "甜品",
        cooking_main_category_en = "Desserts",
        cooking_sub_category = "烘烤品",
        cooking_sub_category_en = "Baked",
    },
    monster_cookie = {
        description = "看起来像被诅咒了的饼干, 质地松脆易碎。 ",
        stars = 2,
        restore = "dish",
        crafting_level_requirement = 10,
        kitchen_tier_requirement = 1,
        icon_sprite = "spr_ui_item_monster_cookie",
        name = "怪兽饼干",
        tags = {
            "food",
            "baked_dessert",
        },
        recipe = {
            {
                count = 1,
                item = "monster_powder",
            },
            {
                count = 1,
                item = "monster_core",
            },
            {
                count = 1,
                item = "sugar",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            store = 250,
        },
        description_en = "A cursed looking cookie with a crumbly texture.",
        name_en = "Monster Cookies",
        category = "other.cooked_dishes",
        cooking_main_category = "甜品",
        cooking_main_category_en = "Desserts",
        cooking_sub_category = "烘烤品",
        cooking_sub_category_en = "Baked",
    },
    poached_pear = {
        description = "浸泡在糖浆中的梨子, 甜而不腻, 入口即化。 ",
        stars = 2,
        restore = "dish",
        crafting_level_requirement = 16,
        kitchen_tier_requirement = 1,
        icon_sprite = "spr_ui_item_poached_pear",
        name = "水煮梨",
        tags = {
            "food",
            "baked_dessert",
        },
        recipe = {
            {
                count = 1,
                item = "pear",
            },
            {
                count = 1,
                item = "red_wine",
            },
            {
                count = 1,
                item = "honey",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            store = 420,
        },
        description_en = "A pear soaked in syrup, with a sweet, melt-in-your-mouth texture.",
        name_en = "Poached Pear",
        category = "other.cooked_dishes",
        cooking_main_category = "甜品",
        cooking_main_category_en = "Desserts",
        cooking_sub_category = "烘烤品",
        cooking_sub_category_en = "Baked",
    },
    salted_watermelon = {
        description = "因撒上了一层盐而显得格外甜美的西瓜。 ",
        stars = 1,
        restore = "dish",
        crafting_level_requirement = 4,
        kitchen_tier_requirement = 1,
        icon_sprite = "spr_ui_item_salted_watermelon",
        name = "盐渍西瓜",
        tags = {
            "food",
            "hand_crafted_dessert",
        },
        recipe = {
            {
                count = 1,
                item = "watermelon",
            },
            {
                count = 1,
                item = "rock_salt",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            store = 240,
        },
        description_en = "This slice of watermelon is extra sweet because of the salt sprinkled on it.",
        name_en = "Salted Watermelon",
        category = "other.cooked_dishes",
        cooking_main_category = "甜品",
        cooking_main_category_en = "Desserts",
        cooking_sub_category = "手制品",
        cooking_sub_category_en = "Hand Crafted",
    },
    candied_walnuts = {
        name = "核桃蜜饯",
        description = "裹着糖的核桃是补充能量的完美零食。 ",
        stars = 1,
        restore = "dish",
        crafting_level_requirement = 1,
        kitchen_tier_requirement = 1,
        icon_sprite = "spr_ui_item_candied_walnuts",
        tags = {
            "food",
            "candy",
            "no_inn_plate",
        },
        recipe = {
            {
                count = 1,
                item = "walnut",
            },
            {
                count = 1,
                item = "sugar",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        name_en = "Candied Walnuts",
        description_en = "These sugar coated walnuts are a perfect energy boosting snack.",
        category = "other.cooked_dishes",
        cooking_main_category = "甜品",
        cooking_main_category_en = "Desserts",
        cooking_sub_category = "糖制甜品",
        cooking_sub_category_en = "Candy",
    },
    bell_berry_bakewell_tart = {
        description = "酥脆外皮裹着满满的钟铃果酱。 ",
        stars = 3,
        restore = "dish",
        crafting_level_requirement = 26,
        kitchen_tier_requirement = 2,
        icon_sprite = "spr_ui_item_bell_berry_bakewell_tart",
        name = "钟铃浆果贝克维尔塔",
        tags = {
            "food",
            "baked_dessert",
            "no_inn_plate",
        },
        recipe = {
            {
                count = 3,
                item = "bell_berry",
            },
            {
                count = 1,
                item = "flour",
            },
            {
                count = 1,
                item = "butter",
            },
            {
                count = 1,
                item = "sugar",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        description_en = "A shortcrust pastry with a generous layer of Bell Berry Jam inside.",
        name_en = "Bell Berry Bakewell Tart",
        category = "other.cooked_dishes",
        cooking_main_category = "甜品",
        cooking_main_category_en = "Desserts",
        cooking_sub_category = "烘烤品",
        cooking_sub_category_en = "Baked",
    },
    apple_juice = {
        name = "苹果汁",
        description = "甜美清爽的苹果汁。 ",
        icon_sprite = "spr_ui_item_apple_juice",
        stars = 1,
        restore = "dish",
        crafting_level_requirement = 4,
        kitchen_tier_requirement = 1,
        tags = {
            "drink_sound",
            "drink",
            "cold_drink",
            "food",
            "no_inn_plate",
        },
        recipe = {
            {
                count = 1,
                item = "apple",
            },
            {
                hours = 0,
                minutes = 10,
            },
        },
        value = {
            store = 175,
        },
        name_en = "Apple Juice",
        description_en = "A sweet and crisp juice made from apples.",
        category = "other.cooked_dishes",
        cooking_main_category = "饮料",
        cooking_main_category_en = "Drinks",
        cooking_sub_category = "冷饮",
        cooking_sub_category_en = "Cold",
    },
    cherry_smoothie = {
        name = "樱桃冰沙",
        description = "浓稠顺滑, 樱桃味十足。 ",
        stars = 2,
        restore = "dish",
        crafting_level_requirement = 10,
        kitchen_tier_requirement = 1,
        icon_sprite = "spr_ui_item_cherry_smoothie",
        tags = {
            "food",
            "cold_drink",
            "drink",
            "drink_sound",
        },
        recipe = {
            {
                count = 1,
                item = "cherry",
            },
            {
                count = 1,
                item = "honey",
            },
            {
                count = 1,
                item = "cow_milk",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            store = 280,
        },
        name_en = "Cherry Smoothie",
        description_en = "This smoothie is thick, creamy, and loaded with cherries.",
        category = "other.cooked_dishes",
        cooking_main_category = "饮料",
        cooking_main_category_en = "Drinks",
        cooking_sub_category = "冷饮",
        cooking_sub_category_en = "Cold",
    },
    coconut_milk = {
        name = "椰奶",
        description = "从椰子中提取的浓郁乳汁。 ",
        stars = 1,
        restore = "dish",
        crafting_level_requirement = 1,
        kitchen_tier_requirement = 1,
        icon_sprite = "spr_ui_item_coconut_milk",
        tags = {
            "drink",
            "drink_sound",
            "cold_drink",
            "food",
            "no_inn_plate",
        },
        recipe = {
            {
                count = 1,
                item = "coconut",
            },
            {
                hours = 0,
                minutes = 10,
            },
        },
        value = {
            store = 150,
        },
        name_en = "Coconut Milk",
        description_en = "A rich milk harvested from coconuts.",
        category = "other.cooked_dishes",
        cooking_main_category = "饮料",
        cooking_main_category_en = "Drinks",
        cooking_sub_category = "冷饮",
        cooking_sub_category_en = "Cold",
    },
    cranberry_juice = {
        name = "蔓越莓果汁",
        description = "酸酸甜甜的蔓越莓果汁。 ",
        stars = 1,
        restore = "dish",
        crafting_level_requirement = 2,
        kitchen_tier_requirement = 1,
        icon_sprite = "spr_ui_item_cranberry_juice",
        tags = {
            "drink",
            "drink_sound",
            "cold_drink",
            "food",
        },
        recipe = {
            {
                count = 1,
                item = "cranberry",
            },
            {
                hours = 0,
                minutes = 10,
            },
        },
        value = {
            store = 175,
        },
        name_en = "Cranberry Juice",
        description_en = "A sweet and sour juice made from cranberries.",
        category = "other.cooked_dishes",
        cooking_main_category = "饮料",
        cooking_main_category_en = "Drinks",
        cooking_sub_category = "冷饮",
        cooking_sub_category_en = "Cold",
    },
    grape_juice = {
        name = "葡萄汁",
        description = "甜美清爽的葡萄汁。 ",
        stars = 1,
        restore = "dish",
        crafting_level_requirement = 1,
        kitchen_tier_requirement = 1,
        icon_sprite = "spr_ui_item_grape_juice",
        tags = {
            "drink",
            "drink_sound",
            "cold_drink",
            "food",
        },
        recipe = {
            {
                count = 1,
                item = "wild_grapes",
            },
            {
                hours = 0,
                minutes = 10,
            },
        },
        value = {
            store = 175,
        },
        name_en = "Grape Juice",
        description_en = "A sweet and fresh juice made from grapes.",
        category = "other.cooked_dishes",
        cooking_main_category = "饮料",
        cooking_main_category_en = "Drinks",
        cooking_sub_category = "冷饮",
        cooking_sub_category_en = "Cold",
    },
    green_tea = {
        description = "柔和的绿茶, 带有淡淡的植物香气。 ",
        restore = "dish",
        icon_sprite = "spr_ui_item_green_tea",
        name = "绿茶",
        kitchen_tier_requirement = 1,
        crafting_level_requirement = 2,
        stars = 1,
        tags = {
            "drink",
            "hot_drink",
            "drink_sound",
            "food",
            "caffeine",
        },
        recipe = {
            {
                count = 1,
                item = "tea",
            },
            {
                hours = 0,
                minutes = 10,
            },
        },
        value = {
            store = 200,
        },
        description_en = "This tea has a mellow, slightly vegetal flavor.",
        name_en = "Green Tea",
        category = "other.cooked_dishes",
        cooking_main_category = "饮料",
        cooking_main_category_en = "Drinks",
        cooking_sub_category = "热饮",
        cooking_sub_category_en = "Hot",
    },
    hot_cocoa = {
        description = "温暖浓郁的巧克力饮品, 带有一丝冬青的清香。 ",
        restore = "dish",
        stars = 3,
        kitchen_tier_requirement = 2,
        crafting_level_requirement = 20,
        name = "热巧克力",
        icon_sprite = "spr_ui_item_hotcocoa",
        tags = {
            "food",
            "drink",
            "hot_drink",
            "drink_sound",
            "choco",
        },
        recipe = {
            {
                count = 1,
                item = "chocolate",
            },
            {
                count = 1,
                item = "cow_milk",
            },
            {
                count = 1,
                item = "sugar",
            },
            {
                count = 2,
                item = "wintergreen_berry",
            },
            {
                hours = 0,
                minutes = 40,
            },
        },
        value = {
            store = 320,
        },
        description_en = "A rich and warming chocolate drink with a hint of wintergreen.",
        name_en = "Hot Chocolate",
        category = "other.cooked_dishes",
        cooking_main_category = "饮料",
        cooking_main_category_en = "Drinks",
        cooking_sub_category = "热饮",
        cooking_sub_category_en = "Hot",
    },
    jasmine_tea = {
        description = "一杯热的茉莉花茶。 ",
        restore = "dish",
        stars = 1,
        kitchen_tier_requirement = 1,
        crafting_level_requirement = 8,
        icon_sprite = "spr_ui_item_jasmine_tea",
        name = "茉莉花茶",
        tags = {
            "drink",
            "hot_drink",
            "drink_sound",
            "food",
            "caffeine",
        },
        recipe = {
            {
                count = 1,
                item = "tea",
            },
            {
                count = 1,
                item = "jasmine",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            store = 190,
        },
        description_en = "A hot cup of jasmine tea.",
        name_en = "Jasmine Tea",
        category = "other.cooked_dishes",
        cooking_main_category = "饮料",
        cooking_main_category_en = "Drinks",
        cooking_sub_category = "热饮",
        cooking_sub_category_en = "Hot",
    },
    latte = {
        description = "牛奶与咖啡的完美调和, 奶泡丰盈。 ",
        stars = 1,
        restore = "dish",
        crafting_level_requirement = 2,
        kitchen_tier_requirement = 1,
        icon_sprite = "spr_ui_item_latte",
        name = "拿铁",
        tags = {
            "food",
            "drink",
            "hot_drink",
            "drink_sound",
            "caffeine",
        },
        default_infusion = "speedy",
        recipe = {
            {
                count = 1,
                item = "coffee",
            },
            {
                count = 1,
                item = "cow_milk",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            store = 175,
        },
        description_en = "A frothy steamed blend of milk and coffee.",
        name_en = "Latte",
        category = "other.cooked_dishes",
        cooking_main_category = "饮料",
        cooking_main_category_en = "Drinks",
        cooking_sub_category = "热饮",
        cooking_sub_category_en = "Hot",
    },
    lemonade = {
        description = "这款清凉饮品酸味宜人, 解渴提神。 ",
        stars = 1,
        restore = "dish",
        crafting_level_requirement = 8,
        kitchen_tier_requirement = 1,
        icon_sprite = "spr_ui_item_lemonade",
        name = "柠檬水",
        tags = {
            "food",
            "drink",
            "cold_drink",
            "drink_sound",
            "citrus",
            "no_inn_plate",
        },
        recipe = {
            {
                count = 1,
                item = "lemon",
            },
            {
                count = 1,
                item = "sugar",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            store = 200,
        },
        description_en = "This cold and refreshing drink is pleasantly sour.",
        name_en = "Lemonade",
        category = "other.cooked_dishes",
        cooking_main_category = "饮料",
        cooking_main_category_en = "Drinks",
        cooking_sub_category = "冷饮",
        cooking_sub_category_en = "Cold",
    },
    mocha = {
        description = "咖啡与巧克力的完美融合, 香醇浓郁。 ",
        stars = 2,
        restore = "dish",
        crafting_level_requirement = 14,
        kitchen_tier_requirement = 1,
        icon_sprite = "spr_ui_item_mocha",
        name = "摩卡",
        tags = {
            "food",
            "drink",
            "hot_drink",
            "drink_sound",
            "choco",
            "caffeine",
        },
        default_infusion = "speedy",
        recipe = {
            {
                count = 1,
                item = "coffee",
            },
            {
                count = 1,
                item = "cow_milk",
            },
            {
                count = 1,
                item = "chocolate",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            store = 275,
        },
        description_en = "A delicious cup of coffee blended with chocolate.",
        name_en = "Mocha",
        category = "other.cooked_dishes",
        cooking_main_category = "饮料",
        cooking_main_category_en = "Drinks",
        cooking_sub_category = "热饮",
        cooking_sub_category_en = "Hot",
    },
    orange_juice = {
        name = "橙汁",
        description = "甜美酸爽的橙汁。 ",
        stars = 1,
        restore = "dish",
        crafting_level_requirement = 4,
        kitchen_tier_requirement = 1,
        icon_sprite = "spr_ui_item_orange_juice",
        tags = {
            "drink",
            "drink_sound",
            "cold_drink",
            "citrus",
            "food",
            "no_inn_plate",
        },
        recipe = {
            {
                count = 1,
                item = "orange",
            },
            {
                hours = 0,
                minutes = 10,
            },
        },
        value = {
            store = 175,
        },
        name_en = "Orange Juice",
        description_en = "A sweet and citrusy juice made from oranges.",
        category = "other.cooked_dishes",
        cooking_main_category = "饮料",
        cooking_main_category_en = "Drinks",
        cooking_sub_category = "冷饮",
        cooking_sub_category_en = "Cold",
    },
    pomegranate_juice = {
        name = "石榴汁",
        description = "甜美可口的石榴汁。 ",
        stars = 1,
        restore = "dish",
        crafting_level_requirement = 4,
        kitchen_tier_requirement = 1,
        icon_sprite = "spr_ui_item_pomegranate_juice",
        tags = {
            "drink",
            "drink_sound",
            "cold_drink",
            "food",
        },
        recipe = {
            {
                count = 1,
                item = "pomegranate",
            },
            {
                hours = 0,
                minutes = 10,
            },
        },
        value = {
            store = 175,
        },
        name_en = "Pomegranate Juice",
        description_en = "A sweet juice made from pomegranates.",
        category = "other.cooked_dishes",
        cooking_main_category = "饮料",
        cooking_main_category_en = "Drinks",
        cooking_sub_category = "冷饮",
        cooking_sub_category_en = "Cold",
    },
    roasted_rice_tea = {
        description = "温热有米香的茶。 ",
        restore = 40,
        kitchen_tier_requirement = 1,
        crafting_level_requirement = 6,
        icon_sprite = "spr_ui_item_roasted_rice_tea",
        name = "炒米茶",
        stamina_modifier = 45,
        stars = 1,
        tags = {
            "drink",
            "hot_drink",
            "drink_sound",
            "food",
            "caffeine",
        },
        recipe = {
            {
                count = 1,
                item = "green_tea",
            },
            {
                count = 1,
                item = "rice",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            store = 360,
        },
        description_en = "This tea features the mild toasted flavor of roasted rice.",
        name_en = "Roasted Rice Tea",
        category = "other.cooked_dishes",
        cooking_main_category = "饮料",
        cooking_main_category_en = "Drinks",
        cooking_sub_category = "热饮",
        cooking_sub_category_en = "Hot",
    },
    rose_tea = {
        description = "令人舒心的茶饮, 带有淡雅的玫瑰香气。 ",
        restore = "dish",
        icon_sprite = "spr_ui_item_rose_tea",
        name = "玫瑰茶",
        kitchen_tier_requirement = 1,
        crafting_level_requirement = 4,
        stars = 1,
        tags = {
            "drink",
            "hot_drink",
            "drink_sound",
            "food",
            "caffeine",
        },
        recipe = {
            {
                count = 1,
                item = "tea",
            },
            {
                count = 1,
                item = "rose",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            store = 180,
        },
        description_en = "A soothing tea with a light rose flavor.",
        name_en = "Rose Tea",
        category = "other.cooked_dishes",
        cooking_main_category = "饮料",
        cooking_main_category_en = "Drinks",
        cooking_sub_category = "热饮",
        cooking_sub_category_en = "Hot",
    },
    cup_of_tea = {
        description = "热腾腾的红茶里加入了少许柠檬汁和一点糖。 ",
        stars = 2,
        restore = "dish",
        crafting_level_requirement = 16,
        kitchen_tier_requirement = 1,
        icon_sprite = "spr_ui_item_cupoftea",
        name = "柠檬茶",
        tags = {
            "food",
            "drink",
            "hot_drink",
            "drink_sound",
            "caffeine",
            "no_inn_plate",
        },
        recipe = {
            {
                count = 1,
                item = "lemon",
            },
            {
                count = 1,
                item = "sugar",
            },
            {
                count = 1,
                item = "tea",
            },
            {
                hours = 0,
                minutes = 30,
            },
        },
        value = {
            store = 400,
        },
        description_en = "A hot cup of black tea with a squeeze of lemon juice and a pinch of sugar.",
        name_en = "Tea with Lemon",
        category = "other.cooked_dishes",
        cooking_main_category = "饮料",
        cooking_main_category_en = "Drinks",
        cooking_sub_category = "热饮",
        cooking_sub_category_en = "Hot",
    },
    iced_coffee = {
        description = "以鲜奶调和咖啡的苦味, 清爽怡人。 ",
        restore = 10,
        name = "冰咖啡",
        stars = 2,
        kitchen_tier_requirement = 1,
        crafting_level_requirement = 10,
        icon_sprite = "spr_ui_item_iced_coffee",
        default_infusion = "speedy",
        tags = {
            "drink",
            "drink_sound",
            "caffeine",
            "food",
            "cold_drink",
        },
        recipe = {
            {
                count = 1,
                item = "cow_milk",
            },
            {
                count = 1,
                item = "ice_block",
            },
            {
                count = 1,
                item = "coffee",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            store = 110,
        },
        description_en = "This refreshing drink uses fresh milk to cut the bitterness of the coffee.",
        name_en = "Iced Coffee",
        category = "other.cooked_dishes",
        cooking_main_category = "饮料",
        cooking_main_category_en = "Drinks",
        cooking_sub_category = "冷饮",
        cooking_sub_category_en = "Cold",
    },
    spirit_mushroom_tea = {
        description = "这款灵菇茶散发着令人平静的泥土芬芳, 口感些微苦涩。 ",
        restore = "dish",
        icon_sprite = "spr_ui_item_spirit_mushroom_tea",
        name = "灵菇茶",
        kitchen_tier_requirement = 1,
        crafting_level_requirement = 2,
        stars = 1,
        tags = {
            "drink",
            "hot_drink",
            "drink_sound",
            "food",
            "caffeine",
            "mushroomy",
            "no_inn_plate",
        },
        recipe = {
            {
                count = 1,
                item = "tea",
            },
            {
                count = 1,
                item = "spirit_mushroom",
            },
            {
                hours = 0,
                minutes = 20,
            },
        },
        value = {
            store = 200,
        },
        description_en = "This mushroom tea has a calming, earthy scent and a slightly bitter flavor.",
        name_en = "Spirit Mushroom Tea",
        category = "other.cooked_dishes",
        cooking_main_category = "饮料",
        cooking_main_category_en = "Drinks",
        cooking_sub_category = "热饮",
        cooking_sub_category_en = "Hot",
    },
    coffee = {
        description = "这杯热气腾腾、 香气四溢的咖啡是开启一天的理想选择。 ",
        restore = 5,
        name = "咖啡",
        icon_sprite = "spr_ui_item_coffee",
        default_infusion = "speedy",
        tags = {
            "drink",
            "drink_sound",
            "caffeine",
        },
        value = {
            bin = 50,
            store = 100,
        },
        description_en = "This hot and fragrant cup of coffee makes an ideal start to the day.",
        name_en = "Coffee",
        category = "other.cooked_dishes",
    },
    beer = {
        description = "本地酿造的啤酒, 麦芽味浓郁醇厚。 ",
        restore = 10,
        name = "啤酒",
        icon_sprite = "spr_ui_item_beer",
        tags = {
            "drink",
            "drink_sound",
            "alcohol",
        },
        value = {
            bin = 50,
            store = 100,
        },
        description_en = "A locally brewed beer with a rich, malty flavor.",
        name_en = "Beer",
        category = "other.cooked_dishes",
    },
    floral_tea = {
        description = "精妙调配的花茶, 这杯春花节饮品是每个人都喜欢的礼物。 ",
        restore = 34,
        icon_sprite = "spr_ui_item_floraltea",
        name = "花茶",
        default_infusion = "likeable",
        stamina_modifier = 80,
        tags = {
            "drink",
            "drink_sound",
            "caffeine",
        },
        value = {
            bin = 200,
            store = 400,
        },
        description_en = "An expertly blended floral tea. This Spring Festival drink is liked by everyone.",
        name_en = "Floral Tea",
        category = "other.cooked_dishes",
    },
    tulip_cake = {
        restore = 80,
        description = "外形是郁金香花瓶的精美蛋糕, 这个春花节甜品是每个人都喜欢的礼物。 ",
        icon_sprite = "spr_ui_item_tulipcake",
        name = "郁金香蛋糕",
        default_infusion = "likeable",
        value = {
            bin = 200,
            store = 400,
        },
        description_en = "A cake made to look like a vase of tulips. This Spring Festival treat is liked by everyone.",
        name_en = "Tulip Cake",
        category = "other.cooked_dishes",
    },
    lavender_tea = {
        description = "薰衣草的迷人香气使这款茶饮格外雅致。 ",
        restore = 48,
        icon_sprite = "spr_ui_item_lavender_tea",
        name = "薰衣草茶",
        stamina_modifier = 45,
        tags = {
            "drink",
            "hot_drink",
            "drink_sound",
            "caffeine",
        },
        value = {
            bin = 100,
            store = 200,
        },
        description_en = "The blissful scent and flavor of lavender makes this tea a sophisticated drink.",
        name_en = "Lavender Tea",
        category = "other.cooked_dishes",
    },
    red_wine = {
        description = "干型红酒, 拥有层次丰富的香气。 ",
        restore = 10,
        name = "红酒",
        icon_sprite = "spr_ui_item_red_wine",
        tags = {
            "drink_sound",
            "drink",
            "alcohol",
        },
        value = {
            bin = 50,
            store = 100,
        },
        description_en = "A dry wine with a complex bouquet.",
        name_en = "Red Wine",
        category = "other.cooked_dishes",
    },
    white_wine = {
        description = "甜美的酒香能与多种菜肴完美搭配。 ",
        restore = 10,
        name = "白葡萄酒",
        icon_sprite = "spr_ui_item_white_wine",
        tags = {
            "drink_sound",
            "drink",
            "alcohol",
        },
        value = {
            bin = 50,
            store = 100,
        },
        description_en = "A sweet wine that compliments many dishes.",
        name_en = "White Wine",
        category = "other.cooked_dishes",
    },
    mushroom_brew = {
        name = "蘑菇饮",
        description = "由蘑菇制成的饮品, 具有独特浓郁的泥土气息。 ",
        icon_sprite = "spr_ui_item_mushroom_brew",
        restore = 10,
        tags = {
            "drink",
            "drink_sound",
            "mushroomy",
        },
        value = {
            bin = 40,
            store = 80,
        },
        name_en = "Mushroom Brew",
        description_en = "A drink made from mushrooms with a satisfying, earthy flavor.",
        category = "other.cooked_dishes",
    },
    hot_toddy = {
        description = "威士忌、 蜂蜜和秘制香料的完美融合, 温暖身心的经典饮品。 ",
        restore = 20,
        name = "热托迪酒",
        icon_sprite = "spr_ui_item_hot_toddy",
        tags = {
            "drink",
            "drink_sound",
            "alcohol",
        },
        value = {
            bin = 50,
            store = 150,
        },
        description_en = "Whiskey, honey and a secret blend of spices make this drink a comforting favorite.",
        name_en = "Hot Toddy",
        category = "other.cooked_dishes",
    },
    twice_baked_rations = {
        icon_sprite = "spr_ui_item_twice_baked_rations",
        description = "旅馆现已常备供应这道美味的干粮! ",
        restore = 40,
        name = "双烤干粮",
        value = {
            bin = 100,
            store = 200,
        },
        description_en = "These rations are so tasty, the Inn now stocks them regularly!",
        name_en = "Twice-Baked Rations",
        category = "other.cooked_dishes",
    },
    dragon_horn_mushroom_with_thyme = {
        description = "雷娜的特色料理! ",
        restore = 20,
        icon_sprite = "spr_ui_item_dragonshornthyme",
        name = "麝香草龙角菇",
        value = {
            bin = 390,
        },
        description_en = "Reina's special dish!",
        name_en = "Dragon Horn Mushroom with Thyme",
        category = "other.cooked_dishes",
    },
    bucket_brew = {
        description = "多种酒精的混合物, 味道糟糕。 ",
        restore = 20,
        name = "铁桶酿",
        icon_sprite = "spr_ui_item_bucket_brew",
        tags = {
            "drink_sound",
            "drink",
            "alcohol",
        },
        value = {
            bin = 50,
            store = 100,
        },
        description_en = "An ill-advised combination of many liquors. Tastes awful.",
        name_en = "Bucket Brew",
        category = "other.cooked_dishes",
    },
    mint_gimlet = {
        description = "加入薄荷提亮口感的琴蕾鸡尾酒。 ",
        restore = 20,
        name = "薄荷琴蕾",
        icon_sprite = "spr_ui_item_mint_gimlet",
        tags = {
            "drink_sound",
            "drink",
            "alcohol",
        },
        value = {
            bin = 50,
            store = 100,
        },
        description_en = "A gin cocktail brightened up with the addition of mint.",
        name_en = "Mint Gimlet",
        category = "other.cooked_dishes",
    },
    heavy_mist = {
        description = "混合了咖啡利口酒与甜奶油的酒精饮料。 ",
        restore = 20,
        name = "浓雾",
        icon_sprite = "spr_ui_item_heavy_mist",
        tags = {
            "drink_sound",
            "drink",
            "alcohol",
            "caffeine",
        },
        value = {
            bin = 50,
            store = 100,
        },
        description_en = "An alcoholic drink that blends coffee liqueur and sweetened cream.",
        name_en = "Heavy Mist",
        category = "other.cooked_dishes",
    },
    humble_pie = {
        name = "普通的派",
        description = "做出这款料理的人应该感到非常自豪。 ",
        icon_sprite = "spr_ui_item_humblepie",
        value = {
            bin = 5,
        },
        name_en = "Humble Pie",
        description_en = "Whoever baked this should be very proud.",
        category = "other.cooked_dishes",
    },
    confiscated_coffee = {
        description = "一杯被没收了的咖啡。 ",
        restore = 5,
        name = "没收的咖啡",
        icon_sprite = "spr_ui_item_confiscated_coffee",
        default_infusion = "speedy",
        tags = {
            "drink_sound",
            "drink",
            "caffeine",
        },
        value = {
            bin = 50,
            store = 100,
        },
        description_en = "Confiscated coffee.",
        name_en = "Confiscated Coffee",
        category = "other.cooked_dishes",
    },
    mixed_fruit_juice = {
        description = "美味可口的混合水果果汁, 融合多种水果的鲜甜。 ",
        restore = 20,
        icon_sprite = "spr_ui_item_mixed_fruit_juice",
        name = "混合果汁",
        tags = {
            "bubbly",
            "drink",
            "drink_sound",
            "citrus",
        },
        value = {
            bin = 50,
        },
        description_en = "A tasty blended fruit juice.",
        name_en = "Mixed Fruit Juice",
        category = "other.cooked_dishes",
    },
    big_cookie = {
        description = "哇, 这块饼干真的好大! ",
        icon_sprite = "spr_ui_item_bigcookie",
        restore = 50,
        name = "大饼干",
        value = {
            bin = 100,
        },
        description_en = "Wow, this is a REALLY big cookie!",
        name_en = "Big Cookie",
        category = "other.cooked_dishes",
    },
    honey_curry = {
        name = "蜂蜜咖喱",
        description = "这道咖喱的理念是甜上加… 甜? ",
        icon_sprite = "spr_ui_item_honey_curry",
        restore = 75,
        value = {
            bin = 200,
        },
        name_en = "Honey Curry",
        description_en = "This curry combines sweetness with... more sweetness?",
        category = "other.cooked_dishes",
    },
    espresso = {
        description = "分量小, 味道却十分浓烈的热饮。 ",
        restore = 10,
        icon_sprite = "spr_ui_item_espresso",
        name = "浓缩咖啡",
        tags = {
            "drink_sound",
            "drink",
            "caffeine",
        },
        default_infusion = "speedy",
        value = {
            bin = 10,
            store = 200,
        },
        description_en = "A tiny, hot drink that packs a punch.",
        name_en = "Espresso",
        category = "other.cooked_dishes",
    },
    cloth_chestpiece = {
        description = "布质胸甲, 基本没有什么用。 ",
        defense = 0,
        icon_sprite = "spr_ui_item_equipment_cloth_chestpiece",
        name = "布质胸甲",
        quality = "tier1",
        tags = {
            "chest",
            "armor",
        },
        value = {
            bin = 10,
            store = 100,
        },
        description_en = "A cloth chest piece. It's basically useless.",
        name_en = "Cloth Chestpiece",
        category = "other.armor",
    },
    cloth_helmet = {
        description = "布质头盔, 基本没有什么用。 ",
        defense = 0,
        icon_sprite = "spr_ui_item_equipment_cloth_helmet",
        name = "布质头盔",
        quality = "tier1",
        tags = {
            "head",
            "armor",
        },
        value = {
            bin = 10,
            store = 100,
        },
        description_en = "A cloth helmet. It's basically useless.",
        name_en = "Cloth Helmet",
        category = "other.armor",
    },
    cloth_pants = {
        description = "布质裤子, 基本没有什么用。 ",
        defense = 0,
        icon_sprite = "spr_ui_item_equipment_cloth_pants",
        name = "布质裤子",
        quality = "tier1",
        tags = {
            "legs",
            "armor",
        },
        value = {
            bin = 10,
            store = 100,
        },
        description_en = "A pair of cloth pants. It's basically useless.",
        name_en = "Cloth Pants",
        category = "other.armor",
    },
    cloth_wristband = {
        description = "布质腕带, 基本没有什么用。 ",
        defense = 0,
        icon_sprite = "spr_ui_item_equipment_cloth_wristband",
        name = "布质腕带",
        quality = "tier1",
        tags = {
            "accessory",
            "armor",
        },
        value = {
            bin = 10,
            store = 100,
        },
        description_en = "A cloth wristband. It's basically useless.",
        name_en = "Cloth Wristband",
        category = "other.armor",
    },
    cloth_shoes = {
        description = "布质鞋子, 基本没有什么用。 ",
        defense = 0,
        icon_sprite = "spr_ui_item_equipment_cloth_shoes",
        name = "布质鞋子",
        quality = "tier1",
        tags = {
            "boots",
            "armor",
        },
        value = {
            bin = 10,
            store = 100,
        },
        description_en = "A pair of cloth shoes. It's basically useless.",
        name_en = "Cloth Shoes",
        category = "other.armor",
    },
    scrap_metal_helmet = {
        description = "废金属制成的头盔, 装备后提升防御。 ",
        icon_sprite = "spr_ui_item_equipment_scrap_metal_helmet",
        defense = 1,
        name = "废金属头盔",
        tags = {
            "head",
            "armor",
        },
        cosmetic_to_unlock = "head_scrap_metal_helmet",
        value = {
            bin = 100,
            store = 200,
        },
        description_en = "A helmet constructed out of scrap metal. Equip to increase defense.",
        name_en = "Scrap Metal Helmet",
        category = "other.armor",
    },
    scrap_metal_chestpiece = {
        description = "废金属制成的胸甲, 装备后提升防御。 ",
        icon_sprite = "spr_ui_item_equipment_scrap_metal_chestpiece",
        defense = 1,
        name = "废金属胸甲",
        tags = {
            "chest",
            "armor",
        },
        cosmetic_to_unlock = "top_scrap_metal",
        value = {
            bin = 100,
            store = 200,
        },
        description_en = "A chestpiece constructed out of scrap metal. Equip to increase defense.",
        name_en = "Scrap Metal Chestpiece",
        category = "other.armor",
    },
    scrap_metal_pants = {
        description = "废金属制成的裤子, 装备后提升防御。 ",
        icon_sprite = "spr_ui_item_equipment_scrap_metal_pants",
        defense = 1,
        name = "废金属裤子",
        tags = {
            "legs",
            "armor",
        },
        cosmetic_to_unlock = "pants_scrap_metal",
        value = {
            bin = 100,
            store = 200,
        },
        description_en = "Pants constructed out of scrap metal. Equip to increase defense.",
        name_en = "Scrap Metal Pants",
        category = "other.armor",
    },
    scrap_metal_boots = {
        description = "废金属制成的靴子, 装备后提升防御。 ",
        defense = 1,
        icon_sprite = "spr_ui_item_equipment_scrap_metal_boots",
        name = "废金属靴子",
        tags = {
            "boots",
            "armor",
        },
        cosmetic_to_unlock = "shoes_boots_scrap_metal",
        value = {
            bin = 100,
            store = 200,
        },
        description_en = "Boots constructed out of scrap metal. Equip to increase defense.",
        name_en = "Scrap Metal Boots",
        category = "other.armor",
    },
    scrap_metal_ring = {
        description = "废金属制成的戒指, 装备后提升防御。 ",
        defense = 1,
        icon_sprite = "spr_ui_item_equipment_scrap_metal_ring",
        name = "废金属戒指",
        tags = {
            "armor",
            "accessory",
        },
        value = {
            bin = 100,
            store = 200,
        },
        description_en = "A scrap metal ring. Equip to increase defense.",
        name_en = "Scrap Metal Ring",
        category = "other.armor",
    },
    copper_armor = {
        description = "铜制胸甲, 装备后提升防御。 ",
        defense = 2,
        icon_sprite = "spr_ui_item_equipment_copper_chestpiece",
        name = "铜胸甲",
        recipe_is_default = true,
        cosmetic_to_unlock = "top_copper_armor",
        tags = {
            "chest",
            "armor",
            "copper_armor",
            "blacksmithing",
        },
        crafting_level_requirement = 6,
        recipe = {
            {
                hours = 0,
                minutes = 50,
            },
            {
                count = 4,
                item = "copper_ingot",
            },
        },
        value = {
            bin = 480,
            store = 1000,
        },
        description_en = "A copper chest piece. Equip to increase defense.",
        name_en = "Copper Armor",
        category = "other.armor",
    },
    copper_ring = {
        description = "铜制戒指, 装备后提升防御。 ",
        defense = 2,
        icon_sprite = "spr_ui_item_equipment_copper_ring",
        name = "铜戒指",
        recipe_is_default = true,
        tags = {
            "accessory",
            "armor",
            "copper_armor",
            "blacksmithing",
        },
        crafting_level_requirement = 6,
        recipe = {
            {
                hours = 0,
                minutes = 50,
            },
            {
                count = 4,
                item = "copper_ingot",
            },
        },
        value = {
            bin = 480,
            store = 1000,
        },
        description_en = "A copper ring. Equip to increase defense.",
        name_en = "Copper Ring",
        category = "other.armor",
    },
    copper_greaves = {
        description = "铜制胫甲, 装备后提升防御。 ",
        defense = 2,
        icon_sprite = "spr_ui_item_equipment_copper_boots",
        name = "铜胫甲",
        recipe_is_default = true,
        cosmetic_to_unlock = "shoes_boots_copper_armor",
        tags = {
            "boots",
            "armor",
            "copper_armor",
            "blacksmithing",
        },
        crafting_level_requirement = 6,
        recipe = {
            {
                hours = 0,
                minutes = 50,
            },
            {
                count = 4,
                item = "copper_ingot",
            },
        },
        value = {
            bin = 480,
            store = 1000,
        },
        description_en = "A pair of copper greaves. Equip to increase defense.",
        name_en = "Copper Greaves",
        category = "other.armor",
    },
    copper_helmet = {
        description = "铜制头盔, 装备后提升防御。 ",
        icon_sprite = "spr_ui_item_equipment_copper_helmet",
        defense = 2,
        name = "铜头盔",
        recipe_is_default = true,
        cosmetic_to_unlock = "head_copper_helmet",
        tags = {
            "head",
            "armor",
            "copper_armor",
            "blacksmithing",
        },
        crafting_level_requirement = 6,
        recipe = {
            {
                hours = 0,
                minutes = 50,
            },
            {
                count = 4,
                item = "copper_ingot",
            },
        },
        value = {
            bin = 480,
            store = 1000,
        },
        description_en = "A copper helmet. Equip to increase defense.",
        name_en = "Copper Helmet",
        category = "other.armor",
    },
    copper_legplates = {
        description = "铜制腿甲, 装备后提升防御。 ",
        defense = 2,
        icon_sprite = "spr_ui_item_equipment_copper_pants",
        name = "铜腿甲",
        recipe_is_default = true,
        cosmetic_to_unlock = "pants_copper_armor",
        tags = {
            "legs",
            "armor",
            "copper_armor",
            "blacksmithing",
        },
        crafting_level_requirement = 6,
        recipe = {
            {
                hours = 0,
                minutes = 50,
            },
            {
                count = 4,
                item = "copper_ingot",
            },
        },
        value = {
            bin = 480,
            store = 1000,
        },
        description_en = "A pair of copper legplates. Equip to increase defense.",
        name_en = "Copper Legplates",
        category = "other.armor",
    },
    verdigris_helmet = {
        description = "铜制成的头盔, 因为氧化而形成了铜绿。 装备后提升防御。 ",
        icon_sprite = "spr_ui_item_equipment_verdigris_helmet",
        defense = 3,
        name = "铜绿头盔",
        tags = {
            "head",
            "armor",
        },
        cosmetic_to_unlock = "head_verdigris_helmet",
        value = {
            bin = 200,
            store = 400,
        },
        description_en = "A helmet constructed out of verdigris copper. Equip to increase defense.",
        name_en = "Verdigris Helmet",
        category = "other.armor",
    },
    verdigris_chestpiece = {
        description = "铜制成的胸甲, 因为氧化而形成了铜绿。 装备后提升防御。 ",
        icon_sprite = "spr_ui_item_equipment_verdigris_chestpiece",
        defense = 3,
        name = "铜绿胸甲",
        tags = {
            "chest",
            "armor",
        },
        cosmetic_to_unlock = "top_verdigris_armor",
        value = {
            bin = 200,
            store = 400,
        },
        description_en = "A chestpiece constructed out of verdigris copper. Equip to increase defense.",
        name_en = "Verdigris Chestpiece",
        category = "other.armor",
    },
    verdigris_tassets = {
        description = "铜制成的腿甲裙, 因为氧化而形成了铜绿。 装备后提升防御。 ",
        icon_sprite = "spr_ui_item_equipment_verdigris_tassets",
        defense = 3,
        name = "铜绿腿甲裙",
        tags = {
            "legs",
            "armor",
        },
        cosmetic_to_unlock = "pants_verdigris_armor",
        value = {
            bin = 200,
            store = 400,
        },
        description_en = "Tassets constructed out of verdigris copper. Equip to increase defense.",
        name_en = "Verdigris Tassets",
        category = "other.armor",
    },
    verdigris_boots = {
        description = "铜制成的靴子, 因为氧化而形成了铜绿。 装备后提升防御。 ",
        icon_sprite = "spr_ui_item_equipment_verdigris_boots",
        defense = 3,
        name = "铜绿靴",
        tags = {
            "boots",
            "armor",
        },
        cosmetic_to_unlock = "shoes_boots_verdigris_armor",
        value = {
            bin = 200,
            store = 400,
        },
        description_en = "Boots constructed out of verdigris copper. Equip to increase defense.",
        name_en = "Verdigris Boots",
        category = "other.armor",
    },
    verdigris_ring = {
        description = "铜制成的戒指, 因为氧化而形成了铜绿。 装备后提升防御。 ",
        icon_sprite = "spr_ui_item_equipment_verdigris_ring",
        defense = 3,
        name = "铜绿戒指",
        tags = {
            "accessory",
            "armor",
        },
        value = {
            bin = 200,
            store = 400,
        },
        description_en = "A ring constructed out of verdigris copper. Equip to increase defense.",
        name_en = "Verdigris Ring",
        category = "other.armor",
    },
    iron_armor = {
        description = "铁制成的胸甲, 装备后提升防御。 ",
        defense = 4,
        icon_sprite = "spr_ui_item_equipment_iron_chestpiece",
        name = "铁胸甲",
        recipe_is_default = true,
        cosmetic_to_unlock = "top_iron_armor",
        tags = {
            "chest",
            "armor",
            "blacksmithing",
            "iron_armor",
        },
        crafting_level_requirement = 12,
        recipe = {
            {
                hours = 0,
                minutes = 50,
            },
            {
                count = 4,
                item = "iron_ingot",
            },
        },
        value = {
            bin = 725,
            store = 2000,
        },
        description_en = "A chestpiece constructed out of iron. Equip to increase defense.",
        name_en = "Iron Armor",
        category = "other.armor",
    },
    iron_ring = {
        description = "铁制成的戒指, 装备后提升防御。 ",
        defense = 4,
        icon_sprite = "spr_ui_item_equipment_iron_ring",
        name = "铁戒指",
        recipe_is_default = true,
        tags = {
            "accessory",
            "armor",
            "blacksmithing",
            "iron_armor",
        },
        crafting_level_requirement = 12,
        recipe = {
            {
                hours = 0,
                minutes = 50,
            },
            {
                count = 4,
                item = "iron_ingot",
            },
        },
        value = {
            bin = 725,
            store = 2000,
        },
        description_en = "A ring constructed out of iron. Equip to increase defense.",
        name_en = "Iron Ring",
        category = "other.armor",
    },
    iron_greaves = {
        description = "铁制成的胫甲, 装备后提升防御。 ",
        defense = 4,
        icon_sprite = "spr_ui_item_equipment_iron_boots",
        name = "铁胫甲",
        recipe_is_default = true,
        cosmetic_to_unlock = "shoes_boots_iron_armor",
        tags = {
            "boots",
            "armor",
            "blacksmithing",
            "iron_armor",
        },
        crafting_level_requirement = 12,
        recipe = {
            {
                hours = 0,
                minutes = 50,
            },
            {
                count = 4,
                item = "iron_ingot",
            },
        },
        value = {
            bin = 725,
            store = 2000,
        },
        description_en = "Greaves constructed out of iron. Equip to increase defense.",
        name_en = "Iron Greaves",
        category = "other.armor",
    },
    iron_helmet = {
        description = "铁制成的头盔, 装备后提升防御。 ",
        icon_sprite = "spr_ui_item_equipment_iron_helmet",
        defense = 4,
        name = "铁头盔",
        recipe_is_default = true,
        cosmetic_to_unlock = "head_iron_helmet",
        tags = {
            "head",
            "armor",
            "blacksmithing",
            "iron_armor",
        },
        crafting_level_requirement = 12,
        recipe = {
            {
                hours = 0,
                minutes = 50,
            },
            {
                count = 4,
                item = "iron_ingot",
            },
        },
        value = {
            bin = 725,
            store = 2000,
        },
        description_en = "A helmet constructed out of iron. Equip to increase defense.",
        name_en = "Iron Helmet",
        category = "other.armor",
    },
    iron_legplates = {
        description = "铁制成的腿甲, 装备后提升防御。 ",
        defense = 4,
        icon_sprite = "spr_ui_item_equipment_iron_pants",
        name = "铁腿甲",
        recipe_is_default = true,
        cosmetic_to_unlock = "pants_iron_armor",
        tags = {
            "legs",
            "armor",
            "blacksmithing",
            "iron_armor",
        },
        crafting_level_requirement = 12,
        recipe = {
            {
                hours = 0,
                minutes = 50,
            },
            {
                count = 4,
                item = "iron_ingot",
            },
        },
        value = {
            bin = 725,
            store = 2000,
        },
        description_en = "Legplates constructed out of iron. Equip to increase defense.",
        name_en = "Iron Legplates",
        category = "other.armor",
    },
    crystal_helmet = {
        description = "水晶制成的头盔, 装备后提升防御。 ",
        icon_sprite = "spr_ui_item_equipment_crystal_helmet",
        defense = 5,
        name = "水晶头盔",
        tags = {
            "head",
            "armor",
        },
        cosmetic_to_unlock = "head_crystal_helmet",
        value = {
            bin = 300,
            store = 600,
        },
        description_en = "A helmet constructed out of crystal. Equip to increase defense.",
        name_en = "Crystal Helmet",
        category = "other.armor",
    },
    crystal_chestpiece = {
        description = "水晶制成的胸甲, 装备后提升防御。 ",
        icon_sprite = "spr_ui_item_equipment_crystal_chestpiece",
        defense = 5,
        name = "水晶胸甲",
        tags = {
            "chest",
            "armor",
        },
        cosmetic_to_unlock = "top_crystal_armor",
        value = {
            bin = 300,
            store = 600,
        },
        description_en = "A chestpiece constructed out of crystal. Equip to increase defense.",
        name_en = "Crystal Chestpiece",
        category = "other.armor",
    },
    crystal_tassets = {
        description = "水晶制成的腿甲裙, 装备后提升防御。 ",
        icon_sprite = "spr_ui_item_equipment_crystal_tassets",
        defense = 5,
        name = "水晶腿甲裙",
        tags = {
            "legs",
            "armor",
        },
        cosmetic_to_unlock = "pants_crystal_armor",
        value = {
            bin = 300,
            store = 600,
        },
        description_en = "Tassets constructed out of crystal. Equip to increase defense.",
        name_en = "Crystal Tassets",
        category = "other.armor",
    },
    crystal_boots = {
        description = "水晶制成的胫甲, 装备后提升防御。 ",
        icon_sprite = "spr_ui_item_equipment_crystal_boots",
        defense = 5,
        name = "水晶胫甲",
        tags = {
            "boots",
            "armor",
        },
        cosmetic_to_unlock = "shoes_boots_crystal_armor",
        value = {
            bin = 300,
            store = 600,
        },
        description_en = "Boots constructed out of crystal. Equip to increase defense.",
        name_en = "Crystal Greaves",
        category = "other.armor",
    },
    crystal_ring = {
        description = "水晶制成的戒指, 装备后提升防御。 ",
        icon_sprite = "spr_ui_item_equipment_crystal_ring",
        defense = 5,
        name = "水晶戒指",
        tags = {
            "accessory",
            "armor",
        },
        value = {
            bin = 300,
            store = 600,
        },
        description_en = "A ring constructed out of crystal. Equip to increase defense.",
        name_en = "Crystal Ring",
        category = "other.armor",
    },
    silver_armor = {
        description = "银制成的胸甲, 装备后提升防御。 ",
        defense = 6,
        icon_sprite = "spr_ui_item_equipment_silver_chestpiece",
        name = "银胸甲",
        recipe_is_default = true,
        cosmetic_to_unlock = "top_silver_armor",
        tags = {
            "chest",
            "armor",
            "blacksmithing",
            "silver_armor",
        },
        crafting_level_requirement = 18,
        recipe = {
            {
                hours = 0,
                minutes = 50,
            },
            {
                count = 4,
                item = "silver_ingot",
            },
        },
        value = {
            bin = 970,
            store = 3000,
        },
        description_en = "A chestpiece constructed out of silver. Equip to increase defense.",
        name_en = "Silver Armor",
        category = "other.armor",
    },
    silver_ring = {
        description = "银制成的戒指, 装备后提升防御。 ",
        defense = 6,
        icon_sprite = "spr_ui_item_equipment_silver_ring",
        name = "银戒指",
        recipe_is_default = true,
        tags = {
            "accessory",
            "armor",
            "blacksmithing",
            "silver_armor",
        },
        crafting_level_requirement = 18,
        recipe = {
            {
                hours = 0,
                minutes = 50,
            },
            {
                count = 4,
                item = "silver_ingot",
            },
        },
        value = {
            bin = 970,
            store = 3000,
        },
        description_en = "A ring constructed out of silver. Equip to increase defense.",
        name_en = "Silver Ring",
        category = "other.armor",
    },
    silver_greaves = {
        description = "银制成的胫甲, 装备后提升防御。 ",
        defense = 6,
        icon_sprite = "spr_ui_item_equipment_silver_boots",
        name = "银胫甲",
        recipe_is_default = true,
        cosmetic_to_unlock = "shoes_boots_silver_armor",
        tags = {
            "boots",
            "armor",
            "blacksmithing",
            "silver_armor",
        },
        crafting_level_requirement = 18,
        recipe = {
            {
                hours = 0,
                minutes = 50,
            },
            {
                count = 4,
                item = "silver_ingot",
            },
        },
        value = {
            bin = 970,
            store = 3000,
        },
        description_en = "Greaves constructed out of silver. Equip to increase defense.",
        name_en = "Silver Greaves",
        category = "other.armor",
    },
    silver_helmet = {
        description = "银制成的头盔, 装备后提升防御。 ",
        icon_sprite = "spr_ui_item_equipment_silver_helmet",
        defense = 6,
        name = "银头盔",
        recipe_is_default = true,
        cosmetic_to_unlock = "head_silver_helmet",
        tags = {
            "head",
            "armor",
            "blacksmithing",
            "silver_armor",
        },
        crafting_level_requirement = 18,
        recipe = {
            {
                hours = 0,
                minutes = 50,
            },
            {
                count = 4,
                item = "silver_ingot",
            },
        },
        value = {
            bin = 970,
            store = 3000,
        },
        description_en = "A helmet constructed out of silver. Equip to increase defense.",
        name_en = "Silver Helmet",
        category = "other.armor",
    },
    silver_legplates = {
        description = "银制成的腿甲, 装备后提升防御。 ",
        defense = 6,
        icon_sprite = "spr_ui_item_equipment_silver_pants",
        name = "银腿甲",
        recipe_is_default = true,
        cosmetic_to_unlock = "pants_silver_armor",
        tags = {
            "legs",
            "armor",
            "blacksmithing",
            "silver_armor",
        },
        crafting_level_requirement = 18,
        recipe = {
            {
                hours = 0,
                minutes = 50,
            },
            {
                count = 4,
                item = "silver_ingot",
            },
        },
        value = {
            bin = 970,
            store = 3000,
        },
        description_en = "Legplates constructed out of silver. Equip to increase defense.",
        name_en = "Silver Legplates",
        category = "other.armor",
    },
    tarnished_gold_helmet = {
        description = "黄金制成的头盔, 因为氧化而变得暗淡。 装备后提升防御。 ",
        icon_sprite = "spr_ui_item_equipment_tarnished_gold_helmet",
        defense = 7,
        name = "氧化黄金头盔",
        tags = {
            "head",
            "armor",
        },
        cosmetic_to_unlock = "head_tarnished_gold_helmet",
        value = {
            bin = 400,
            store = 800,
        },
        description_en = "A helmet constructed out of tarnished gold. Equip to increase defense.",
        name_en = "Tarnished Gold Helmet",
        category = "other.armor",
    },
    tarnished_gold_armor = {
        description = "黄金制成的胸甲, 因为氧化而变得暗淡。 装备后提升防御。 ",
        icon_sprite = "spr_ui_item_equipment_tarnished_gold_chestpiece",
        defense = 7,
        name = "氧化黄金胸甲",
        tags = {
            "chest",
            "armor",
        },
        cosmetic_to_unlock = "top_tarnished_gold_armor",
        value = {
            bin = 400,
            store = 800,
        },
        description_en = "A chestpiece constructed out of tarnished gold. Equip to increase defense.",
        name_en = "Tarnished Gold Chestpiece",
        category = "other.armor",
    },
    tarnished_gold_legplates = {
        description = "黄金制成的腿甲, 因为氧化而变得暗淡。 装备后提升防御。 ",
        icon_sprite = "spr_ui_item_equipment_tarnished_gold_pants",
        defense = 7,
        name = "氧化黄金腿甲",
        tags = {
            "legs",
            "armor",
        },
        cosmetic_to_unlock = "pants_tarnished_gold_armor",
        value = {
            bin = 400,
            store = 800,
        },
        description_en = "Legplates constructed out of tarnished gold. Equip to increase defense.",
        name_en = "Tarnished Gold Legplates",
        category = "other.armor",
    },
    tarnished_gold_boots = {
        description = "黄金制成的胫甲, 因为氧化而变得暗淡。 装备后提升防御。 ",
        icon_sprite = "spr_ui_item_equipment_tarnished_gold_boots",
        defense = 7,
        name = "氧化黄金胫甲",
        tags = {
            "boots",
            "armor",
        },
        cosmetic_to_unlock = "shoes_boots_tarnished_gold_armor",
        value = {
            bin = 400,
            store = 800,
        },
        description_en = "Greaves constructed out of tarnished gold. Equip to increase defense.",
        name_en = "Tarnished Gold Greaves",
        category = "other.armor",
    },
    tarnished_gold_ring = {
        description = "黄金制成的戒指, 因为氧化而变得暗淡。 装备后提升防御。 ",
        icon_sprite = "spr_ui_item_equipment_tarnished_gold_ring",
        defense = 7,
        name = "氧化黄金戒指",
        tags = {
            "accessory",
            "armor",
        },
        value = {
            bin = 400,
            store = 800,
        },
        description_en = "A ring constructed out of tarnished gold. Equip to increase defense.",
        name_en = "Tarnished Gold Ring",
        category = "other.armor",
    },
    sword_tarnished_gold = {
        description = "氧化了的金剑。 ",
        damage = 18,
        icon_sprite = "spr_ui_item_tool_tarnished_gold_sword",
        name = "氧化金剑",
        quality = "tier4",
        tags = {
            "sword",
            "weapon",
        },
        value = {
            bin = 1100,
            store = 3500,
        },
        description_en = "A tarnished gold sword.",
        name_en = "Tarnished Gold Sword",
        category = "other.armor",
    },
    gold_armor = {
        description = "黄金制成的胸甲, 装备后提升防御。 ",
        defense = 8,
        icon_sprite = "spr_ui_item_equipment_gold_chestpiece",
        name = "黄金胸甲",
        recipe_is_default = true,
        cosmetic_to_unlock = "top_gold_armor",
        tags = {
            "chest",
            "armor",
            "blacksmithing",
            "gold_armor",
        },
        crafting_level_requirement = 24,
        recipe = {
            {
                hours = 0,
                minutes = 50,
            },
            {
                count = 4,
                item = "gold_ingot",
            },
        },
        value = {
            bin = 1215,
            store = 4000,
        },
        description_en = "A chestpiece constructed out of gold. Equip to increase defense.",
        name_en = "Gold Armor",
        category = "other.armor",
    },
    gold_ring = {
        description = "黄金制成的戒指, 装备后提升防御。 ",
        defense = 8,
        icon_sprite = "spr_ui_item_equipment_gold_ring",
        name = "黄金戒指",
        recipe_is_default = true,
        tags = {
            "accessory",
            "armor",
            "blacksmithing",
            "gold_armor",
        },
        crafting_level_requirement = 24,
        recipe = {
            {
                hours = 0,
                minutes = 50,
            },
            {
                count = 4,
                item = "gold_ingot",
            },
        },
        value = {
            bin = 1215,
            store = 4000,
        },
        description_en = "A ring constructed out of gold. Equip to increase defense.",
        name_en = "Gold Ring",
        category = "other.armor",
    },
    gold_greaves = {
        description = "黄金制成的胫甲, 装备后提升防御。 ",
        defense = 8,
        icon_sprite = "spr_ui_item_equipment_gold_boots",
        name = "黄金胫甲",
        recipe_is_default = true,
        cosmetic_to_unlock = "shoes_boots_gold_armor",
        tags = {
            "boots",
            "armor",
            "blacksmithing",
            "gold_armor",
        },
        crafting_level_requirement = 24,
        recipe = {
            {
                hours = 0,
                minutes = 50,
            },
            {
                count = 4,
                item = "gold_ingot",
            },
        },
        value = {
            bin = 1215,
            store = 4000,
        },
        description_en = "Greaves constructed out of gold. Equip to increase defense.",
        name_en = "Gold Greaves",
        category = "other.armor",
    },
    gold_helmet = {
        description = "黄金制成的头盔, 装备后提升防御。 ",
        icon_sprite = "spr_ui_item_equipment_gold_helmet",
        defense = 8,
        name = "黄金头盔",
        recipe_is_default = true,
        cosmetic_to_unlock = "head_gold_helmet",
        tags = {
            "head",
            "armor",
            "blacksmithing",
            "gold_armor",
        },
        crafting_level_requirement = 24,
        recipe = {
            {
                hours = 0,
                minutes = 50,
            },
            {
                count = 4,
                item = "gold_ingot",
            },
        },
        value = {
            bin = 1215,
            store = 4000,
        },
        description_en = "A helmet constructed out of gold. Equip to increase defense.",
        name_en = "Gold Helmet",
        category = "other.armor",
    },
    gold_legplates = {
        description = "黄金制成的腿甲, 装备后提升防御。 ",
        defense = 8,
        icon_sprite = "spr_ui_item_equipment_gold_pants",
        name = "黄金腿甲",
        recipe_is_default = true,
        cosmetic_to_unlock = "pants_gold_armor",
        tags = {
            "legs",
            "armor",
            "blacksmithing",
            "gold_armor",
        },
        crafting_level_requirement = 24,
        recipe = {
            {
                hours = 0,
                minutes = 50,
            },
            {
                count = 4,
                item = "gold_ingot",
            },
        },
        value = {
            bin = 1215,
            store = 4000,
        },
        description_en = "Legplates constructed out of gold. Equip to increase defense.",
        name_en = "Gold Legplates",
        category = "other.armor",
    },
    turnip = {
        description = "生长迅速的春季作物, 生食时辛辣刺激, 烹饪后则口感香甜。 ",
        restore = "fast_crop_restore",
        icon_sprite = "spr_ui_item_turnip",
        name = "芜菁",
        tags = {
            "crop",
        },
        value = {
            bin = 40,
            store = 160,
        },
        description_en = "A fast growing spring crop. Has a spicy taste when raw, and a sweet taste when cooked.",
        name_en = "Turnip",
        category = "other.crops_and_forage",
        seed_name = "seed_turnip",
    },
    potato = {
        description = "受欢迎的春季作物和主食, 刚烘烤完或油炸至酥脆时, 口感尤为美妙。 ",
        restore = "medium_crop_restore",
        icon_sprite = "spr_ui_item_potato",
        name = "土豆",
        tags = {
            "crop",
        },
        value = {
            bin = 75,
            store = 300,
        },
        description_en = "A popular spring crop and staple food. Especially delicious when freshly baked or fried until crispy.",
        name_en = "Potato",
        category = "other.crops_and_forage",
        seed_name = "seed_potato",
    },
    cabbage = {
        description = "生长缓慢的春季作物。 口感脆爽, 味道清淡, 这种叶类蔬菜可用于各种烹饪食谱中。 ",
        restore = "slow_crop_restore",
        icon_sprite = "spr_ui_item_cabbage",
        name = "卷心菜",
        tags = {
            "crop",
        },
        value = {
            bin = 180,
            store = 540,
        },
        description_en = "A slow growing spring crop. Crunchy with a mild taste, this leafy vegetable can be used in a variety of cooking recipes.",
        name_en = "Cabbage",
        category = "other.crops_and_forage",
        seed_name = "seed_cabbage",
    },
    strawberry = {
        description = "甜美多汁的水果作物, 是制作甜点的常用材料。 ",
        restore = "regrow_crop_restore",
        icon_sprite = "spr_ui_item_strawberry",
        name = "草莓",
        tags = {
            "crop",
            "berry",
        },
        value = {
            bin = 125,
            store = 375,
        },
        description_en = "A spring fruit crop. Sweet and flavorful, these berries are frequently used in dessert recipes.",
        name_en = "Strawberry",
        category = "other.crops_and_forage",
        seed_name = "seed_strawberry",
    },
    carrot = {
        description = "春季作物, 生食时脆嫩爽口, 煮熟后则变得柔软甜美。 ",
        restore = "unlockable_medium_crop_restore",
        icon_sprite = "spr_ui_item_carrot",
        name = "胡萝卜",
        tags = {
            "crop",
        },
        value = {
            bin = 80,
            store = 250,
        },
        description_en = "A spring crop. Crunchy when raw, they become soft and sweet when cooked.",
        name_en = "Carrot",
        category = "other.crops_and_forage",
        seed_name = "seed_carrot",
    },
    peas = {
        description = "可再生的春季作物, 具有泥土气息。 ",
        restore = "unlockable_regrow_crop_restore",
        icon_sprite = "spr_ui_item_peas",
        name = "豌豆",
        tags = {
            "crop",
        },
        value = {
            bin = 135,
            store = 400,
        },
        description_en = "A spring crop that regrows. They have an earthy flavor.",
        name_en = "Peas",
        category = "other.crops_and_forage",
        seed_name = "seed_peas",
    },
    cherry = {
        description = "樱桃树结出的小巧红色果实, 于春季结果。 是烹饪美食的材料。 ",
        restore = "fruit_crop_restore",
        icon_sprite = "spr_ui_item_cherry",
        name = "樱桃",
        tags = {
            "crop",
        },
        value = {
            bin = 45,
            store = 180,
        },
        description_en = "The small red fruit of the cherry tree, which fruits in spring. Used in a variety of cooking recipes.",
        name_en = "Cherry",
        category = "other.crops_and_forage",
    },
    chickpea = {
        description = "春季生长的野生蔬菜, 通常用作烹饪的食材。 ",
        restore = "common_forage_restore",
        icon_sprite = "spr_ui_item_chickpea",
        name = "鹰嘴豆",
        tags = {
            "forageable",
        },
        value = {
            bin = 30,
            store = 120,
        },
        description_en = "A wild vegetable grown in spring. Commonly used as an ingredient in cooking recipes.",
        name_en = "Chickpea",
        category = "other.crops_and_forage",
        seed_name = "seed_chickpea",
    },
    wild_leek = {
        description = "可在春季采集的野生植物, 口感宜人, 味道类似大蒜。 通常用作烹饪美食的材料。 ",
        restore = "common_forage_restore",
        icon_sprite = "spr_ui_item_springonion",
        name = "野韭葱",
        tags = {
            "forageable",
        },
        value = {
            bin = 15,
            store = 60,
        },
        description_en = "A wild plant foraged in spring with a pleasant taste similar to garlic. Commonly used as a cooking ingredient.",
        name_en = "Wild Leek",
        category = "other.crops_and_forage",
    },
    tulip = {
        description = "春季生长的粉花, 漂亮又可爱。 可作为礼物赠送, 或用于各种工艺制作。 ",
        icon_sprite = "spr_ui_item_tulip",
        name = "郁金香",
        tags = {
            "forageable",
            "flower",
        },
        value = {
            bin = 30,
            store = 120,
        },
        description_en = "A pretty pink flower grown in the spring. Can be given as a gift or used in various crafting recipes.",
        name_en = "Tulip",
        category = "other.crops_and_forage",
        seed_name = "seed_tulip",
    },
    lilac = {
        description = "春季生长的野生紫花, 可以出售、 赠送或用于某些工艺制作。 ",
        icon_sprite = "spr_ui_item_lilac",
        name = "紫丁香",
        tags = {
            "forageable",
            "flower",
        },
        value = {
            bin = 35,
            store = 140,
        },
        description_en = "A wild purple flower that grows in the spring. Can be sold, gifted, or used in certain crafting recipes.",
        name_en = "Lilac",
        category = "other.crops_and_forage",
        seed_name = "seed_lilac",
    },
    lemon = {
        description = "柠檬树结出的酸涩果实, 于春季结果。 是烹饪美食的材料。 ",
        restore = "fruit_crop_restore",
        icon_sprite = "spr_ui_item_lemon",
        name = "柠檬",
        tags = {
            "crop",
        },
        value = {
            bin = 45,
            store = 180,
        },
        description_en = "The tart and citrusy fruit of the lemon tree, which fruits in spring. Used in a variety of cooking recipes.",
        name_en = "Lemon",
        category = "other.crops_and_forage",
    },
    snowdrop_anemone = {
        description = "春季生长的漂亮的花, 较为稀少, 可以出售、 赠送或用于某些工艺制作。 ",
        icon_sprite = "spr_ui_item_snowdrop_anemone",
        name = "大花银莲花",
        tags = {
            "forageable",
            "flower",
        },
        value = {
            bin = 40,
            store = 160,
        },
        description_en = "A rare and beautiful flower that grows in spring. Can be sold, gifted, or used in certain crafting recipes.",
        name_en = "Snowdrop Anemone",
        category = "other.crops_and_forage",
        seed_name = "seed_snowdrop_anemone",
    },
    middlemist = {
        description = "春季生长的美丽红花, 较为稀少。 可作为礼物赠送, 或用于各种工艺制作。 ",
        icon_sprite = "spr_ui_item_middlemistred",
        name = "雾中山茶",
        tags = {
            "forageable",
            "flower",
        },
        value = {
            bin = 100,
            store = 300,
        },
        description_en = "A rare and beautiful red flower grown in spring. Can be given as a gift or used in various crafting recipes.",
        name_en = "Middlemist",
        category = "other.crops_and_forage",
    },
    daffodil = {
        description = "春季生长的漂亮黄色花朵。 可作为礼物赠送, 或用于各种工艺制作。 ",
        icon_sprite = "spr_ui_item_daffodil",
        name = "水仙花",
        tags = {
            "forageable",
            "flower",
        },
        value = {
            bin = 25,
            store = 100,
        },
        description_en = "A lovely yellow flower that grows in the spring. Can be given as a gift or used in various crafting recipes.",
        name_en = "Daffodil",
        category = "other.crops_and_forage",
        seed_name = "seed_daffodil",
    },
    dandelion = {
        description = "春季生长的野花, 有时用作烹饪美食的材料。 ",
        icon_sprite = "spr_ui_item_dandelionflower",
        name = "蒲公英",
        tags = {
            "forageable",
            "flower",
        },
        value = {
            bin = 10,
            store = 40,
        },
        description_en = "A wild flower that grows in the spring. Sometimes used in cooking recipes.",
        name_en = "Dandelion",
        category = "other.crops_and_forage",
    },
    morel_mushroom = {
        description = "可在春季采集的稀有蘑菇, 具有令人愉悦的坚果风味, 常用作烹饪材料。 ",
        restore = "rare_forage_restore",
        icon_sprite = "spr_ui_item_morelmushroom",
        name = "羊肚菌",
        tags = {
            "forageable",
            "mushroom",
            "mushroomy",
        },
        value = {
            bin = 25,
            store = 100,
        },
        description_en = "A rare mushroom foraged in spring. Has a delightful nutty flavor and is commonly used as a cooking ingredient.",
        name_en = "Morel Mushroom",
        category = "other.crops_and_forage",
    },
    fennel = {
        description = "可在春季采集的野生香草, 带有淡淡的甘草味道。 通常用作烹饪美食的材料。 ",
        restore = "common_forage_restore",
        icon_sprite = "spr_ui_item_fennel",
        name = "茴香",
        tags = {
            "forageable",
        },
        value = {
            bin = 20,
            store = 80,
        },
        description_en = "A wild herb foraged in spring with a mild licorice flavor. Commonly used as a cooking ingredient.",
        name_en = "Fennel",
        category = "other.crops_and_forage",
    },
    fiddlehead = {
        description = "可在春季采集的野生植物, 带有甜甜的草香味。 通常用作烹饪美食的材料。 ",
        restore = "rare_forage_restore",
        icon_sprite = "spr_ui_item_fiddlehead",
        name = "蕨菜",
        tags = {
            "forageable",
        },
        value = {
            bin = 25,
            store = 100,
        },
        description_en = "A wild plant foraged in spring with a sweet grassy flavor. Commonly used as a cooking ingredient.",
        name_en = "Fiddlehead",
        category = "other.crops_and_forage",
    },
    nettle = {
        description = "可在春季采集的野生植物, 带有类似菠菜的泥土气息。 通常用作烹饪美食的材料。 ",
        restore = "rare_forage_restore",
        icon_sprite = "spr_ui_item_nettle",
        name = "蕁麻",
        tags = {
            "forageable",
        },
        value = {
            bin = 25,
            store = 100,
        },
        description_en = "A wild plant foraged in spring with an earthy taste similar to spinach. Commonly used as a cooking ingredient.",
        name_en = "Nettle",
        category = "other.crops_and_forage",
    },
    wild_berries = {
        description = "可在春季采集的小红莓, 是烹饪美食的材料。 ",
        restore = 1,
        icon_sprite = "spr_ui_item_bush_wildberry",
        name = "野莓",
        tags = {
            "forageable",
            "berry",
        },
        value = {
            bin = 1,
            store = 15,
        },
        description_en = "These small red berries are foraged in spring. Used in a variety of cooking recipes.",
        name_en = "Wild Berries",
        category = "other.crops_and_forage",
    },
    blueberry = {
        description = "可在春天采集的浆果, 是烹饪美食的材料。 ",
        restore = 1,
        icon_sprite = "spr_ui_item_bush_blueberry",
        name = "蓝莓",
        tags = {
            "forageable",
            "berry",
        },
        value = {
            bin = 5,
            store = 25,
        },
        description_en = "These round blue berries are foraged in spring. Used in a variety of cooking recipes.",
        name_en = "Blueberry",
        category = "other.crops_and_forage",
    },
    cucumber = {
        description = "受欢迎的夏季作物, 无论是新鲜食用还是腌制都十分美味。 ",
        restore = "fast_crop_restore",
        icon_sprite = "spr_ui_item_cucumber",
        name = "黄瓜",
        tags = {
            "crop",
        },
        value = {
            bin = 40,
            store = 160,
        },
        description_en = "A popular summer crop. Delicious when eaten fresh or pickled.",
        name_en = "Cucumber",
        category = "other.crops_and_forage",
        seed_name = "seed_cucumber",
    },
    tomato = {
        description = "必不可少的夏季作物, 用作许多美食的食材。 ",
        restore = "regrow_crop_restore",
        icon_sprite = "spr_ui_item_tomato",
        name = "番茄",
        tags = {
            "crop",
        },
        value = {
            bin = 125,
            store = 375,
        },
        description_en = "An essential summer crop. Used as an ingredient in many cooking recipes.",
        name_en = "Tomato",
        category = "other.crops_and_forage",
        seed_name = "seed_tomato",
    },
    corn = {
        description = "受欢迎的夏季作物和主食。 是许多烹饪食谱中的关键食材。 ",
        restore = "regrow_crop_restore",
        icon_sprite = "spr_ui_item_corn",
        name = "玉米",
        tags = {
            "crop",
        },
        value = {
            bin = 125,
            store = 375,
        },
        description_en = "A popular summer crop and staple food. Used as a key ingredient in many cooking recipes.",
        name_en = "Corn",
        category = "other.crops_and_forage",
        seed_name = "seed_corn",
    },
    chili_pepper = {
        description = "辛辣的夏季作物, 也是受欢迎的调味品。 能为许多菜肴增添辣味。 ",
        restore = "medium_crop_restore",
        icon_sprite = "spr_ui_item_chili_pepper",
        name = "辣椒",
        tags = {
            "crop",
        },
        value = {
            bin = 75,
            store = 225,
        },
        description_en = "A spicy summer crop and popular seasoning. Used to add a kick to many cooking recipes.",
        name_en = "Chili Pepper",
        category = "other.crops_and_forage",
        seed_name = "seed_chili_pepper",
    },
    watermelon = {
        description = "标志性的夏季作物, 为炎炎夏日带来清爽提神。 ",
        restore = "slow_crop_restore",
        icon_sprite = "spr_ui_item_watermelon",
        name = "西瓜",
        tags = {
            "crop",
        },
        value = {
            bin = 180,
            store = 540,
        },
        description_en = "A classic summer crop. Super refreshing on a hot summer day.",
        name_en = "Watermelon",
        category = "other.crops_and_forage",
        seed_name = "seed_watermelon",
    },
    sugar_cane = {
        name = "甘蔗",
        description = "受欢迎的夏季作物, 可加工成糖, 是众多菜肴的重要材料。 ",
        icon_sprite = "spr_ui_item_sugar_cane",
        restore = "unlockable_medium_crop_restore",
        tags = {
            "crop",
        },
        value = {
            bin = 80,
            store = 320,
        },
        name_en = "Sugar Cane",
        description_en = "A popular summer crop. Can be refined into sugar, which is used in many recipes.",
        category = "other.crops_and_forage",
        seed_name = "seed_sugar_cane",
    },
    tea = {
        icon_sprite = "spr_ui_item_tea",
        name = "茶叶",
        description = "可再生的夏季作物, 用来泡制提神的饮品。 ",
        restore = 8,
        edible = false,
        tags = {
            "crop",
        },
        value = {
            bin = 135,
            store = 400,
        },
        name_en = "Tea",
        description_en = "A summer crop that regrows. Can be steeped to make refreshing beverages.",
        category = "other.crops_and_forage",
        seed_name = "seed_tea",
    },
    seed_sunflower = {
        description = "向日葵的种子, 这种夏季花卉只能收获一次。 ",
        crop_object = "sunflower",
        mini_sprite = "spr_ui_tool_tip_icon_sunflower",
        icon_sprite = "spr_ui_item_bagseed_sunflower_icon",
        sow_sprite = "spr_ui_item_bagseed_sunflower_mini",
        name = "向日葵种子",
        tags = {
            "seed",
        },
        value = {
            store = 20,
        },
        description_en = "Sunflower seed. This summer flower can be harvested once.",
        name_en = "Sunflower Seed",
        category = "other.crops_and_forage",
        sprites = {
            "spr_flower_sunflower_seed",
            "spr_flower_sunflower_stage1",
            "spr_flower_sunflower_stage2",
            "spr_flower_sunflower_stage3",
            "spr_flower_sunflower_stage4",
        },
        day_to_stage = {
            0,
            1,
            2,
            2,
            3,
            3,
            4,
        },
        seasons = "summer",
    },
    peach = {
        description = "娇嫩甜美的桃树果实, 于夏季结果。 可用作烹饪美食的材料。 ",
        restore = "fruit_crop_restore",
        icon_sprite = "spr_ui_item_peach",
        name = "桃子",
        tags = {
            "crop",
        },
        value = {
            bin = 45,
            store = 180,
        },
        description_en = "The delicate and sweet fruit of the peach tree, which fruits in summer. Used in various cooking recipes.",
        name_en = "Peach",
        category = "other.crops_and_forage",
    },
    pear = {
        description = "甜蜜多汁的梨树果实, 于夏季结果。 是烹饪美食的材料。 ",
        restore = "fruit_crop_restore",
        icon_sprite = "spr_ui_item_pear",
        name = "梨子",
        tags = {
            "crop",
        },
        value = {
            bin = 45,
            store = 180,
        },
        description_en = "The sweet and juicy fruit of the pear tree, which fruits in summer. Used in a variety of cooking recipes.",
        name_en = "Pear",
        category = "other.crops_and_forage",
    },
    rose = {
        description = "夏季生长的美丽红花, 可作为礼物赠送, 或用于各种工艺制作。 ",
        icon_sprite = "spr_ui_item_rose",
        name = "玫瑰",
        tags = {
            "forageable",
            "flower",
        },
        restore = 3,
        edible = false,
        value = {
            bin = 20,
            store = 80,
        },
        description_en = "A beautiful red flower grown in summer. Can be given as a gift or used in various crafting recipes.",
        name_en = "Rose",
        category = "other.crops_and_forage",
    },
    dill = {
        description = "夏季生长的人气香草, 通常用作烹饪美食的材料。 ",
        restore = "rare_forage_restore",
        icon_sprite = "spr_ui_item_dill",
        name = "莳萝",
        tags = {
            "forageable",
        },
        value = {
            bin = 30,
            store = 120,
        },
        description_en = "A popular herb grown in summer. Commonly used as a cooking ingredient.",
        name_en = "Dill",
        category = "other.crops_and_forage",
        seed_name = "seed_dill",
    },
    sage = {
        description = "夏季生长的人气香草, 通常用作烹饪美食的材料。 ",
        restore = "rare_forage_restore",
        icon_sprite = "spr_ui_item_sage",
        name = "鼠尾草",
        tags = {
            "forageable",
        },
        value = {
            bin = 30,
            store = 120,
        },
        description_en = "A popular herb grown in summer. Commonly used as a cooking ingredient.",
        name_en = "Sage",
        category = "other.crops_and_forage",
        seed_name = "seed_sage",
    },
    sunflower = {
        description = "夏季生长的黄花, 生机勃勃。 用作烹饪美食和工艺制作的材料。 ",
        restore = "medium_crop_restore",
        icon_sprite = "spr_ui_item_sunflower",
        name = "向日葵",
        tags = {
            "crop",
            "flower",
        },
        edible = false,
        value = {
            bin = 30,
            store = 120,
        },
        description_en = "A cheerful yellow flower that grows in the summer. Can be used in cooking or crafting recipes.",
        name_en = "Sunflower",
        category = "other.crops_and_forage",
        seed_name = "seed_sunflower",
    },
    sesame = {
        description = "可在夏季采集的野生植物, 带有温和的坚果风味。 通常用作烹饪美食的材料。 ",
        icon_sprite = "spr_ui_item_sesame",
        name = "芝麻",
        tags = {
            "forageable",
        },
        restore = "rare_forage_restore",
        value = {
            bin = 30,
            store = 120,
        },
        description_en = "A wild plant foraged in summer with a mild, nutty flavor. Commonly used as a cooking ingredient.",
        name_en = "Sesame",
        category = "other.crops_and_forage",
    },
    hydrangea = {
        description = "夏季生长的野生蓝花, 是送礼优选。 ",
        icon_sprite = "spr_ui_item_bush_hydrangea",
        name = "绣球花",
        tags = {
            "forageable",
            "flower",
        },
        value = {
            bin = 20,
            store = 120,
        },
        description_en = "A wild blue flower grown in the summer. Makes a nice gift.",
        name_en = "Hydrangea",
        category = "other.crops_and_forage",
    },
    daisy = {
        description = "夏季生长的漂亮白花, 可作为礼物赠送, 或用于各种工艺制作。 ",
        icon_sprite = "spr_ui_item_daisy",
        name = "雏菊",
        tags = {
            "forageable",
            "flower",
        },
        value = {
            bin = 15,
            store = 60,
        },
        description_en = "A pretty white flower grown in the summer. Can be given as a gift or used in various crafting recipes.",
        name_en = "Daisy",
        category = "other.crops_and_forage",
        seed_name = "seed_daisy",
    },
    iris = {
        description = "夏季生长的野生蓝花, 十分可爱。 可用作不错的礼物。 ",
        icon_sprite = "spr_ui_item_iris",
        name = "鸢尾花",
        tags = {
            "forageable",
            "flower",
        },
        value = {
            bin = 30,
            store = 120,
        },
        description_en = "A lovely blue flower grown in the summer. Makes a good gift.",
        name_en = "Iris",
        category = "other.crops_and_forage",
        seed_name = "seed_iris",
    },
    catmint = {
        description = "夏季生长的可爱紫色花朵。 可作为礼物赠送, 或用于各种工艺制作。 ",
        icon_sprite = "spr_ui_item_catmint",
        name = "猫薄荷",
        tags = {
            "flower",
            "forageable",
        },
        value = {
            bin = 30,
            store = 120,
        },
        description_en = "A cute purple flower grown in the summer. Can be given as a gift or used in various crafting recipes.",
        name_en = "Catmint",
        category = "other.crops_and_forage",
        seed_name = "seed_catmint",
    },
    night_queen = {
        description = "夏季生长的花, 美丽优雅, 是送礼优选。 ",
        icon_sprite = "spr_ui_item_night_queen",
        name = "夜之女王花",
        tags = {
            "forageable",
            "flower",
        },
        value = {
            bin = 35,
            store = 140,
        },
        description_en = "A beautiful flower that grows in summer. Makes a nice gift.",
        name_en = "Night Queen",
        category = "other.crops_and_forage",
        seed_name = "seed_night_queen",
    },
    coconut = {
        description = "用途广泛的椰子树果实, 于夏季结果。 是烹饪食谱中的实用食材。 ",
        icon_sprite = "spr_ui_item_coconut",
        name = "椰子",
        restore = 6,
        tags = {
            "forageable",
        },
        value = {
            bin = 30,
            store = 120,
        },
        description_en = "The versatile fruit of the coconut tree, which fruits in summer. A useful ingredient in cooking recipes.",
        name_en = "Coconut",
        category = "other.crops_and_forage",
    },
    thyme = {
        description = "夏季生长的人气香草, 通常用作烹饪美食的材料。 ",
        restore = "rare_forage_restore",
        icon_sprite = "spr_ui_item_thyme",
        name = "麝香草",
        tags = {
            "forageable",
        },
        value = {
            bin = 30,
            store = 120,
        },
        description_en = "A popular herb grown in summer. Commonly used as a cooking ingredient.",
        name_en = "Thyme",
        category = "other.crops_and_forage",
        seed_name = "seed_thyme",
    },
    oregano = {
        description = "夏季生长的人气香草, 通常用作烹饪美食的材料。 ",
        restore = "rare_forage_restore",
        icon_sprite = "spr_ui_item_oregano",
        name = "牛至",
        tags = {
            "forageable",
        },
        value = {
            bin = 30,
            store = 120,
        },
        description_en = "A popular herb grown in summer. Commonly used as a cooking ingredient.",
        name_en = "Oregano",
        category = "other.crops_and_forage",
        seed_name = "seed_oregano",
    },
    basil = {
        description = "夏季生长的人气香草, 通常用作烹饪美食的材料。 ",
        icon_sprite = "spr_ui_item_basil",
        restore = "rare_forage_restore",
        name = "罗勒",
        tags = {
            "forageable",
        },
        value = {
            bin = 30,
            store = 120,
        },
        description_en = "A popular herb grown in summer. Commonly used as a cooking ingredient.",
        name_en = "Basil",
        category = "other.crops_and_forage",
        seed_name = "seed_basil",
    },
    cosmos = {
        description = "夏季生长的深红色花朵。 可作为礼物赠送, 或用于各种工艺制作。 ",
        icon_sprite = "spr_ui_item_cosmos",
        name = "波斯菊",
        tags = {
            "flower",
            "forageable",
        },
        value = {
            bin = 30,
            store = 120,
        },
        description_en = "A deep red flower grown in the summer. Can be given as a gift or used in various crafting recipes.",
        name_en = "Cosmos",
        category = "other.crops_and_forage",
        seed_name = "seed_cosmos",
    },
    marigold = {
        description = "夏季生长的金色的花, 充满生机。 可作为礼物赠送, 或用于各种工艺制作。 ",
        icon_sprite = "spr_ui_item_marigold",
        name = "万寿菊",
        tags = {
            "flower",
            "forageable",
        },
        value = {
            bin = 40,
            store = 160,
        },
        description_en = "A vibrant golden flower usually grown in the summer. Can be given as a gift or used in various crafting recipes.",
        name_en = "Marigold",
        category = "other.crops_and_forage",
        seed_name = "seed_marigold",
    },
    wild_grapes = {
        description = "夏季生长的野生水果, 酸甜可口, 通常用作烹饪美食的材料。 ",
        restore = 6,
        icon_sprite = "spr_ui_item_bush_grape",
        name = "野生葡萄",
        tags = {
            "forageable",
        },
        value = {
            bin = 25,
            store = 200,
        },
        description_en = "A wild fruit grown in the summer. Tart and delicious, they are commonly used as a cooking ingredient.",
        name_en = "Wild Grapes",
        category = "other.crops_and_forage",
    },
    sweet_potato = {
        description = "生长迅速的秋季作物, 烹饪后十分香甜。 ",
        restore = "fast_crop_restore",
        icon_sprite = "spr_ui_item_sweet_potato",
        name = "番薯",
        tags = {
            "crop",
        },
        value = {
            bin = 40,
            store = 160,
        },
        description_en = "A fast growing fall crop. True to its name, it has a sweet flavor when cooked.",
        name_en = "Sweet Potato",
        category = "other.crops_and_forage",
        seed_name = "seed_sweet_potato",
    },
    broccoli = {
        description = "秋季作物, 口感脆嫩, 带有浅浅的青草味道。 通常用作烹饪美食的材料。 ",
        restore = "medium_crop_restore",
        icon_sprite = "spr_ui_item_broccoli",
        name = "西兰花",
        tags = {
            "crop",
        },
        value = {
            bin = 75,
            store = 300,
        },
        description_en = "A fall crop. Crunchy with a mild, grassy flavor. Commonly used as a cooking ingredient.",
        name_en = "Broccoli",
        category = "other.crops_and_forage",
        seed_name = "seed_broccoli",
    },
    pumpkin = {
        description = "生长缓慢的秋季作物, 带着醇厚的泥土气息和淡淡的自然甜味。 通常用作烹饪美食和工艺制作的材料。 ",
        restore = "slow_crop_restore",
        icon_sprite = "spr_ui_item_pumpkin",
        name = "南瓜",
        tags = {
            "crop",
        },
        value = {
            bin = 180,
            store = 540,
        },
        description_en = "A slow growing fall crop. Has an earthy, slightly sweet taste. Commonly used as a cooking and crafting ingredient.",
        name_en = "Pumpkin",
        category = "other.crops_and_forage",
        seed_name = "seed_pumpkin",
    },
    onion = {
        name = "洋葱",
        description = "可再生长的秋季作物, 气味浓烈, 味道极具刺激性。 通常用作烹饪美食的材料。 ",
        icon_sprite = "spr_ui_item_onion",
        restore = "unlockable_regrow_crop_restore",
        tags = {
            "crop",
        },
        value = {
            bin = 135,
            store = 400,
        },
        name_en = "Onion",
        description_en = "A fall crop that regrows. Pungent, with a strong, sharp flavor. Commonly used as a cooking ingredient.",
        category = "other.crops_and_forage",
        seed_name = "seed_onion",
    },
    cranberry = {
        description = "可再生长的秋季作物。 具有酸甜的水果风味。 通常用作烹饪美食的材料。 ",
        restore = "regrow_crop_restore",
        icon_sprite = "spr_ui_item_cranberry",
        name = "蔓越莓",
        tags = {
            "crop",
            "berry",
        },
        value = {
            bin = 125,
            store = 375,
        },
        description_en = "A fall crop that regrows. Has a tart, fruity flavor. Commonly used as a cooking ingredient.",
        name_en = "Cranberry",
        category = "other.crops_and_forage",
        seed_name = "seed_cranberry",
    },
    rice_stalk = {
        name = "稻米",
        description = "可再生长的秋季作物, 可提炼成米粒, 是众多菜肴的重要材料。 ",
        icon_sprite = "spr_ui_item_rice_stalk",
        tags = {
            "crop",
        },
        value = {
            bin = 150,
            store = 450,
        },
        name_en = "Rice Stalk",
        description_en = "A fall crop that regrows. Can be refined into rice, which is used in many recipes.",
        category = "other.crops_and_forage",
    },
    wheat = {
        name = "小麦",
        description = "可再生长的人气秋季作物, 可加工成面粉, 是众多菜肴的重要材料。 ",
        icon_sprite = "spr_ui_item_wheat",
        tags = {
            "crop",
        },
        value = {
            bin = 150,
            store = 450,
        },
        name_en = "Wheat",
        description_en = "A popular fall crop that regrows. Can be refined into flour, which is used in many recipes.",
        category = "other.crops_and_forage",
        seed_name = "seed_wheat",
    },
    moon_fruit = {
        name = "满月果",
        description = "可在秋季采集的稀有水果, 具有甜美的花香味道, 常用作烹饪材料。 ",
        icon_sprite = "spr_ui_item_moon_fruit",
        restore = "regrow_crop_restore",
        tags = {
            "forageable",
        },
        value = {
            bin = 35,
            store = 140,
        },
        name_en = "Moon Fruit",
        description_en = "A rare fruit foraged in fall. It has a sweet, floral flavor and is commonly used as a cooking ingredient.",
        category = "other.crops_and_forage",
        seed_name = "seed_moon_fruit",
    },
    rosemary = {
        description = "秋季生长的芳香草本植物。 通常用作烹饪美食的材料。 ",
        name = "迷迭香",
        restore = 6,
        icon_sprite = "spr_ui_item_rosemary",
        tags = {
            "forageable",
        },
        value = {
            bin = 30,
            store = 120,
        },
        description_en = "A fragrant herb grown in fall. Commonly used as a cooking ingredient.",
        name_en = "Rosemary",
        category = "other.crops_and_forage",
        seed_name = "seed_rosemary",
    },
    orange = {
        name = "橙子",
        description = "橙树的果实, 于秋季结果。 是烹饪食谱中的常见食材。 ",
        icon_sprite = "spr_ui_item_orange",
        restore = "fruit_crop_restore",
        tags = {
            "crop",
            "citrus",
        },
        value = {
            bin = 45,
            store = 180,
        },
        name_en = "Orange",
        description_en = "The citrusy fruit of the orange tree, which fruits in fall. A popular ingredient in cooking recipes.",
        category = "other.crops_and_forage",
    },
    apple = {
        description = "香甜可口的苹果树果实, 于秋季结果。 是烹饪食谱中的常见食材。 ",
        restore = "fruit_crop_restore",
        icon_sprite = "spr_ui_item_apple",
        name = "苹果",
        tags = {
            "crop",
        },
        value = {
            bin = 45,
            store = 180,
        },
        description_en = "The delicious fruit of the apple tree, which fruits in fall. A popular ingredient in cooking recipes.",
        name_en = "Apple",
        category = "other.crops_and_forage",
    },
    chestnut = {
        name = "栗子",
        description = "秋季常见的野生坚果。 通常用作烹饪美食的材料。 ",
        icon_sprite = "spr_ui_item_chestnut",
        restore = "common_forage_restore",
        tags = {
            "forageable",
        },
        value = {
            bin = 15,
            store = 60,
        },
        name_en = "Chestnut",
        description_en = "A common nut foraged in fall. Commonly used as a cooking ingredient.",
        category = "other.crops_and_forage",
    },
    fog_orchid = {
        description = "可在秋季采集的迷人白花, 可作为礼物赠送, 或用于工艺制作。 ",
        icon_sprite = "spr_ui_item_fogorchid",
        name = "雾兰",
        tags = {
            "forageable",
            "flower",
        },
        value = {
            bin = 40,
            store = 160,
        },
        description_en = "A haunting white flower foraged in fall. Can be given as a gift or used in crafting recipes.",
        name_en = "Fog Orchid",
        category = "other.crops_and_forage",
    },
    viola = {
        description = "可在秋季采集的紫黄色花卉, 小巧可爱。 是工艺制作的材料。 ",
        icon_sprite = "spr_ui_item_viola",
        name = "双色堇",
        tags = {
            "forageable",
            "flower",
        },
        value = {
            bin = 40,
            store = 160,
        },
        description_en = "A cute yellow and purple flower foraged in fall. Can be used in crafting recipes.",
        name_en = "Viola",
        category = "other.crops_and_forage",
        seed_name = "seed_viola",
    },
    celosia = {
        description = "生长迅速的秋季粉色花朵, 是工艺制作的材料。 ",
        icon_sprite = "spr_ui_item_celosia",
        name = "鸡冠花",
        tags = {
            "crop",
            "flower",
        },
        value = {
            bin = 25,
            store = 100,
        },
        description_en = "A fast growing pink fall flower. Can be used in crafting recipes.",
        name_en = "Celosia",
        category = "other.crops_and_forage",
        seed_name = "seed_celosia",
    },
    heather = {
        description = "可在秋季采集的粉色花朵, 是工艺制作的材料。 ",
        icon_sprite = "spr_ui_item_heather",
        name = "帚石楠",
        tags = {
            "forageable",
            "flower",
        },
        value = {
            bin = 30,
            store = 120,
        },
        description_en = "A charming pink flower foraged in fall. Can be used in crafting recipes.",
        name_en = "Heather",
        category = "other.crops_and_forage",
        seed_name = "seed_heather",
    },
    garlic = {
        description = "可再生长的秋季作物, 气味和味道都十分强烈。 通常用作烹饪美食的材料。 ",
        restore = 6,
        icon_sprite = "spr_ui_item_garlic",
        name = "大蒜",
        tags = {
            "forageable",
        },
        value = {
            bin = 30,
            store = 120,
        },
        description_en = "A fall crop that regrows. Has a strong taste and odor. Commonly used as a cooking ingredient.",
        name_en = "Garlic",
        category = "other.crops_and_forage",
        seed_name = "seed_garlic",
    },
    chrysanthemum = {
        description = "人气的秋季深红色花朵, 是工艺制作的材料。 ",
        icon_sprite = "spr_ui_item_chrysanthemum",
        name = "菊花",
        tags = {
            "crop",
            "flower",
        },
        value = {
            bin = 30,
            store = 120,
        },
        description_en = "A popular dark red fall flower. Can be used in crafting recipes.",
        name_en = "Chrysanthemum",
        category = "other.crops_and_forage",
        seed_name = "seed_chrysanthemum",
    },
    horseradish = {
        description = "可在秋季采集的野生植物, 味道辛辣浓烈。 通常用作烹饪美食的材料。 ",
        icon_sprite = "spr_ui_item_horseradish",
        name = "辣根",
        tags = {
            "forageable",
        },
        restore = "common_forage_restore",
        value = {
            bin = 30,
            store = 120,
        },
        description_en = "A wild plant foraged in fall. Has a spicy, pungent flavor. Commonly used as a cooking ingredient.",
        name_en = "Horseradish",
        category = "other.crops_and_forage",
    },
    blackberry = {
        description = "秋天生长的美味浆果, 是烹饪美食的材料。 ",
        restore = 1,
        icon_sprite = "spr_ui_item_bush_blackberry",
        name = "黑莓",
        tags = {
            "forageable",
            "berry",
        },
        value = {
            bin = 5,
            store = 25,
        },
        description_en = "A delicious berry that grows in fall. Used in a variety of cooking recipes.",
        name_en = "Blackberry",
        category = "other.crops_and_forage",
    },
    cauliflower = {
        description = "冬季作物, 有淡淡的坚果味道。 通常用作烹饪美食的材料。 ",
        restore = "medium_crop_restore",
        icon_sprite = "spr_ui_item_cauliflower",
        name = "花椰菜",
        tags = {
            "crop",
        },
        value = {
            bin = 75,
            store = 300,
        },
        description_en = "A winter crop. Has a subtle nutty flavor. Commonly used as a cooking ingredient.",
        name_en = "Cauliflower",
        category = "other.crops_and_forage",
        seed_name = "seed_cauliflower",
    },
    daikon_radish = {
        name = "白萝卜",
        description = "生长缓慢的冬季作物。 具有淡淡的甜味和辛辣风味。 通常用作烹饪美食的材料。 ",
        icon_sprite = "spr_ui_item_daikon_radish",
        restore = "slow_crop_restore",
        tags = {
            "crop",
        },
        value = {
            bin = 180,
            store = 400,
        },
        name_en = "Daikon Radish",
        description_en = "A slow growing winter crop. Has a subtly sweet, peppery flavor. Commonly used as a cooking ingredient.",
        category = "other.crops_and_forage",
        seed_name = "seed_daikon_radish",
    },
    burdock_root = {
        name = "牛蒡根",
        description = "可在冬天采集的野生植物, 具有坚果般的香气和泥土气息。 通常用作烹饪美食的材料。 ",
        icon_sprite = "spr_ui_item_burdock_root",
        restore = "regrow_crop_restore",
        tags = {
            "forageable",
        },
        value = {
            bin = 30,
            store = 120,
        },
        name_en = "Burdock Root",
        description_en = "A wild plant foraged in winter. Has a nutty, earthy flavor. Commonly used as a cooking ingredient.",
        category = "other.crops_and_forage",
        seed_name = "seed_burdock_root",
    },
    poinsettia = {
        name = "圣诞花",
        description = "冬天生长的可爱红花, 是工艺制作的材料。 ",
        icon_sprite = "spr_ui_item_poinsettia",
        tags = {
            "flower",
            "forageable",
        },
        value = {
            bin = 30,
            store = 120,
        },
        name_en = "Poinsettia",
        description_en = "A lovely red winter flower. Can be used in crafting recipes.",
        category = "other.crops_and_forage",
        seed_name = "seed_poinsettia",
    },
    snow_peas = {
        name = "荷兰豆",
        description = "可再生的冬季作物, 非常甜。 通常用作烹饪美食的材料。 ",
        icon_sprite = "spr_ui_item_snow_peas",
        restore = "regrow_crop_restore",
        tags = {
            "crop",
        },
        value = {
            bin = 125,
            store = 375,
        },
        name_en = "Snow Peas",
        description_en = "A winter crop that regrows. Has a very sweet flavor. Commonly used as a cooking ingredient.",
        category = "other.crops_and_forage",
        seed_name = "seed_snow_peas",
    },
    beet = {
        name = "甜菜",
        description = "生长迅速的冬季作物, 带有浓郁的泥土香气。 通常用作烹饪美食的材料。 ",
        icon_sprite = "spr_ui_item_beet",
        restore = "fast_crop_restore",
        tags = {
            "crop",
        },
        value = {
            bin = 40,
            store = 160,
        },
        name_en = "Beet",
        description_en = "A fast growing winter crop. Has a strong earthy flavor. Commonly used as a cooking ingredient.",
        category = "other.crops_and_forage",
        seed_name = "seed_beet",
    },
    pomegranate = {
        description = "宝石般的石榴树果实, 内含晶莹的籽粒, 于春季结果。 是烹饪美食的材料。 ",
        restore = "fruit_crop_restore",
        icon_sprite = "spr_ui_item_pomegranate",
        name = "石榴",
        tags = {
            "crop",
        },
        value = {
            bin = 45,
            store = 180,
        },
        description_en = "The seed-filled fruit of the pomegranate tree, which fruits in winter. Used in a variety of cooking recipes.",
        name_en = "Pomegranate",
        category = "other.crops_and_forage",
    },
    frost_lily = {
        name = "冰百合",
        description = "生长迅速的冬季花朵, 异样迷人。 是工艺制作的材料。 ",
        icon_sprite = "spr_ui_item_frost_lily",
        tags = {
            "flower",
            "forageable",
        },
        value = {
            bin = 25,
            store = 100,
        },
        name_en = "Frost Lily",
        description_en = "An enchanting fast growing winter flower. Can be used in crafting recipes.",
        category = "other.crops_and_forage",
        seed_name = "seed_frost_lily",
    },
    jasmine = {
        name = "茉莉花",
        description = "可在冬天采集的漂亮白花, 用作烹饪美食和工艺制作的材料。 ",
        icon_sprite = "spr_ui_item_jasmine",
        restore = 3,
        edible = false,
        tags = {
            "flower",
            "forageable",
        },
        value = {
            bin = 35,
            store = 140,
        },
        name_en = "Jasmine",
        description_en = "A delightful white flower foraged in winter. Can be used in crafting and cooking recipes.",
        category = "other.crops_and_forage",
        seed_name = "seed_jasmine",
    },
    snapdragon = {
        name = "金鱼草",
        description = "可在冬天采集的甜美粉花, 是工艺制作的材料。 ",
        icon_sprite = "spr_ui_item_snapdragon",
        tags = {
            "flower",
            "forageable",
        },
        value = {
            bin = 40,
            store = 160,
        },
        name_en = "Snapdragon",
        description_en = "A darling pink flower foraged in winter. Can be used in crafting recipes.",
        category = "other.crops_and_forage",
        seed_name = "seed_snapdragon",
    },
    crocus = {
        name = "西红花",
        description = "可在冬季采集的迷人淡紫色花朵, 是工艺制作的材料。 ",
        icon_sprite = "spr_ui_item_crocus",
        tags = {
            "flower",
            "forageable",
        },
        value = {
            bin = 10,
            store = 40,
        },
        name_en = "Crocus",
        description_en = "A fetching light purple flower foraged in winter. Can be used in crafting recipes.",
        category = "other.crops_and_forage",
    },
    holly = {
        name = "冬青",
        description = "可在冬季采集的野生植物, 是工艺制作的材料。 ",
        icon_sprite = "spr_ui_item_holly",
        tags = {
            "forageable",
        },
        value = {
            bin = 20,
            store = 80,
        },
        name_en = "Holly",
        description_en = "A wild plant foraged in winter. Can be used in crafting recipes.",
        category = "other.crops_and_forage",
    },
    pineshroom = {
        name = "松锥菇",
        description = "可在冬季采集的野生蘑菇, 甜蜜中透着一丝香草味道。 通常用作烹饪美食的材料。 ",
        icon_sprite = "spr_ui_item_pineshroom",
        restore = "rare_forage_restore",
        tags = {
            "forageable",
            "mushroom",
            "mushroomy",
        },
        value = {
            bin = 25,
            store = 100,
        },
        name_en = "Pineshroom",
        description_en = "A wild mushroom foraged in winter. It's sweet with a hint of vanilla flavor. Commonly used as a cooking ingredient.",
        category = "other.crops_and_forage",
    },
    glowberry = {
        name = "荧光浆果",
        description = "可在冬季采集的野生植物, 味道甜美, 天然发光。 用作烹饪美食和工艺制作的材料。 ",
        icon_sprite = "spr_ui_item_bush_glowberry",
        restore = 1,
        tags = {
            "forageable",
            "berry",
        },
        value = {
            bin = 5,
            store = 25,
        },
        name_en = "Glowberry",
        description_en = "A wild plant foraged in winter. Has a sweet flavor and naturally glows. Used as a crafting and cooking ingredient.",
        category = "other.crops_and_forage",
    },
    oyster_mushroom = {
        name = "平菇",
        description = "可在冬季采集的野生蘑菇, 具有泥土气息。 通常用作烹饪美食的材料。 ",
        icon_sprite = "spr_ui_item_oyster_mushroom",
        restore = "rare_forage_restore",
        tags = {
            "forageable",
            "mushroom",
            "mushroomy",
        },
        value = {
            bin = 25,
            store = 100,
        },
        name_en = "Oyster Mushroom",
        description_en = "A wild mushroom foraged in winter. Has an earthy flavor. Commonly used as a cooking ingredient.",
        category = "other.crops_and_forage",
    },
    ice_block = {
        name = "冰块",
        description = "可采集的天然冰块, 通常用作烹饪美食的材料。 ",
        icon_sprite = "spr_ui_item_ice_block",
        restore = 6,
        tags = {
            "material",
        },
        value = {
            bin = 5,
            store = 25,
        },
        name_en = "Ice Block",
        description_en = "A foraged block of pure ice. Commonly used as a cooking ingredient.",
        category = "other.crops_and_forage",
    },
    rose_hip = {
        name = "蔷薇果",
        description = "可在冬季采集的野生植物, 酸酸甜甜。 通常用作烹饪美食的材料。 ",
        icon_sprite = "spr_ui_item_bush_rosehip",
        tags = {
            "forageable",
        },
        restore = 5,
        value = {
            bin = 20,
            store = 80,
        },
        name_en = "Rose Hip",
        description_en = "A wild plant foraged in winter. Has a sweet and sour flavor. Commonly used as a cooking ingredient.",
        category = "other.crops_and_forage",
    },
    wintergreen_berry = {
        description = "一种美妙的冬季浆果, 是烹饪美食的材料。 ",
        restore = 3,
        icon_sprite = "spr_ui_item_bush_wintergreen",
        name = "冬青浆果",
        tags = {
            "forageable",
            "berry",
        },
        value = {
            bin = 5,
            store = 25,
        },
        description_en = "A wonderful winter berry. Used in a variety of cooking recipes.",
        name_en = "Wintergreen Berry",
        category = "other.crops_and_forage",
    },
    plum_blossom = {
        description = "冬天生长的粉花, 纤细但并不脆弱。 可作为礼物赠送, 或用于各种工艺制作。 ",
        icon_sprite = "spr_ui_item_plum_blossom",
        name = "梅花",
        tags = {
            "forageable",
            "flower",
        },
        value = {
            bin = 30,
            store = 120,
        },
        description_en = "A delicate pink flower grown in the winter. Can be given as a gift or used in various crafting recipes.",
        name_en = "Plum Blossom",
        category = "other.crops_and_forage",
    },
    pinecone = {
        description = "含有松树种子的松果, 用作一些手工品制作的材料。 ",
        icon_sprite = "spr_ui_item_pinecone",
        name = "松果",
        tags = {
            "forageable",
            "junk",
        },
        value = {
            bin = 5,
            store = 25,
        },
        description_en = "A pinecone containing the seeds of a pine tree. Used in certain crafting recipes.",
        name_en = "Pinecone",
        category = "other.crops_and_forage",
    },
    acorn = {
        description = "橡树结出的坚果, 是烹饪和工艺制作的材料。 ",
        restore = "common_forage_restore",
        icon_sprite = "spr_ui_item_acorn",
        name = "橡子",
        tags = {
            "forageable",
            "junk",
        },
        value = {
            bin = 5,
            store = 25,
        },
        description_en = "The nut of an oak tree. Used in cooking and crafting recipes.",
        name_en = "Acorn",
        category = "other.crops_and_forage",
    },
    cattail = {
        description = "从香蒲植物的荚果中提取的绒毛, 是制作物品的材料。 ",
        icon_sprite = "spr_ui_item_cattail",
        name = "香蒲绒毛",
        tags = {
            "forageable",
            "junk",
        },
        value = {
            bin = 5,
            store = 25,
        },
        description_en = "Fluff extracted from the pod of a cattail plant. Used in crafting recipes.",
        name_en = "Cattail Fluff",
        category = "other.crops_and_forage",
    },
    water_chestnut = {
        description = "从阿尔达里亚其他地区引入米斯特利亚的入侵物种, 可用作烹饪的食材。 ",
        icon_sprite = "spr_ui_item_water_chestnut",
        name = "马蹄",
        restore = "common_forage_restore",
        tags = {
            "forageable",
        },
        value = {
            bin = 5,
            store = 25,
        },
        description_en = "An invasive species brought to Mistria from wider Aldaria. Used as an ingredient in cooking recipes.",
        name_en = "Water Chestnut",
        category = "other.crops_and_forage",
    },
    sapling_apple = {
        description = "一株苹果树苗, 一年四季都可种, 但只在秋季结果。 ",
        sapling = "tree_apple",
        icon_sprite = "spr_ui_item_apple_sapling",
        mini_sprite = "spr_ui_tool_tip_icon_apple",
        name = "苹果树苗",
        tags = {
            "seed",
        },
        value = {
            store = 400,
        },
        description_en = "An apple tree sapling. This tree can be planted any time of year, but will only fruit in the fall.",
        name_en = "Apple Sapling",
        category = "other.crops_and_forage",
    },
    seed_basil = {
        description = "罗勒的种子, 这种夏季作物成熟后每3天就能收获一次。 ",
        crop_object = "basil",
        mini_sprite = "spr_ui_tool_tip_icon_basil",
        icon_sprite = "spr_ui_item_bagseed_basil_icon",
        sow_sprite = "spr_ui_item_bagseed_basil_mini",
        name = "罗勒种子",
        tags = {
            "seed",
        },
        value = {
            bin = 15,
        },
        description_en = "Basil seed. This summer crop can be harvested every 3 days once it reaches maturity.",
        name_en = "Basil Seed",
        category = "other.crops_and_forage",
        sprites = {
            "spr_forage_basil_seed",
            "spr_forage_basil_stage1",
            "spr_forage_basil_stage2",
            "spr_forage_basil_stage3",
            "spr_forage_basil_stage4",
        },
        day_to_stage = {
            0,
            1,
            2,
            3,
            3,
            4,
        },
        regrow_days = 3,
        seasons = "summer",
        currency = 3,
    },
    seed_broccoli = {
        description = "西兰花的种子, 这种秋季作物只能收获一次。 ",
        crop_object = "broccoli",
        mini_sprite = "spr_ui_tool_tip_icon_broccoli",
        icon_sprite = "spr_ui_item_bagseed_broccoli_icon",
        sow_sprite = "spr_ui_item_bagseed_broccoli_mini",
        name = "西兰花种子",
        tags = {
            "seed",
        },
        value = {
            store = 40,
        },
        description_en = "Broccoli seed. This fall crop can be harvested once.",
        name_en = "Broccoli Seed",
        category = "other.crops_and_forage",
        sprites = {
            "spr_crop_broccoli_seed",
            "spr_crop_broccoli_stage1",
            "spr_crop_broccoli_stage2",
            "spr_crop_broccoli_stage3",
            "spr_crop_broccoli_stage4",
        },
        day_to_stage = {
            0,
            1,
            2,
            2,
            3,
            3,
            4,
        },
        seasons = "fall",
        currency = 4,
    },
    seed_cabbage = {
        description = "卷心菜的种子, 这种生长缓慢的春季作物只能收获一次。 ",
        crop_object = "cabbage",
        mini_sprite = "spr_ui_tool_tip_icon_cabbage",
        icon_sprite = "spr_ui_item_bagseed_cabbage_icon",
        sow_sprite = "spr_ui_item_bagseed_cabbage_mini",
        name = "卷心菜种子",
        tags = {
            "seed",
        },
        value = {
            store = 70,
        },
        description_en = "Cabbage seed. This slow growing spring crop can be harvested once.",
        name_en = "Cabbage Seed",
        category = "other.crops_and_forage",
        sprites = {
            "spr_crop_cabbage_seed",
            "spr_crop_cabbage_stage1",
            "spr_crop_cabbage_stage2",
            "spr_crop_cabbage_stage3",
            "spr_crop_cabbage_stage4",
        },
        day_to_stage = {
            0,
            1,
            1,
            1,
            2,
            2,
            3,
            3,
            3,
            4,
        },
        seasons = "spring",
        currency = 6,
    },
    seed_carrot = {
        description = "胡萝卜的种子, 这种春季作物只能收获一次。 ",
        crop_object = "carrot",
        mini_sprite = "spr_ui_tool_tip_icon_carrot",
        icon_sprite = "spr_ui_item_bagseed_carrot_icon",
        sow_sprite = "spr_ui_item_bagseed_carrot_mini",
        name = "胡萝卜种子",
        tags = {
            "seed",
        },
        value = {
            store = 40,
        },
        description_en = "Carrot seed. This spring crop can be harvested once.",
        name_en = "Carrot Seed",
        category = "other.crops_and_forage",
        sprites = {
            "spr_crop_carrot_seed",
            "spr_crop_carrot_stage1",
            "spr_crop_carrot_stage2",
            "spr_crop_carrot_stage3",
            "spr_crop_carrot_stage4",
        },
        day_to_stage = {
            0,
            1,
            2,
            3,
            3,
            3,
            4,
        },
        seasons = "spring",
        currency = 4,
    },
    seed_cauliflower = {
        description = "花椰菜的种子, 这种冬季作物只能收获一次。 ",
        crop_object = "cauliflower",
        mini_sprite = "spr_ui_tool_tip_icon_cauliflower",
        icon_sprite = "spr_ui_item_bagseed_cauliflower_icon",
        sow_sprite = "spr_ui_item_bagseed_cauliflower_mini",
        name = "花椰菜种子",
        tags = {
            "seed",
        },
        value = {
            store = 40,
        },
        description_en = "Cauliflower seed. This winter crop can be harvested once.",
        name_en = "Cauliflower Seed",
        category = "other.crops_and_forage",
        sprites = {
            "spr_crop_cauliflower_seed",
            "spr_crop_cauliflower_stage1",
            "spr_crop_cauliflower_stage2",
            "spr_crop_cauliflower_stage3",
            "spr_crop_cauliflower_stage4",
        },
        day_to_stage = {
            0,
            1,
            2,
            3,
            3,
            3,
            4,
        },
        seasons = "winter",
        currency = 4,
    },
    seed_catmint = {
        description = "猫薄荷的种子, 这种夏季作物只能收获一次。 ",
        crop_object = "catmint",
        mini_sprite = "spr_ui_tool_tip_icon_catmint",
        icon_sprite = "spr_ui_item_bagseed_catmint_icon",
        sow_sprite = "spr_ui_item_bagseed_catmint_mini",
        name = "猫薄荷种子",
        tags = {
            "seed",
        },
        value = {
            store = 20,
        },
        description_en = "Catmint seed. This summer flower can be harvested once.",
        name_en = "Catmint Seed",
        category = "other.crops_and_forage",
        sprites = {
            "spr_flower_catmint_seed",
            "spr_flower_catmint_stage1",
            "spr_flower_catmint_stage2",
            "spr_flower_catmint_stage3",
            "spr_flower_catmint_stage4",
        },
        day_to_stage = {
            0,
            1,
            2,
            2,
            3,
            3,
            4,
        },
        seasons = "summer",
    },
    seed_celosia = {
        description = "鸡冠花的种子, 这种生长迅速的秋季花卉只能收获一次。 ",
        crop_object = "celosia",
        mini_sprite = "spr_ui_tool_tip_icon_celosia",
        icon_sprite = "spr_ui_item_bagseed_celosia_icon",
        sow_sprite = "spr_ui_item_bagseed_celosia_mini",
        name = "鸡冠花种子",
        tags = {
            "seed",
        },
        value = {
            store = 15,
        },
        description_en = "Celosia seed. This fast growing fall flower can be harvested once.",
        name_en = "Celosia Seed",
        category = "other.crops_and_forage",
        sprites = {
            "spr_crop_celosia_seed",
            "spr_crop_celosia_stage1",
            "spr_crop_celosia_stage2",
            "spr_crop_celosia_stage3",
            "spr_crop_celosia_stage4",
        },
        day_to_stage = {
            0,
            1,
            2,
            3,
            4,
        },
        seasons = "fall",
    },
    sapling_cherry = {
        description = "一株樱桃树苗, 一年四季都可种, 但只在春季结果。 ",
        sapling = "tree_cherry",
        icon_sprite = "spr_ui_item_cherry_sapling",
        mini_sprite = "spr_ui_tool_tip_icon_cherry",
        name = "樱桃树苗",
        tags = {
            "seed",
        },
        value = {
            store = 400,
        },
        description_en = "A cherry tree sapling. This tree can be planted any time of year, but will only fruit in the spring.",
        name_en = "Cherry Sapling",
        category = "other.crops_and_forage",
    },
    seed_chickpea = {
        description = "鹰嘴豆的种子, 这种春季作物成熟后每3天就能收获一次。 ",
        crop_object = "chickpea",
        mini_sprite = "spr_ui_tool_tip_icon_chickpea",
        icon_sprite = "spr_ui_item_bagseed_chickpea_icon",
        sow_sprite = "spr_ui_item_bagseed_chickpea_mini",
        name = "鹰嘴豆种子",
        tags = {
            "seed",
        },
        value = {
            bin = 10,
        },
        description_en = "Chickpea seed. This spring crop can be harvested every 3 days once it reaches maturity.",
        name_en = "Chickpea Seed",
        category = "other.crops_and_forage",
        sprites = {
            "spr_forage_chickpea_seed",
            "spr_forage_chickpea_stage1",
            "spr_forage_chickpea_stage2",
            "spr_forage_chickpea_stage3",
            "spr_forage_chickpea_stage4",
        },
        day_to_stage = {
            0,
            1,
            2,
            3,
            3,
            4,
        },
        regrow_days = 3,
        seasons = "spring",
        currency = 3,
    },
    seed_chili_pepper = {
        description = "辣椒的种子, 这种夏季作物只能收获一次。 ",
        crop_object = "chili_pepper",
        mini_sprite = "spr_ui_tool_tip_icon_chili_pepper",
        icon_sprite = "spr_ui_item_bagseed_chili_pepper_icon",
        sow_sprite = "spr_ui_item_bagseed_chili_pepper_mini",
        name = "辣椒种子",
        tags = {
            "seed",
        },
        value = {
            store = 40,
        },
        description_en = "Chili pepper seed. This summer crop can be harvested once.",
        name_en = "Chili Pepper Seed",
        category = "other.crops_and_forage",
        sprites = {
            "spr_crop_chili_pepper_seed",
            "spr_crop_chili_pepper_stage1",
            "spr_crop_chili_pepper_stage2",
            "spr_crop_chili_pepper_stage3",
            "spr_crop_chili_pepper_stage4",
        },
        day_to_stage = {
            0,
            1,
            2,
            2,
            3,
            3,
            4,
        },
        seasons = "summer",
        currency = 4,
    },
    seed_chrysanthemum = {
        description = "菊花的种子, 这种秋季花卉只能收获一次。 ",
        crop_object = "chrysanthemum",
        mini_sprite = "spr_ui_tool_tip_icon_chrysanthemum",
        icon_sprite = "spr_ui_item_bagseed_chrysanthemum_icon",
        sow_sprite = "spr_ui_item_bagseed_chrysanthemum_mini",
        name = "菊花种子",
        tags = {
            "seed",
        },
        value = {
            store = 20,
        },
        description_en = "Chrysanthemum seed. This fall flower can be harvested once.",
        name_en = "Chrysanthemum Seed",
        category = "other.crops_and_forage",
        sprites = {
            "spr_crop_chrysanthemum_seed",
            "spr_crop_chrysanthemum_stage1",
            "spr_crop_chrysanthemum_stage2",
            "spr_crop_chrysanthemum_stage3",
            "spr_crop_chrysanthemum_stage4",
        },
        day_to_stage = {
            0,
            1,
            2,
            2,
            3,
            3,
            4,
        },
        seasons = "fall",
    },
    seed_corn = {
        description = "玉米的种子, 这种夏季作物成熟后每3天就能收获一次。 ",
        crop_object = "corn",
        mini_sprite = "spr_ui_tool_tip_icon_corn",
        icon_sprite = "spr_ui_item_bagseed_corn_icon",
        sow_sprite = "spr_ui_item_bagseed_corn_mini",
        name = "玉米种子",
        tags = {
            "seed",
        },
        value = {
            store = 300,
        },
        description_en = "Corn seed. This summer crop can be harvested every 3 days once it reaches maturity.",
        name_en = "Corn Seed",
        category = "other.crops_and_forage",
        sprites = {
            "spr_crop_corn_seed",
            "spr_crop_corn_stage1",
            "spr_crop_corn_stage2",
            "spr_crop_corn_stage3",
            "spr_crop_corn_stage4",
        },
        day_to_stage = {
            0,
            1,
            2,
            3,
            3,
            4,
        },
        regrow_days = 3,
        seasons = "summer",
        currency = 3,
    },
    seed_cranberry = {
        description = "蔓越莓的种子, 这种秋季作物成熟后每3天就能收获一次。 ",
        crop_object = "cranberry",
        mini_sprite = "spr_ui_tool_tip_icon_cranberry",
        icon_sprite = "spr_ui_item_bagseed_cranberry_icon",
        sow_sprite = "spr_ui_item_bagseed_cranberry_mini",
        name = "蔓越莓种子",
        tags = {
            "seed",
        },
        value = {
            store = 300,
        },
        description_en = "Cranberry seed. This fall crop can be harvested every 3 days once it reaches maturity.",
        name_en = "Cranberry Seed",
        category = "other.crops_and_forage",
        sprites = {
            "spr_crop_cranberry_seed",
            "spr_crop_cranberry_stage1",
            "spr_crop_cranberry_stage2",
            "spr_crop_cranberry_stage3",
            "spr_crop_cranberry_stage4",
        },
        day_to_stage = {
            0,
            1,
            2,
            3,
            3,
            4,
        },
        regrow_days = 3,
        seasons = "fall",
        currency = 3,
    },
    seed_cucumber = {
        description = "黄瓜的种子, 这种生长迅速的夏季作物只能收获一次。 ",
        crop_object = "cucumber",
        mini_sprite = "spr_ui_tool_tip_icon_cucumber",
        icon_sprite = "spr_ui_item_bagseed_cucumber_icon",
        sow_sprite = "spr_ui_item_bagseed_cucumber_mini",
        name = "黄瓜种子",
        tags = {
            "seed",
        },
        value = {
            store = 25,
        },
        description_en = "Cucumber seed. This fast growing summer crop can be harvested once.",
        name_en = "Cucumber Seed",
        category = "other.crops_and_forage",
        sprites = {
            "spr_crop_cucumber_seed",
            "spr_crop_cucumber_stage1",
            "spr_crop_cucumber_stage2",
            "spr_crop_cucumber_stage3",
            "spr_crop_cucumber_stage4",
        },
        day_to_stage = {
            0,
            1,
            2,
            3,
            4,
        },
        seasons = "summer",
        currency = 2,
    },
    seed_daffodil = {
        description = "水仙花的种子, 这种生长迅速的春季花卉只能收获一次。 ",
        crop_object = "daffodil",
        mini_sprite = "spr_ui_tool_tip_icon_daffodil",
        icon_sprite = "spr_ui_item_bagseed_daffodil_icon",
        sow_sprite = "spr_ui_item_bagseed_daffodil_mini",
        name = "水仙花种子",
        tags = {
            "seed",
        },
        value = {
            store = 15,
        },
        description_en = "Daffodil seed. This fast growing spring flower can be harvested once.",
        name_en = "Daffodil Seed",
        category = "other.crops_and_forage",
        sprites = {
            "spr_flower_daffodil_seed",
            "spr_flower_daffodil_stage1",
            "spr_flower_daffodil_stage2",
            "spr_flower_daffodil_stage3",
            "spr_flower_daffodil_stage4",
        },
        day_to_stage = {
            0,
            1,
            2,
            3,
            4,
        },
        seasons = "spring",
    },
    seed_daisy = {
        description = "雏菊的种子, 这种生长迅速的夏季花卉只能收获一次。 ",
        crop_object = "daisy",
        mini_sprite = "spr_ui_tool_tip_icon_daisy",
        icon_sprite = "spr_ui_item_bagseed_daisy_icon",
        sow_sprite = "spr_ui_item_bagseed_daisy_mini",
        name = "雏菊种子",
        tags = {
            "seed",
        },
        value = {
            store = 10,
        },
        description_en = "Daisy seed. This fast growing summer flower can be harvested once.",
        name_en = "Daisy Seed",
        category = "other.crops_and_forage",
        sprites = {
            "spr_forage_daisy_seed",
            "spr_forage_daisy_stage1",
            "spr_forage_daisy_stage2",
            "spr_forage_daisy_stage3",
            "spr_forage_daisy_stage4",
        },
        day_to_stage = {
            0,
            1,
            2,
            3,
            4,
        },
        seasons = "summer",
        currency = 3,
    },
    seed_dill = {
        description = "莳萝的种子, 这种夏季作物成熟后每3天就能收获一次。 ",
        crop_object = "dill",
        mini_sprite = "spr_ui_tool_tip_icon_dill",
        icon_sprite = "spr_ui_item_bagseed_dill_icon",
        sow_sprite = "spr_ui_item_bagseed_dill_mini",
        name = "莳萝种子",
        tags = {
            "seed",
        },
        value = {
            bin = 15,
        },
        description_en = "Dill seed. This summer crop can be harvested every 3 days once it reaches maturity.",
        name_en = "Dill Seed",
        category = "other.crops_and_forage",
        sprites = {
            "spr_forage_dill_seed",
            "spr_forage_dill_stage1",
            "spr_forage_dill_stage2",
            "spr_forage_dill_stage3",
            "spr_forage_dill_stage4",
        },
        day_to_stage = {
            0,
            1,
            2,
            3,
            3,
            4,
        },
        regrow_days = 3,
        seasons = "summer",
        currency = 3,
    },
    seed_cosmos = {
        description = "波斯菊的种子, 这种夏季花卉只能收获一次。 ",
        crop_object = "cosmos",
        mini_sprite = "spr_ui_tool_tip_icon_cosmos",
        icon_sprite = "spr_ui_item_bagseed_cosmos_icon",
        sow_sprite = "spr_ui_item_bagseed_cosmos_mini",
        name = "波斯菊种子",
        tags = {
            "seed",
        },
        value = {
            store = 20,
        },
        description_en = "Cosmos seed. This summer flower can be harvested once.",
        name_en = "Cosmos Seed",
        category = "other.crops_and_forage",
        sprites = {
            "spr_flower_cosmos_seed",
            "spr_flower_cosmos_stage1",
            "spr_flower_cosmos_stage2",
            "spr_flower_cosmos_stage3",
            "spr_flower_cosmos_stage4",
        },
        day_to_stage = {
            0,
            1,
            2,
            2,
            3,
            3,
            4,
        },
        seasons = "summer",
    },
    seed_iris = {
        description = "鸢尾花的种子, 这种生长迅速的夏季花卉只能收获一次。 ",
        crop_object = "iris",
        mini_sprite = "spr_ui_tool_tip_icon_iris",
        icon_sprite = "spr_ui_item_bagseed_iris_icon",
        sow_sprite = "spr_ui_item_bagseed_iris_mini",
        name = "鸢尾花种子",
        tags = {
            "seed",
        },
        value = {
            bin = 10,
        },
        description_en = "Iris seed. This fast growing summer flower can be harvested once.",
        name_en = "Iris Seed",
        category = "other.crops_and_forage",
        sprites = {
            "spr_forage_iris_seed",
            "spr_forage_iris_stage1",
            "spr_forage_iris_stage2",
            "spr_forage_iris_stage3",
            "spr_forage_iris_stage4",
        },
        day_to_stage = {
            0,
            1,
            2,
            2,
            3,
            3,
            4,
        },
        seasons = "summer",
        currency = 3,
    },
    sapling_lemon = {
        description = "一株柠檬树苗, 一年四季都可种, 但只在春季结果。 ",
        sapling = "tree_lemon",
        icon_sprite = "spr_ui_item_lemon_sapling",
        mini_sprite = "spr_ui_tool_tip_icon_lemon",
        name = "柠檬树苗",
        tags = {
            "seed",
        },
        value = {
            store = 400,
        },
        description_en = "A lemon tree sapling. This tree can be planted any time of year, but will only fruit in the spring.",
        name_en = "Lemon Sapling",
        category = "other.crops_and_forage",
    },
    seed_lilac = {
        description = "紫丁香的种子, 这种春季花卉成熟后每3天就能收获一次。 ",
        crop_object = "lilac",
        mini_sprite = "spr_ui_tool_tip_icon_lilac",
        icon_sprite = "spr_ui_item_bagseed_lilac_icon",
        sow_sprite = "spr_ui_item_bagseed_lilac_mini",
        name = "紫丁香种子",
        tags = {
            "seed",
        },
        value = {
            bin = 10,
        },
        description_en = "Lilac seed. This spring flower can be harvested every 3 days once it reaches maturity.",
        name_en = "Lilac Seed",
        category = "other.crops_and_forage",
        sprites = {
            "spr_forage_lilac_seed",
            "spr_forage_lilac_stage1",
            "spr_forage_lilac_stage2",
            "spr_forage_lilac_stage3",
            "spr_forage_lilac_stage4",
        },
        day_to_stage = {
            0,
            1,
            1,
            1,
            2,
            2,
            3,
            3,
            3,
            4,
        },
        regrow_days = 3,
        seasons = "spring",
    },
    seed_marigold = {
        description = "万寿菊的种子, 这种夏季花卉只能收获一次。 ",
        crop_object = "marigold",
        mini_sprite = "spr_ui_tool_tip_icon_marigold",
        icon_sprite = "spr_ui_item_bagseed_marigold_icon",
        sow_sprite = "spr_ui_item_bagseed_marigold_mini",
        name = "万寿菊种子",
        tags = {
            "seed",
        },
        value = {
            bin = 15,
        },
        description_en = "Marigold seed. This summer flower can be harvested once.",
        name_en = "Marigold Seed",
        category = "other.crops_and_forage",
        sprites = {
            "spr_flower_marigolds_seed",
            "spr_flower_marigolds_stage1",
            "spr_flower_marigolds_stage2",
            "spr_flower_marigolds_stage3",
            "spr_flower_marigolds_stage4",
        },
        day_to_stage = {
            0,
            1,
            1,
            1,
            2,
            2,
            3,
            3,
            3,
            4,
        },
        seasons = "summer",
        currency = 3,
    },
    seed_night_queen = {
        description = "夜之女王花的种子, 这种夏季花卉只能收获一次。 ",
        crop_object = "night_queen",
        mini_sprite = "spr_ui_tool_tip_icon_night_queen",
        icon_sprite = "spr_ui_item_bagseed_night_queen_icon",
        sow_sprite = "spr_ui_item_bagseed_night_queen_mini",
        name = "夜之女王花种子",
        tags = {
            "seed",
        },
        value = {
            bin = 15,
        },
        description_en = "Night queen seed. This summer flower can be harvested once.",
        name_en = "Night Queen Seed",
        category = "other.crops_and_forage",
        sprites = {
            "spr_forage_night_queen_seed",
            "spr_forage_night_queen_stage1",
            "spr_forage_night_queen_stage2",
            "spr_forage_night_queen_stage3",
            "spr_forage_night_queen_stage4",
        },
        day_to_stage = {
            0,
            1,
            2,
            2,
            3,
            3,
            4,
        },
        seasons = "summer",
    },
    seed_oregano = {
        description = "牛至的种子, 这种夏季作物成熟后每3天就能收获一次。 ",
        crop_object = "oregano",
        mini_sprite = "spr_ui_tool_tip_icon_oregano",
        icon_sprite = "spr_ui_item_bagseed_oregano_icon",
        sow_sprite = "spr_ui_item_bagseed_oregano_mini",
        name = "牛至种子",
        tags = {
            "seed",
        },
        value = {
            bin = 15,
        },
        description_en = "Oregano seed. This summer crop can be harvested every 3 days once it reaches maturity.",
        name_en = "Oregano Seed",
        category = "other.crops_and_forage",
        sprites = {
            "spr_forage_oregano_seed",
            "spr_forage_oregano_stage1",
            "spr_forage_oregano_stage2",
            "spr_forage_oregano_stage3",
            "spr_forage_oregano_stage4",
        },
        day_to_stage = {
            0,
            1,
            2,
            3,
            3,
            4,
        },
        regrow_days = 3,
        seasons = "summer",
        currency = 3,
    },
    sapling_peach = {
        description = "一株桃树苗, 一年四季都可种, 但只在夏季结果。 ",
        sapling = "tree_peach",
        icon_sprite = "spr_ui_item_peach_sapling",
        mini_sprite = "spr_ui_tool_tip_icon_peach",
        name = "桃树苗",
        tags = {
            "seed",
        },
        value = {
            store = 400,
        },
        description_en = "A peach tree sapling. This tree can be planted any time of year, but will only fruit in the summer.",
        name_en = "Peach Sapling",
        category = "other.crops_and_forage",
    },
    sapling_pear = {
        description = "一株梨树苗, 一年四季都可种, 但只在夏季结果。 ",
        sapling = "tree_pear",
        icon_sprite = "spr_ui_item_pear_sapling",
        mini_sprite = "spr_ui_tool_tip_icon_pear",
        name = "梨树苗",
        tags = {
            "seed",
        },
        value = {
            store = 400,
        },
        description_en = "A pear tree sapling. This tree can be planted any time of year, but will only fruit in the summer.",
        name_en = "Pear Sapling",
        category = "other.crops_and_forage",
    },
    seed_peas = {
        description = "豌豆的种子, 这种春季作物成熟后每3天就能收获一次。 ",
        crop_object = "peas",
        mini_sprite = "spr_ui_tool_tip_icon_peas",
        icon_sprite = "spr_ui_item_bagseed_peas_icon",
        sow_sprite = "spr_ui_item_bagseed_peas_mini",
        name = "豌豆种子",
        tags = {
            "seed",
        },
        value = {
            store = 300,
        },
        description_en = "Pea seed. This spring crop can be harvested every 3 days once it reaches maturity.",
        name_en = "Pea Seed",
        category = "other.crops_and_forage",
        sprites = {
            "spr_crop_peas_seed",
            "spr_crop_peas_stage1",
            "spr_crop_peas_stage2",
            "spr_crop_peas_stage3",
            "spr_crop_peas_stage4",
        },
        day_to_stage = {
            0,
            1,
            2,
            3,
            3,
            4,
        },
        regrow_days = 3,
        seasons = "spring",
        currency = 3,
    },
    sapling_pomegranate = {
        description = "一株石榴树苗, 一年四季都可种, 但只在冬季结果。 ",
        sapling = "tree_pomegranate",
        icon_sprite = "spr_ui_item_pomegranate_sapling",
        mini_sprite = "spr_ui_tool_tip_icon_pomegranate",
        name = "石榴树苗",
        tags = {
            "seed",
        },
        value = {
            store = 400,
        },
        description_en = "A pomegranate tree sapling. This tree can be planted any time of year, but will only fruit in the winter.",
        name_en = "Pomegranate Sapling",
        category = "other.crops_and_forage",
    },
    sapling_orange = {
        description = "一株橙树苗, 一年四季都可种, 但只在秋季结果。 ",
        sapling = "tree_orange",
        icon_sprite = "spr_ui_item_orange_sapling",
        mini_sprite = "spr_ui_tool_tip_icon_orange",
        name = "橙树苗",
        tags = {
            "seed",
        },
        value = {
            store = 400,
        },
        description_en = "An orange tree sapling. This tree can be planted any time of year, but will only fruit in the fall.",
        name_en = "Orange Sapling",
        category = "other.crops_and_forage",
    },
    seed_potato = {
        description = "土豆的种子, 这种人气春季作物只能收获一次。 ",
        crop_object = "potato",
        mini_sprite = "spr_ui_tool_tip_icon_potato",
        icon_sprite = "spr_ui_item_bagseed_potato_icon",
        sow_sprite = "spr_ui_item_bagseed_potato_mini",
        name = "土豆种子",
        tags = {
            "seed",
        },
        value = {
            store = 40,
        },
        description_en = "Potato seed. This popular spring crop can be harvested once.",
        name_en = "Potato Seed",
        category = "other.crops_and_forage",
        sprites = {
            "spr_crop_potato_seed",
            "spr_crop_potato_stage1",
            "spr_crop_potato_stage2",
            "spr_crop_potato_stage3",
            "spr_crop_potato_stage4",
        },
        day_to_stage = {
            0,
            1,
            2,
            2,
            3,
            3,
            4,
        },
        seasons = "spring",
        currency = 4,
    },
    seed_pumpkin = {
        description = "南瓜的种子, 这种生长缓慢的秋季作物只能收获一次。 ",
        crop_object = "pumpkin",
        mini_sprite = "spr_ui_tool_tip_icon_pumpkin",
        icon_sprite = "spr_ui_item_bagseed_pumpkin_icon",
        sow_sprite = "spr_ui_item_bagseed_pumpkin_mini",
        name = "南瓜种子",
        tags = {
            "seed",
        },
        value = {
            store = 70,
        },
        description_en = "Pumpkin seed. This slow growing fall crop can be harvested once.",
        name_en = "Pumpkin Seed",
        category = "other.crops_and_forage",
        sprites = {
            "spr_crop_pumpkin_seed",
            "spr_crop_pumpkin_stage1",
            "spr_crop_pumpkin_stage2",
            "spr_crop_pumpkin_stage3",
            "spr_crop_pumpkin_stage4",
        },
        day_to_stage = {
            0,
            1,
            1,
            1,
            2,
            2,
            3,
            3,
            3,
            4,
        },
        seasons = "fall",
        currency = 6,
    },
    seed_sage = {
        description = "鼠尾草的种子, 这种夏季作物成熟后每3天就能收获一次。 ",
        crop_object = "sage",
        mini_sprite = "spr_ui_tool_tip_icon_sage",
        icon_sprite = "spr_ui_item_bagseed_sage_icon",
        sow_sprite = "spr_ui_item_bagseed_sage_mini",
        name = "鼠尾草种子",
        tags = {
            "seed",
        },
        value = {
            bin = 15,
        },
        description_en = "Sage seed. This summer crop can be harvested every 3 days once it reaches maturity.",
        name_en = "Sage Seed",
        category = "other.crops_and_forage",
        sprites = {
            "spr_forage_sage_seed",
            "spr_forage_sage_stage1",
            "spr_forage_sage_stage2",
            "spr_forage_sage_stage3",
            "spr_forage_sage_stage4",
        },
        day_to_stage = {
            0,
            1,
            2,
            3,
            3,
            4,
        },
        regrow_days = 3,
        seasons = "summer",
        currency = 3,
    },
    seed_snowdrop_anemone = {
        description = "大花银莲花的种子, 这种春季花卉只能收获一次。 ",
        crop_object = "snowdrop_anemone",
        mini_sprite = "spr_ui_tool_tip_icon_snowdrop_anemone",
        icon_sprite = "spr_ui_item_bagseed_snowdrop_anemone_icon",
        sow_sprite = "spr_ui_item_bagseed_snowdrop_anemone_mini",
        name = "大花银莲花种子",
        tags = {
            "seed",
        },
        value = {
            bin = 15,
        },
        description_en = "Snowdrop anemone seed. This spring flower can be harvested once.",
        name_en = "Snowdrop Anemone Seed",
        category = "other.crops_and_forage",
        sprites = {
            "spr_forage_snowdrop_anemone_seed",
            "spr_forage_snowdrop_anemone_stage1",
            "spr_forage_snowdrop_anemone_stage2",
            "spr_forage_snowdrop_anemone_stage3",
            "spr_forage_snowdrop_anemone_stage4",
        },
        day_to_stage = {
            0,
            1,
            2,
            2,
            3,
            3,
            4,
        },
        seasons = "spring",
        currency = 3,
    },
    seed_strawberry = {
        description = "草莓的种子, 这种春季作物成熟后每3天就能收获一次。 ",
        crop_object = "strawberry",
        mini_sprite = "spr_ui_tool_tip_icon_strawberry",
        icon_sprite = "spr_ui_item_bagseed_strawberry_icon",
        sow_sprite = "spr_ui_item_bagseed_strawberry_mini",
        name = "草莓种子",
        tags = {
            "seed",
        },
        value = {
            store = 300,
        },
        description_en = "Strawberry seed. This spring crop can be harvested every 3 days once it reaches maturity.",
        name_en = "Strawberry Seed",
        category = "other.crops_and_forage",
        sprites = {
            "spr_crop_strawberry_seed",
            "spr_crop_strawberry_stage1",
            "spr_crop_strawberry_stage2",
            "spr_crop_strawberry_stage3",
            "spr_crop_strawberry_stage4",
        },
        day_to_stage = {
            0,
            1,
            2,
            3,
            3,
            4,
        },
        regrow_days = 3,
        seasons = "spring",
        currency = 3,
    },
    seed_sweet_potato = {
        description = "番薯的种子, 这种生长迅速的秋季作物只能收获一次。 ",
        crop_object = "sweet_potato",
        mini_sprite = "spr_ui_tool_tip_icon_sweet_potato",
        icon_sprite = "spr_ui_item_bagseed_sweet_potato_icon",
        sow_sprite = "spr_ui_item_bagseed_sweet_potato_mini",
        name = "番薯种子",
        tags = {
            "seed",
        },
        value = {
            store = 25,
        },
        description_en = "Sweet potato seed. This fast growing fall crop can be harvested once.",
        name_en = "Sweet Potato Seed",
        category = "other.crops_and_forage",
        sprites = {
            "spr_crop_sweet_potato_seed",
            "spr_crop_sweet_potato_stage1",
            "spr_crop_sweet_potato_stage2",
            "spr_crop_sweet_potato_stage3",
            "spr_crop_sweet_potato_stage4",
        },
        day_to_stage = {
            0,
            1,
            2,
            3,
            4,
        },
        seasons = "fall",
        currency = 2,
    },
    seed_thyme = {
        description = "麝香草的种子, 这种夏季作物成熟后每3天就能收获一次。 ",
        crop_object = "thyme",
        mini_sprite = "spr_ui_tool_tip_icon_thyme",
        icon_sprite = "spr_ui_item_bagseed_thyme_icon",
        sow_sprite = "spr_ui_item_bagseed_thyme_mini",
        name = "麝香草种子",
        tags = {
            "seed",
        },
        value = {
            bin = 15,
        },
        description_en = "Thyme seed. This summer crop can be harvested every 3 days once it reaches maturity.",
        name_en = "Thyme Seed",
        category = "other.crops_and_forage",
        sprites = {
            "spr_forage_thyme_seed",
            "spr_forage_thyme_stage1",
            "spr_forage_thyme_stage2",
            "spr_forage_thyme_stage3",
            "spr_forage_thyme_stage4",
        },
        day_to_stage = {
            0,
            1,
            2,
            3,
            3,
            4,
        },
        regrow_days = 3,
        seasons = "summer",
        currency = 3,
    },
    seed_tomato = {
        description = "番茄的种子, 这种夏季作物成熟后每3天就能收获一次。 ",
        crop_object = "tomato",
        mini_sprite = "spr_ui_tool_tip_icon_tomato",
        icon_sprite = "spr_ui_item_bagseed_tomato_icon",
        sow_sprite = "spr_ui_item_bagseed_tomato_mini",
        name = "番茄种子",
        tags = {
            "seed",
        },
        value = {
            store = 300,
        },
        description_en = "Tomato seed. This summer crop can be harvested every 3 days once it reaches maturity.",
        name_en = "Tomato Seed",
        category = "other.crops_and_forage",
        sprites = {
            "spr_crop_tomato_seed",
            "spr_crop_tomato_stage1",
            "spr_crop_tomato_stage2",
            "spr_crop_tomato_stage3",
            "spr_crop_tomato_stage4",
        },
        day_to_stage = {
            0,
            1,
            2,
            3,
            3,
            4,
        },
        regrow_days = 3,
        seasons = "summer",
        currency = 3,
    },
    seed_tulip = {
        description = "郁金香的种子, 这种春季花卉只能收获一次。 ",
        crop_object = "tulip",
        mini_sprite = "spr_ui_tool_tip_icon_tulip",
        icon_sprite = "spr_ui_item_bagseed_tulip_icon",
        sow_sprite = "spr_ui_item_bagseed_tulip_mini",
        name = "郁金香种子",
        tags = {
            "seed",
        },
        value = {
            store = 20,
        },
        description_en = "Tulip seed. This spring flower can be harvested once.",
        name_en = "Tulip Seed",
        category = "other.crops_and_forage",
        sprites = {
            "spr_flower_tulip_seed",
            "spr_flower_tulip_stage1",
            "spr_flower_tulip_stage2",
            "spr_flower_tulip_stage3",
            "spr_flower_tulip_stage4",
        },
        day_to_stage = {
            0,
            1,
            2,
            2,
            3,
            3,
            4,
        },
        seasons = "spring",
    },
    seed_turnip = {
        description = "芜菁的种子, 这种生长迅速的春季作物只能收获一次。 ",
        crop_object = "turnip",
        mini_sprite = "spr_ui_tool_tip_icon_turnip",
        icon_sprite = "spr_ui_item_bagseed_turnip_icon",
        sow_sprite = "spr_ui_item_bagseed_turnip_mini",
        name = "芜菁种子",
        tags = {
            "seed",
        },
        value = {
            store = 25,
        },
        description_en = "Turnip seed. This fast growing spring crop can be harvested once.",
        name_en = "Turnip Seed",
        category = "other.crops_and_forage",
        sprites = {
            "spr_crop_turnip_seed",
            "spr_crop_turnip_stage1",
            "spr_crop_turnip_stage2",
            "spr_crop_turnip_stage3",
            "spr_crop_turnip_stage4",
        },
        day_to_stage = {
            0,
            1,
            2,
            3,
            4,
        },
        seasons = "spring",
        currency = 2,
    },
    seed_watermelon = {
        description = "西瓜的种子, 这种生长缓慢的夏季作物只能收获一次。 ",
        crop_object = "watermelon",
        mini_sprite = "spr_ui_tool_tip_icon_watermelon",
        icon_sprite = "spr_ui_item_bagseed_watermelon_icon",
        sow_sprite = "spr_ui_item_bagseed_watermelon_mini",
        name = "西瓜种子",
        tags = {
            "seed",
        },
        value = {
            store = 70,
        },
        description_en = "Watermelon seed. This slow growing summer crop can be harvested once.",
        name_en = "Watermelon Seed",
        category = "other.crops_and_forage",
        sprites = {
            "spr_crop_watermelon_seed",
            "spr_crop_watermelon_stage1",
            "spr_crop_watermelon_stage2",
            "spr_crop_watermelon_stage3",
            "spr_crop_watermelon_stage4",
        },
        day_to_stage = {
            0,
            1,
            1,
            1,
            2,
            2,
            3,
            3,
            3,
            4,
        },
        seasons = "summer",
        currency = 6,
    },
    seed_sugar_cane = {
        description = "甘蔗的种子, 这种夏季作物只能收获一次。 ",
        crop_object = "sugar_cane",
        mini_sprite = "spr_ui_tool_tip_icon_sugar_cane",
        icon_sprite = "spr_ui_item_bagseed_sugar_cane_icon",
        sow_sprite = "spr_ui_item_bagseed_sugar_cane_mini",
        name = "甘蔗种子",
        tags = {
            "seed",
        },
        value = {
            store = 40,
        },
        description_en = "Sugar cane seed. This summer crop can be harvested once.",
        name_en = "Sugar Cane Seed",
        category = "other.crops_and_forage",
        sprites = {
            "spr_crop_sugar_cane_seed",
            "spr_crop_sugar_cane_stage1",
            "spr_crop_sugar_cane_stage2",
            "spr_crop_sugar_cane_stage3",
            "spr_crop_sugar_cane_stage4",
        },
        day_to_stage = {
            0,
            1,
            2,
            2,
            3,
            3,
            4,
        },
        seasons = "summer",
        currency = 4,
    },
    seed_tea = {
        description = "茶树的种子, 这种夏季作物成熟后每3天就能收获一次。 ",
        crop_object = "tea",
        mini_sprite = "spr_ui_tool_tip_icon_tea",
        icon_sprite = "spr_ui_item_bagseed_tea_icon",
        sow_sprite = "spr_ui_item_bagseed_tea_mini",
        name = "茶籽",
        tags = {
            "seed",
        },
        value = {
            store = 300,
        },
        description_en = "Tea seed. This summer crop can be harvested every 3 days once it reaches maturity.",
        name_en = "Tea Seed",
        category = "other.crops_and_forage",
        sprites = {
            "spr_crop_tea_seed",
            "spr_crop_tea_stage1",
            "spr_crop_tea_stage2",
            "spr_crop_tea_stage3",
            "spr_crop_tea_stage4",
        },
        day_to_stage = {
            0,
            1,
            2,
            3,
            3,
            4,
        },
        regrow_days = 3,
        seasons = "summer",
        currency = 3,
    },
    seed_garlic = {
        description = "大蒜的种子, 这种秋季作物成熟后每3天就能收获一次。 ",
        crop_object = "garlic",
        mini_sprite = "spr_ui_tool_tip_icon_garlic",
        icon_sprite = "spr_ui_item_bagseed_garlic_icon",
        sow_sprite = "spr_ui_item_bagseed_garlic_mini",
        name = "大蒜种子",
        tags = {
            "seed",
        },
        value = {
            bin = 15,
        },
        description_en = "Garlic seed. This fall crop can be harvested every 3 days once it reaches maturity.",
        name_en = "Garlic Seed",
        category = "other.crops_and_forage",
        sprites = {
            "spr_forage_garlic_seed",
            "spr_forage_garlic_stage1",
            "spr_forage_garlic_stage2",
            "spr_forage_garlic_stage3",
            "spr_forage_garlic_stage4",
        },
        day_to_stage = {
            0,
            1,
            2,
            3,
            3,
            4,
        },
        regrow_days = 3,
        seasons = "fall",
        currency = 3,
    },
    seed_heather = {
        description = "帚石楠的种子, 这种生长缓慢的秋季花卉成熟后每3天就能收获一次。 ",
        crop_object = "heather",
        mini_sprite = "spr_ui_tool_tip_icon_heather",
        icon_sprite = "spr_ui_item_bagseed_heather_icon",
        sow_sprite = "spr_ui_item_bagseed_heather_mini",
        name = "帚石楠种子",
        tags = {
            "seed",
        },
        value = {
            bin = 10,
        },
        description_en = "Heather seed. This slow growing fall flower can be harvested every 3 days once it reaches maturity.",
        name_en = "Heather Seed",
        category = "other.crops_and_forage",
        sprites = {
            "spr_forage_heather_seed",
            "spr_forage_heather_stage1",
            "spr_forage_heather_stage2",
            "spr_forage_heather_stage3",
            "spr_forage_heather_stage4",
        },
        day_to_stage = {
            0,
            1,
            1,
            1,
            2,
            2,
            3,
            3,
            3,
            4,
        },
        regrow_days = 3,
        seasons = "fall",
        currency = 3,
    },
    seed_moon_fruit = {
        description = "满月果的种子, 这种秋季作物成熟后每3天就能收获一次。 ",
        crop_object = "moon_fruit",
        mini_sprite = "spr_ui_tool_tip_icon_moon_fruit",
        icon_sprite = "spr_ui_item_bagseed_moon_fruit_icon",
        sow_sprite = "spr_ui_item_bagseed_moon_fruit_mini",
        name = "满月果种子",
        tags = {
            "seed",
        },
        value = {
            bin = 15,
        },
        description_en = "Moon fruit seed. This fall crop can be harvested every 3 days once it reaches maturity.",
        name_en = "Moon Fruit Seed",
        category = "other.crops_and_forage",
        sprites = {
            "spr_forage_moon_fruit_seed",
            "spr_forage_moon_fruit_stage1",
            "spr_forage_moon_fruit_stage2",
            "spr_forage_moon_fruit_stage3",
            "spr_forage_moon_fruit_stage4",
        },
        day_to_stage = {
            0,
            1,
            2,
            3,
            3,
            4,
        },
        regrow_days = 3,
        seasons = "fall",
        currency = 3,
    },
    seed_onion = {
        description = "洋葱的种子, 这种秋季作物成熟后每3天就能收获一次。 ",
        crop_object = "onion",
        mini_sprite = "spr_ui_tool_tip_icon_onion",
        icon_sprite = "spr_ui_item_bagseed_onion_icon",
        sow_sprite = "spr_ui_item_bagseed_onion_mini",
        name = "洋葱种子",
        tags = {
            "seed",
        },
        value = {
            store = 300,
        },
        description_en = "Onion seed. This fall crop can be harvested every 3 days once it reaches maturity.",
        name_en = "Onion Seed",
        category = "other.crops_and_forage",
        sprites = {
            "spr_crop_onion_seed",
            "spr_crop_onion_stage1",
            "spr_crop_onion_stage2",
            "spr_crop_onion_stage3",
            "spr_crop_onion_stage4",
        },
        day_to_stage = {
            0,
            1,
            2,
            3,
            3,
            4,
        },
        regrow_days = 3,
        seasons = "fall",
        currency = 3,
    },
    seed_rice = {
        description = "稻米的种子, 这种生长缓慢的秋季作物成熟后每3天就能收获一次。 ",
        crop_object = "rice",
        mini_sprite = "spr_ui_tool_tip_icon_rice",
        icon_sprite = "spr_ui_item_bagseed_rice_icon",
        sow_sprite = "spr_ui_item_bagseed_rice_mini",
        name = "稻米种子",
        tags = {
            "seed",
        },
        value = {
            store = 300,
        },
        description_en = "Rice seed. This slow growing fall crop can be harvested every 3 days once it reaches maturity.",
        name_en = "Rice Seed",
        category = "other.crops_and_forage",
        sprites = {
            "spr_crop_rice_seed",
            "spr_crop_rice_stage1",
            "spr_crop_rice_stage2",
            "spr_crop_rice_stage3",
            "spr_crop_rice_stage4",
        },
        harvest = "rice_stalk",
        day_to_stage = {
            0,
            1,
            1,
            1,
            2,
            2,
            3,
            3,
            3,
            4,
        },
        regrow_days = 3,
        seasons = "fall",
        currency = 3,
    },
    seed_rosemary = {
        description = "迷迭香的种子, 这种秋季作物成熟后每3天就能收获一次。 ",
        crop_object = "rosemary",
        mini_sprite = "spr_ui_tool_tip_icon_rosemary",
        icon_sprite = "spr_ui_item_bagseed_rosemary_icon",
        sow_sprite = "spr_ui_item_bagseed_rosemary_mini",
        name = "迷迭香种子",
        tags = {
            "seed",
        },
        value = {
            bin = 15,
        },
        description_en = "Rosemary seed. This fall crop can be harvested every 3 days once it reaches maturity.",
        name_en = "Rosemary Seed",
        category = "other.crops_and_forage",
        sprites = {
            "spr_forage_rosemary_seed",
            "spr_forage_rosemary_stage1",
            "spr_forage_rosemary_stage2",
            "spr_forage_rosemary_stage3",
            "spr_forage_rosemary_stage4",
        },
        day_to_stage = {
            0,
            1,
            2,
            3,
            3,
            4,
        },
        regrow_days = 3,
        seasons = "fall",
        currency = 3,
    },
    seed_viola = {
        description = "双色堇的种子, 这种秋季花卉只能收获一次。 ",
        crop_object = "viola",
        mini_sprite = "spr_ui_tool_tip_icon_viola",
        icon_sprite = "spr_ui_item_bagseed_viola_icon",
        sow_sprite = "spr_ui_item_bagseed_viola_mini",
        name = "双色堇种子",
        tags = {
            "seed",
        },
        value = {
            bin = 15,
        },
        description_en = "Viola seed. This fall flower can be harvested once.",
        name_en = "Viola Seed",
        category = "other.crops_and_forage",
        sprites = {
            "spr_forage_viola_seed",
            "spr_forage_viola_stage1",
            "spr_forage_viola_stage2",
            "spr_forage_viola_stage3",
            "spr_forage_viola_stage4",
        },
        day_to_stage = {
            0,
            1,
            2,
            2,
            3,
            3,
            4,
        },
        seasons = "fall",
    },
    seed_wheat = {
        description = "小麦的种子, 这种生长缓慢的秋季作物成熟后每3天就能收获一次。 ",
        crop_object = "wheat",
        mini_sprite = "spr_ui_tool_tip_icon_wheat",
        icon_sprite = "spr_ui_item_bagseed_wheat_icon",
        sow_sprite = "spr_ui_item_bagseed_wheat_mini",
        name = "小麦种子",
        tags = {
            "seed",
        },
        value = {
            store = 300,
        },
        description_en = "Wheat seed. This slow growing fall crop can be harvested every 3 days once it reaches maturity.",
        name_en = "Wheat Seed",
        category = "other.crops_and_forage",
        sprites = {
            "spr_crop_wheat_seed",
            "spr_crop_wheat_stage1",
            "spr_crop_wheat_stage2",
            "spr_crop_wheat_stage3",
            "spr_crop_wheat_stage4",
        },
        day_to_stage = {
            0,
            1,
            1,
            1,
            2,
            2,
            3,
            3,
            3,
            4,
        },
        regrow_days = 3,
        seasons = "fall",
        currency = 3,
    },
    seed_beet = {
        description = "甜菜的种子, 这种生长迅速的冬季作物只能收获一次。 ",
        crop_object = "beet",
        mini_sprite = "spr_ui_tool_tip_icon_beet",
        icon_sprite = "spr_ui_item_bagseed_beet_icon",
        sow_sprite = "spr_ui_item_bagseed_beet_mini",
        name = "甜菜种子",
        tags = {
            "seed",
        },
        value = {
            store = 25,
        },
        description_en = "Beet seed. This fast growing winter crop can be harvested once.",
        name_en = "Beet Seed",
        category = "other.crops_and_forage",
        sprites = {
            "spr_crop_beet_seed",
            "spr_crop_beet_stage1",
            "spr_crop_beet_stage2",
            "spr_crop_beet_stage3",
            "spr_crop_beet_stage4",
        },
        day_to_stage = {
            0,
            1,
            2,
            3,
            4,
        },
        seasons = "winter",
        currency = 2,
    },
    seed_burdock_root = {
        description = "牛蒡根的种子, 这种冬季作物成熟后每3天就能收获一次。 ",
        crop_object = "burdock_root",
        mini_sprite = "spr_ui_tool_tip_icon_burdock_root",
        icon_sprite = "spr_ui_item_bagseed_burdock_icon",
        sow_sprite = "spr_ui_item_bagseed_burdock_mini",
        name = "牛蒡根种子",
        tags = {
            "seed",
        },
        value = {
            bin = 10,
        },
        description_en = "Burdock root seed. This winter crop can be harvested every 3 days once it reaches maturity.",
        name_en = "Burdock Root Seed",
        category = "other.crops_and_forage",
        sprites = {
            "spr_forage_burdock_root_seed",
            "spr_forage_burdock_root_stage1",
            "spr_forage_burdock_root_stage2",
            "spr_forage_burdock_root_stage3",
            "spr_forage_burdock_root_stage4",
        },
        day_to_stage = {
            0,
            1,
            2,
            3,
            3,
            4,
        },
        regrow_days = 3,
        seasons = "winter",
        managed_regrow_sprite = "spr_forage_sprout_winter",
        currency = 3,
    },
    seed_daikon_radish = {
        description = "白萝卜的种子, 这种生长缓慢的冬季作物只能收获一次。 ",
        crop_object = "daikon_radish",
        mini_sprite = "spr_ui_tool_tip_icon_daikon",
        icon_sprite = "spr_ui_item_bagseed_daikon_radish_icon",
        sow_sprite = "spr_ui_item_bagseed_daikon_radish_mini",
        name = "白萝卜种子",
        tags = {
            "seed",
        },
        value = {
            store = 70,
        },
        description_en = "Daikon radish seed. This slow growing winter crop can be harvested once.",
        name_en = "Daikon Radish Seed",
        category = "other.crops_and_forage",
        sprites = {
            "spr_forage_daikon_radish_seed",
            "spr_forage_daikon_radish_stage1",
            "spr_forage_daikon_radish_stage2",
            "spr_forage_daikon_radish_stage3",
            "spr_forage_daikon_radish_stage4",
        },
        day_to_stage = {
            0,
            1,
            1,
            1,
            2,
            2,
            3,
            3,
            3,
            4,
        },
        seasons = "winter",
        currency = 6,
    },
    seed_frost_lily = {
        description = "冰百合的种子, 这种生长迅速的冬季花卉只能收获一次。 ",
        crop_object = "frost_lily",
        mini_sprite = "spr_ui_tool_tip_icon_frost_lily",
        icon_sprite = "spr_ui_item_bagseed_frost_lily_icon",
        sow_sprite = "spr_ui_item_bagseed_frost_lily_mini",
        name = "冰百合种子",
        tags = {
            "seed",
        },
        value = {
            store = 15,
        },
        description_en = "Frost lily seed. This fast growing winter flower can be harvested once.",
        name_en = "Frost Lily Seed",
        category = "other.crops_and_forage",
        sprites = {
            "spr_flower_frost_lily_seed",
            "spr_flower_frost_lily_stage1",
            "spr_flower_frost_lily_stage2",
            "spr_flower_frost_lily_stage3",
            "spr_flower_frost_lily_stage4",
        },
        day_to_stage = {
            0,
            1,
            2,
            3,
            4,
        },
        seasons = "winter",
        managed_regrow_sprite = "spr_forage_sprout_winter",
    },
    seed_jasmine = {
        description = "茉莉花的种子, 这种生长缓慢的冬季花卉成熟后每3天就能收获一次。 ",
        crop_object = "jasmine",
        mini_sprite = "spr_ui_tool_tip_icon_jasmine",
        icon_sprite = "spr_ui_item_bagseed_jasmine_icon",
        sow_sprite = "spr_ui_item_bagseed_jasmine_mini",
        name = "茉莉花种子",
        tags = {
            "seed",
        },
        value = {
            bin = 10,
        },
        description_en = "Jasmine seed. This slow growing winter flower can be harvested every 3 days once it reaches maturity.",
        name_en = "Jasmine Seed",
        category = "other.crops_and_forage",
        sprites = {
            "spr_forage_jasmine_seed",
            "spr_forage_jasmine_stage1",
            "spr_forage_jasmine_stage2",
            "spr_forage_jasmine_stage3",
            "spr_forage_jasmine_stage4",
        },
        day_to_stage = {
            0,
            1,
            1,
            1,
            2,
            2,
            3,
            3,
            3,
            4,
        },
        regrow_days = 3,
        seasons = "winter",
        managed_regrow_sprite = "spr_forage_sprout_winter",
        currency = 3,
    },
    seed_poinsettia = {
        description = "圣诞花的种子, 这种冬季花卉只能收获一次。 ",
        crop_object = "poinsettia",
        mini_sprite = "spr_ui_tool_tip_icon_poinsettia",
        icon_sprite = "spr_ui_item_bagseed_poinsettia_icon",
        sow_sprite = "spr_ui_item_bagseed_poinsettia_mini",
        name = "圣诞花种子",
        tags = {
            "seed",
        },
        value = {
            store = 20,
        },
        description_en = "Poinsettia seed. This winter flower can be harvested once.",
        name_en = "Poinsettia Seed",
        category = "other.crops_and_forage",
        sprites = {
            "spr_flower_poinsettia_seed",
            "spr_flower_poinsettia_stage1",
            "spr_flower_poinsettia_stage2",
            "spr_flower_poinsettia_stage3",
            "spr_flower_poinsettia_stage4",
        },
        day_to_stage = {
            0,
            1,
            2,
            2,
            3,
            3,
            4,
        },
        seasons = "winter",
        managed_regrow_sprite = "spr_forage_sprout_winter",
    },
    seed_snapdragon = {
        description = "金鱼草的种子, 这种冬季花卉只能收获一次。 ",
        crop_object = "snapdragon",
        mini_sprite = "spr_ui_tool_tip_icon_snapdragon",
        icon_sprite = "spr_ui_item_bagseed_snapdragon_icon",
        sow_sprite = "spr_ui_item_bagseed_snapdragon_mini",
        name = "金鱼草种子",
        tags = {
            "seed",
        },
        value = {
            bin = 15,
        },
        description_en = "Snapdragon seed. This winter flower can be harvested once.",
        name_en = "Snapdragon Seed",
        category = "other.crops_and_forage",
        sprites = {
            "spr_forage_snapdragon_seed",
            "spr_forage_snapdragon_stage1",
            "spr_forage_snapdragon_stage2",
            "spr_forage_snapdragon_stage3",
            "spr_forage_snapdragon_stage4",
        },
        day_to_stage = {
            0,
            1,
            2,
            2,
            3,
            3,
            4,
        },
        seasons = "winter",
        managed_regrow_sprite = "spr_forage_sprout_winter",
    },
    seed_snow_peas = {
        description = "荷兰豆的种子, 这种冬季作物成熟后每3天就能收获一次。 ",
        crop_object = "snow_peas",
        mini_sprite = "spr_ui_tool_tip_icon_snow_peas",
        icon_sprite = "spr_ui_item_bagseed_snow_peas_icon",
        sow_sprite = "spr_ui_item_bagseed_snow_peas_mini",
        name = "荷兰豆种子",
        tags = {
            "seed",
        },
        value = {
            store = 300,
        },
        description_en = "Snow pea seed. This winter crop can be harvested every 3 days once it reaches maturity.",
        name_en = "Snow Peas Seed",
        category = "other.crops_and_forage",
        sprites = {
            "spr_crop_snow_peas_seed",
            "spr_crop_snow_peas_stage1",
            "spr_crop_snow_peas_stage2",
            "spr_crop_snow_peas_stage3",
            "spr_crop_snow_peas_stage4",
        },
        day_to_stage = {
            0,
            1,
            2,
            3,
            3,
            4,
        },
        regrow_days = 3,
        seasons = "winter",
        currency = 3,
    },
    thorn_vine = {
        name = "荆棘藤",
        description = "四季皆可采集的野生植物, 除了极其坚韧的特质外, 这种带刺的藤蔓生长非常迅速。 ",
        icon_sprite = "spr_ui_item_thorn_vine",
        restore = 6,
        edible = false,
        tags = {
            "forageable",
        },
        value = {
            bin = 25,
            store = 100,
        },
        name_en = "Thorn Vine",
        description_en = "A wild plant foraged in all seasons. In addition to being extremely tough, this thorny vine grows very quickly.",
        category = "other.crops_and_forage",
    },
    spirit_mushroom = {
        name = "灵菇",
        description = "四季皆可采集的野生蘑菇, 似乎只生长在深林之中。 有时用作烹饪美食的材料。 ",
        icon_sprite = "spr_ui_item_spirit_mushroom",
        restore = 10,
        tags = {
            "forageable",
            "mushroom",
            "mushroomy",
        },
        value = {
            bin = 35,
            store = 100,
        },
        name_en = "Spirit Mushroom",
        description_en = "A wild mushroom foraged in all seasons. It only seems to grow deep in the woods. Sometimes used in cooking recipes.",
        category = "other.crops_and_forage",
    },
    temple_flower = {
        name = "神殿之花",
        description = "四季皆可采集的野花, 不知何故, 它只在卡尔达鲁斯神庙周围生长。 ",
        icon_sprite = "spr_ui_item_temple_flower",
        restore = "rare_forage_restore",
        edible = false,
        tags = {
            "forageable",
            "flower",
        },
        value = {
            bin = 25,
            store = 100,
        },
        name_en = "Temple Flower",
        description_en = "A wild flower foraged in all seasons. For some reason, it can only be found growing in the wild around Caldarus' Temple.",
        category = "other.crops_and_forage",
        seed_name = "seed_temple_flower",
    },
    seed_temple_flower = {
        description = "神殿之花的种子, 这种四季花卉成熟后每3天就能收获一次。 ",
        crop_object = "temple_flower",
        mini_sprite = "spr_ui_tool_tip_icon_temple_flower",
        icon_sprite = "spr_ui_item_bagseed_temple_flower_icon",
        sow_sprite = "spr_ui_item_bagseed_temple_flower_mini",
        name = "神殿之花种子",
        tags = {
            "seed",
        },
        value = {
            bin = 10,
        },
        description_en = "Temple flower seed. This any-season flower can be harvested every 3 days once it reaches maturity.",
        name_en = "Temple Flower Seed",
        category = "other.crops_and_forage",
        sprites = {
            "spr_forage_temple_flower_seed",
            "spr_forage_temple_flower_stage1",
            "spr_forage_temple_flower_stage2",
            "spr_forage_temple_flower_stage3",
            "spr_forage_temple_flower_stage4",
        },
        day_to_stage = {
            0,
            1,
            1,
            1,
            2,
            2,
            3,
            3,
            3,
            4,
        },
        regrow_days = 3,
        seasons = {
            "spring",
            "summer",
            "fall",
            "winter",
        },
        managed_regrow_sprite = "spr_forage_sprout_winter",
        currency = 3,
    },
    walnut = {
        name = "核桃",
        description = "四季皆可采集的野生坚果, 营养丰富, 带有浓郁的泥土气息。 有时用作烹饪美食的材料。 ",
        icon_sprite = "spr_ui_item_walnut",
        restore = 6,
        tags = {
            "forageable",
        },
        value = {
            bin = 25,
            store = 100,
        },
        name_en = "Walnut",
        description_en = "A wild nut foraged in all seasons. Very nutritious, with an earthy flavor. Sometimes used in cooking recipes.",
        category = "other.crops_and_forage",
    },
    bell_berry = {
        description = "这种形状独特、 味道甜美的水果只在米斯特利亚地区生长, 四季都可采集。 有时用作烹饪美食的材料。 ",
        icon_sprite = "spr_ui_item_bush_bell_berry",
        name = "钟铃浆果",
        restore = 6,
        tags = {
            "forageable",
            "berry",
        },
        value = {
            bin = 20,
            store = 100,
        },
        description_en = "A wild berry foraged in all seasons. These uniquely shaped sweet fruits are only found in Mistria. Sometimes used in cooking recipes.",
        name_en = "Bell Berry",
        category = "other.crops_and_forage",
    },
    seed_mystery_bag = {
        description = "一颗魔法种子, 种下它会长出什么, 谁知道呢? ",
        crop_object = "mystery_bag",
        mini_sprite = "spr_ui_tool_tip_icon_mystery_bag",
        icon_sprite = "spr_ui_item_bagseed_mystery_bag_icon",
        sow_sprite = "spr_ui_item_bagseed_mystery_bag_mini",
        name = "魔法种子",
        tags = {
            "seed",
        },
        value = {
            bin = 15,
        },
        description_en = "A magic seed. Who knows what will grow when you plant it?",
        name_en = "Magic Seed",
        category = "other.crops_and_forage",
        sprites = {
            "spr_crop_mystery_bag_seed",
            "spr_crop_mystery_bag_stage1",
            "spr_crop_mystery_bag_stage2",
            "spr_crop_mystery_bag_stage3",
            "spr_crop_mystery_bag_stage4_stage4",
        },
        harvest = "apple",
        day_to_stage = {
            0,
            1,
            2,
            3,
            3,
            4,
        },
        seasons = {
            "spring",
            "summer",
            "fall",
            "winter",
        },
        currency = 3,
    },
}