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

全站通知:

模块:Quest/Data

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

此模块的文档可以在模块:Quest/Data/doc创建

return {
    lilac = {
      {
        questType = "story_quest",
        quest = "臭臭体力药水",
        items = {
          lilac = 1
        }
      }
    },
    ore_copper = {
      {
        questType = "story_quest",
        quest = "弄点矿石",
        items = {
          ore_copper = 3
        }
      },
      {
        questType = "fetch_quest",
        quest = "委托:铜矿",
        items = {
          ore_copper = 5
        }
      }
    },
    ore_stone = {
      {
        questType = "story_quest",
        quest = "磨坊修复项目",
        items = {
          ore_stone = 200,
          basic_wood = 150,
          copper_ingot = 2
        }
      },
      {
        questType = "story_quest",
        quest = "修复桥梁",
        items = {
          ore_stone = 60,
          basic_wood = 60
        }
      },
      {
        questType = "story_quest",
        quest = "修补杂货店",
        items = {
          ore_stone = 500,
          basic_wood = 300,
          copper_ingot = 5
        }
      },
      {
        questType = "story_quest",
        quest = "升级海登的谷仓",
        items = {
          ore_stone = 500,
          basic_wood = 400,
          iron_ingot = 8
        }
      },
      {
        questType = "story_quest",
        quest = "修复沙滩桥梁",
        items = {
          ore_stone = 150,
          basic_wood = 300,
          fiber = 50
        }
      },
      {
        questType = "story_quest",
        quest = "升级旅馆",
        items = {
          ore_stone = 500,
          basic_wood = 600,
          silver_ingot = 10,
          glass = 25,
          peat = 10
        }
      },
      {
        questType = "story_quest",
        quest = "石材精炼厂",
        items = {
          ore_stone = 400,
          basic_wood = 200,
          sap = 20
        }
      },
      {
        questType = "fetch_quest",
        quest = "委托:材料",
        items = {
          basic_wood = 10,
          ore_stone = 10
        }
      },
      {
        questType = "fetch_quest",
        quest = "委托:石头",
        items = {
          ore_stone = 1
        }
      }
    },
    basic_wood = {
      {
        questType = "story_quest",
        quest = "磨坊修复项目",
        items = {
          ore_stone = 200,
          basic_wood = 150,
          copper_ingot = 2
        }
      },
      {
        questType = "story_quest",
        quest = "修复桥梁",
        items = {
          ore_stone = 60,
          basic_wood = 60
        }
      },
      {
        questType = "story_quest",
        quest = "修补杂货店",
        items = {
          ore_stone = 500,
          basic_wood = 300,
          copper_ingot = 5
        }
      },
      {
        questType = "story_quest",
        quest = "工艺制作指南",
        items = {
          basic_wood = 10
        }
      },
      {
        questType = "story_quest",
        quest = "升级海登的谷仓",
        items = {
          ore_stone = 500,
          basic_wood = 400,
          iron_ingot = 8
        }
      },
      {
        questType = "story_quest",
        quest = "修复沙滩桥梁",
        items = {
          ore_stone = 150,
          basic_wood = 300,
          fiber = 50
        }
      },
      {
        questType = "story_quest",
        quest = "升级旅馆",
        items = {
          ore_stone = 500,
          basic_wood = 600,
          silver_ingot = 10,
          glass = 25,
          peat = 10
        }
      },
      {
        questType = "story_quest",
        quest = "石材精炼厂",
        items = {
          ore_stone = 400,
          basic_wood = 200,
          sap = 20
        }
      },
      {
        questType = "heart_quest",
        quest = "鸟之歌",
        items = {
          basic_wood = 15
        }
      },
      {
        questType = "fetch_quest",
        quest = "委托:材料",
        items = {
          basic_wood = 10,
          ore_stone = 10
        }
      },
      {
        questType = "fetch_quest",
        quest = "委托:木材",
        items = {
          basic_wood = 10
        }
      }
    },
    copper_ingot = {
      {
        questType = "story_quest",
        quest = "磨坊修复项目",
        items = {
          ore_stone = 200,
          basic_wood = 150,
          copper_ingot = 2
        }
      },
      {
        questType = "story_quest",
        quest = "修补杂货店",
        items = {
          ore_stone = 500,
          basic_wood = 300,
          copper_ingot = 5
        }
      },
      {
        questType = "fetch_quest",
        quest = "委托:铜锭",
        items = {
          copper_ingot = 1
        }
      }
    },
    silver_ingot = {
      {
        questType = "story_quest",
        quest = "获取封印卷轴",
        items = {
          silver_ingot = 10,
          ore_ruby = 10,
          ore_sapphire = 10,
          ore_emerald = 10
        }
      },
      {
        questType = "story_quest",
        quest = "升级旅馆",
        items = {
          ore_stone = 500,
          basic_wood = 600,
          silver_ingot = 10,
          glass = 25,
          peat = 10
        }
      },
      {
        questType = "fetch_quest",
        quest = "委托:银锭",
        items = {
          silver_ingot = 1
        }
      }
    },
    ore_ruby = {
      {
        questType = "story_quest",
        quest = "获取封印卷轴",
        items = {
          silver_ingot = 10,
          ore_ruby = 10,
          ore_sapphire = 10,
          ore_emerald = 10
        }
      },
      {
        questType = "fetch_quest",
        quest = "委托:红宝石",
        items = {
          ore_ruby = 1
        }
      }
    },
    ore_sapphire = {
      {
        questType = "story_quest",
        quest = "获取封印卷轴",
        items = {
          silver_ingot = 10,
          ore_ruby = 10,
          ore_sapphire = 10,
          ore_emerald = 10
        }
      },
      {
        questType = "fetch_quest",
        quest = "委托:蓝宝石",
        items = {
          ore_sapphire = 1
        }
      }
    },
    ore_emerald = {
      {
        questType = "story_quest",
        quest = "获取封印卷轴",
        items = {
          silver_ingot = 10,
          ore_ruby = 10,
          ore_sapphire = 10,
          ore_emerald = 10
        }
      },
      {
        questType = "fetch_quest",
        quest = "委托:绿宝石",
        items = {
          ore_emerald = 1
        }
      },
      {
        questType = "fetch_quest",
        quest = "委托:绿宝石",
        items = {
          ore_emerald = 7
        }
      }
    },
    iron_ingot = {
      {
        questType = "story_quest",
        quest = "升级海登的谷仓",
        items = {
          ore_stone = 500,
          basic_wood = 400,
          iron_ingot = 8
        }
      },
      {
        questType = "fetch_quest",
        quest = "委托:铁锭",
        items = {
          iron_ingot = 1
        }
      }
    },
    cheese = {
      {
        questType = "story_quest",
        quest = "补充小镇的食物储备2",
        items = {
          cheese = 10,
          egg = 12
        }
      },
      {
        questType = "fetch_quest",
        quest = "委托:芝士",
        items = {
          cheese = 1
        }
      }
    },
    egg = {
      {
        questType = "story_quest",
        quest = "补充小镇的食物储备2",
        items = {
          cheese = 10,
          egg = 12
        }
      },
      {
        questType = "fetch_quest",
        quest = "委托:鸡蛋",
        items = {
          egg = 3
        }
      }
    },
    fiber = {
      {
        questType = "story_quest",
        quest = "修复沙滩桥梁",
        items = {
          ore_stone = 150,
          basic_wood = 300,
          fiber = 50
        }
      }
    },
    glass = {
      {
        questType = "story_quest",
        quest = "升级旅馆",
        items = {
          ore_stone = 500,
          basic_wood = 600,
          silver_ingot = 10,
          glass = 25,
          peat = 10
        }
      },
      {
        questType = "story_quest",
        quest = "升级木匠铺",
        items = {
          glass = 100,
          refined_stone = 100,
          crystal = 30,
          obsidian = 30
        }
      },
      {
        questType = "fetch_quest",
        quest = "委托:玻璃",
        items = {
          glass = 3
        }
      }
    },
    peat = {
      {
        questType = "story_quest",
        quest = "升级旅馆",
        items = {
          ore_stone = 500,
          basic_wood = 600,
          silver_ingot = 10,
          glass = 25,
          peat = 10
        }
      },
      {
        questType = "heart_quest",
        quest = "312批",
        items = {
          peat = 1
        }
      },
      {
        questType = "fetch_quest",
        quest = "委托:园艺材料",
        items = {
          sod = 1,
          peat = 1
        }
      }
    },
    haydens_weathervane = {
      {
        questType = "story_quest",
        quest = "寻找风向标",
        items = {
          haydens_weathervane = 1
        }
      }
    },
    sap = {
      {
        questType = "story_quest",
        quest = "石材精炼厂",
        items = {
          ore_stone = 400,
          basic_wood = 200,
          sap = 20
        }
      },
      {
        questType = "fetch_quest",
        quest = "委托:树液",
        items = {
          sap = 5
        }
      }
    },
    gold_ingot = {
      {
        questType = "story_quest",
        quest = "升级周六市集",
        items = {
          gold_ingot = 8,
          obsidian = 20,
          crystal = 20,
          hard_wood = 100,
          refined_stone = 50
        }
      },
      {
        questType = "fetch_quest",
        quest = "委托:金锭",
        items = {
          gold_ingot = 3
        }
      }
    },
    obsidian = {
      {
        questType = "story_quest",
        quest = "升级周六市集",
        items = {
          gold_ingot = 8,
          obsidian = 20,
          crystal = 20,
          hard_wood = 100,
          refined_stone = 50
        }
      },
      {
        questType = "story_quest",
        quest = "升级木匠铺",
        items = {
          glass = 100,
          refined_stone = 100,
          crystal = 30,
          obsidian = 30
        }
      },
      {
        questType = "fetch_quest",
        quest = "委托:黑曜石",
        items = {
          obsidian = 1
        }
      }
    },
    crystal = {
      {
        questType = "story_quest",
        quest = "升级周六市集",
        items = {
          gold_ingot = 8,
          obsidian = 20,
          crystal = 20,
          hard_wood = 100,
          refined_stone = 50
        }
      },
      {
        questType = "story_quest",
        quest = "升级木匠铺",
        items = {
          glass = 100,
          refined_stone = 100,
          crystal = 30,
          obsidian = 30
        }
      },
      {
        questType = "fetch_quest",
        quest = "委托:水晶",
        items = {
          crystal = 5
        }
      }
    },
    hard_wood = {
      {
        questType = "story_quest",
        quest = "升级周六市集",
        items = {
          gold_ingot = 8,
          obsidian = 20,
          crystal = 20,
          hard_wood = 100,
          refined_stone = 50
        }
      }
    },
    refined_stone = {
      {
        questType = "story_quest",
        quest = "升级周六市集",
        items = {
          gold_ingot = 8,
          obsidian = 20,
          crystal = 20,
          hard_wood = 100,
          refined_stone = 50
        }
      },
      {
        questType = "story_quest",
        quest = "升级木匠铺",
        items = {
          glass = 100,
          refined_stone = 100,
          crystal = 30,
          obsidian = 30
        }
      }
    },
    riceball = {
      {
        questType = "tali_challenge",
        quest = "饭团挑战",
        items = {
          riceball = 1
        }
      },
      {
        questType = "fetch_quest",
        quest = "委托:饭团",
        items = {
          riceball = 1
        }
      }
    },
    crystal_berry_pie = {
      {
        questType = "tali_challenge",
        quest = "水晶浆果派",
        items = {
          crystal_berry_pie = 1
        }
      }
    },
    crispy_fried_earthshroom = {
      {
        questType = "tali_challenge",
        quest = "香脆炸土菇挑战",
        items = {
          crispy_fried_earthshroom = 1
        }
      }
    },
    caldosian_chocolate_cake = {
      {
        questType = "tali_challenge",
        quest = "巧克力蛋糕挑战是…奢华浓郁的巧克力蛋糕! ",
        items = {
          caldosian_chocolate_cake = 1
        }
      }
    },
    tide_salad = {
      {
        questType = "tali_challenge",
        quest = "浪潮沙拉挑战",
        items = {
          tide_salad = 1
        }
      }
    },
    omelet = {
      {
        questType = "tali_challenge",
        quest = "欧姆蛋挑战",
        items = {
          omelet = 1
        }
      }
    },
    bell_berry_bakewell_tart = {
      {
        questType = "tali_challenge",
        quest = "钟铃浆果贝克维尔塔挑战",
        items = {
          bell_berry_bakewell_tart = 1
        }
      },
      {
        questType = "fetch_quest",
        quest = "委托:钟铃浆果贝克维尔塔",
        items = {
          bell_berry_bakewell_tart = 1
        }
      }
    },
    herb_salad = {
      {
        questType = "tali_challenge",
        quest = "香草沙拉挑战",
        items = {
          herb_salad = 1
        }
      }
    },
    incredibly_hot_pot = {
      {
        questType = "tali_challenge",
        quest = "超级麻辣火锅挑战",
        items = {
          incredibly_hot_pot = 1
        }
      }
    },
    golden_cookies = {
      {
        questType = "tali_challenge",
        quest = "黄金饼干挑战",
        items = {
          golden_cookies = 1
        }
      },
      {
        questType = "fetch_quest",
        quest = "委托:黄金饼干",
        items = {
          golden_cookies = 1
        }
      }
    },
    veggie_sub_sandwich = {
      {
        questType = "tali_challenge",
        quest = "蔬菜三文治挑战",
        items = {
          veggie_sub_sandwich = 1
        }
      }
    },
    beet_soup = {
      {
        questType = "tali_challenge",
        quest = "为本次烹饪挑战拉下帷幕的终极菜品是…传奇菜肴, 甜菜汤! ",
        items = {
          beet_soup = 1
        }
      },
      {
        questType = "fetch_quest",
        quest = "委托:甜菜汤",
        items = {
          beet_soup = 1
        }
      }
    },
    breath_of_fire = {
      {
        questType = "heart_quest",
        quest = "药水与跑腿",
        items = {
          breath_of_fire = 1
        }
      },
      {
        questType = "fetch_quest",
        quest = "委托:火息花",
        items = {
          breath_of_fire = 1
        }
      }
    },
    wild_berries = {
      {
        questType = "fetch_quest",
        quest = "委托:莓果",
        items = {
          wild_berries = 5
        }
      },
      {
        questType = "fetch_quest",
        quest = "委托:野莓",
        items = {
          wild_berries = 6
        }
      }
    },
    strawberry = {
      {
        questType = "fetch_quest",
        quest = "委托:草莓",
        items = {
          strawberry = 1
        }
      }
    },
    shards = {
      {
        questType = "fetch_quest",
        quest = "委托:碎片",
        items = {
          shards = 2
        }
      }
    },
    striped_bass = {
      {
        questType = "fetch_quest",
        quest = "委托:条纹鲈",
        items = {
          striped_bass = 1
        }
      }
    },
    moon_fruit = {
      {
        questType = "fetch_quest",
        quest = "委托:满月果",
        items = {
          moon_fruit = 1
        }
      },
      {
        questType = "fetch_quest",
        quest = "重要委托:满月果",
        items = {
          moon_fruit = 1
        }
      }
    },
    pudding = {
      {
        questType = "fetch_quest",
        quest = "委托:布丁",
        items = {
          pudding = 1
        }
      }
    },
    pumpkin = {
      {
        questType = "fetch_quest",
        quest = "委托:南瓜",
        items = {
          pumpkin = 1
        }
      }
    },
    blueberry = {
      {
        questType = "fetch_quest",
        quest = "委托:蓝莓",
        items = {
          blueberry = 3
        }
      }
    },
    wild_leek = {
      {
        questType = "fetch_quest",
        quest = "委托:野韭葱",
        items = {
          wild_leek = 1
        }
      }
    },
    garlic = {
      {
        questType = "fetch_quest",
        quest = "委托:大蒜",
        items = {
          garlic = 1
        }
      }
    },
    deep_earthworm = {
      {
        questType = "fetch_quest",
        quest = "委托:深域蚯蚓",
        items = {
          deep_earthworm = 1
        }
      }
    },
    rosemary = {
      {
        questType = "fetch_quest",
        quest = "委托:迷迭香",
        items = {
          rosemary = 1
        }
      }
    },
    cow_milk = {
      {
        questType = "fetch_quest",
        quest = "委托:牛奶",
        items = {
          cow_milk = 4
        }
      }
    },
    broccoli = {
      {
        questType = "fetch_quest",
        quest = "委托:西兰花",
        items = {
          broccoli = 1
        }
      }
    },
    cod = {
      {
        questType = "fetch_quest",
        quest = "委托:鳕鱼",
        items = {
          cod = 1
        }
      }
    },
    butter = {
      {
        questType = "fetch_quest",
        quest = "委托:黄油",
        items = {
          butter = 2
        }
      }
    },
    tilapia = {
      {
        questType = "fetch_quest",
        quest = "委托:罗非鱼",
        items = {
          tilapia = 1
        }
      }
    },
    iron_armor = {
      {
        questType = "fetch_quest",
        quest = "委托:铁制盔甲",
        items = {
          iron_armor = 1
        }
      }
    },
    perch = {
      {
        questType = "fetch_quest",
        quest = "委托:鲈鱼",
        items = {
          perch = 1
        }
      }
    },
    clam = {
      {
        questType = "fetch_quest",
        quest = "委托:蛤蜊",
        items = {
          clam = 1
        }
      }
    },
    starter_scarecrow = {
      {
        questType = "fetch_quest",
        quest = "委托:稻草人",
        items = {
          starter_scarecrow = 1
        }
      }
    },
    pear = {
      {
        questType = "fetch_quest",
        quest = "委托:梨子",
        items = {
          pear = 2
        }
      }
    },
    fennel = {
      {
        questType = "fetch_quest",
        quest = "委托:茴香",
        items = {
          fennel = 1
        }
      }
    },
    sod = {
      {
        questType = "fetch_quest",
        quest = "委托:园艺材料",
        items = {
          sod = 1,
          peat = 1
        }
      }
    },
    shadow_flower = {
      {
        questType = "fetch_quest",
        quest = "委托:暗影花",
        items = {
          shadow_flower = 1
        }
      }
    },
    coral = {
      {
        questType = "fetch_quest",
        quest = "委托:珊瑚",
        items = {
          coral = 5
        }
      }
    },
    shovel_copper = {
      {
        questType = "fetch_quest",
        quest = "委托:铜铲",
        items = {
          shovel_copper = 1
        }
      }
    },
    snowdrop_anemone = {
      {
        questType = "fetch_quest",
        quest = "委托:大花银莲花",
        items = {
          snowdrop_anemone = 1
        }
      }
    },
    blackberry = {
      {
        questType = "fetch_quest",
        quest = "委托:黑莓",
        items = {
          blackberry = 6
        }
      }
    },
    orange = {
      {
        questType = "fetch_quest",
        quest = "委托:橙子",
        items = {
          orange = 1
        }
      }
    },
    rose = {
      {
        questType = "fetch_quest",
        quest = "委托:玫瑰",
        items = {
          rose = 12
        }
      }
    },
    lemon = {
      {
        questType = "fetch_quest",
        quest = "委托:柠檬",
        items = {
          lemon = 1
        }
      }
    },
    turnip = {
      {
        questType = "fetch_quest",
        quest = "委托:芜菁",
        items = {
          turnip = 1
        }
      }
    },
    pineshroom = {
      {
        questType = "fetch_quest",
        quest = "委托:松锥菇",
        items = {
          pineshroom = 2
        }
      }
    },
    heather = {
      {
        questType = "fetch_quest",
        quest = "委托:帚石楠",
        items = {
          heather = 3
        }
      }
    },
    sword_silver = {
      {
        questType = "fetch_quest",
        quest = "委托:银剑",
        items = {
          sword_silver = 1
        }
      }
    },
    cranberry = {
      {
        questType = "fetch_quest",
        quest = "委托:蔓越莓",
        items = {
          cranberry = 3
        }
      }
    },
    glowberry = {
      {
        questType = "fetch_quest",
        quest = "委托:荧光浆果",
        items = {
          glowberry = 12
        }
      }
    },
    bull_horn = {
      {
        questType = "fetch_quest",
        quest = "委托:公牛角",
        items = {
          bull_horn = 2
        }
      }
    },
    smallmouth_bass = {
      {
        questType = "fetch_quest",
        quest = "委托:小口黑鲈",
        items = {
          smallmouth_bass = 2
        }
      }
    },
    coconut = {
      {
        questType = "fetch_quest",
        quest = "委托:椰子",
        items = {
          coconut = 3
        }
      }
    },
    tomato_soup = {
      {
        questType = "fetch_quest",
        quest = "委托:番茄汤",
        items = {
          tomato_soup = 1
        }
      }
    },
    clay = {
      {
        questType = "fetch_quest",
        quest = "委托:艺术品材料",
        items = {
          clay = 1
        }
      }
    },
    burdock_root = {
      {
        questType = "fetch_quest",
        quest = "委托:牛蒡根",
        items = {
          burdock_root = 1
        }
      }
    },
    onion = {
      {
        questType = "fetch_quest",
        quest = "委托:洋葱",
        items = {
          onion = 1
        }
      }
    },
    golden_butter = {
      {
        questType = "fetch_quest",
        quest = "委托:黄金黄油",
        items = {
          golden_butter = 1
        }
      }
    },
    corn = {
      {
        questType = "fetch_quest",
        quest = "委托:玉米",
        items = {
          corn = 4
        }
      }
    },
    sweet_potato = {
      {
        questType = "fetch_quest",
        quest = "委托:番薯",
        items = {
          sweet_potato = 1
        }
      }
    },
    grilled_corn = {
      {
        questType = "fetch_quest",
        quest = "委托:烤玉米",
        items = {
          grilled_corn = 3
        }
      }
    },
    hay = {
      {
        questType = "fetch_quest",
        quest = "委托:干草",
        items = {
          hay = 5
        }
      }
    },
    baked_potato = {
      {
        questType = "fetch_quest",
        quest = "委托:烤土豆",
        items = {
          baked_potato = 1
        }
      }
    },
    starter_wood_fence = {
      {
        questType = "fetch_quest",
        quest = "委托:木栅栏",
        items = {
          starter_wood_fence = 5
        }
      }
    },
    ultimate_small_animal_feed = {
      {
        questType = "fetch_quest",
        quest = "委托:极品饲料",
        items = {
          ultimate_small_animal_feed = 1
        }
      }
    },
    thorn_vine = {
      {
        questType = "fetch_quest",
        quest = "委托:荆棘藤",
        items = {
          thorn_vine = 2
        }
      }
    },
    peas = {
      {
        questType = "fetch_quest",
        quest = "委托:荷兰豆",
        items = {
          peas = 3
        }
      }
    },
    freshwater_eel = {
      {
        questType = "fetch_quest",
        quest = "委托:淡水鳗",
        items = {
          freshwater_eel = 1
        }
      }
    },
    monster_shell = {
      {
        questType = "fetch_quest",
        quest = "委托:怪物的壳",
        items = {
          monster_shell = 5
        }
      }
    },
    ore_silver = {
      {
        questType = "fetch_quest",
        quest = "委托:银矿",
        items = {
          ore_silver = 3
        }
      }
    },
    starter_shipping_box = {
      {
        questType = "fetch_quest",
        quest = "委托:出货箱",
        items = {
          starter_shipping_box = 1
        }
      }
    },
    armored_bass = {
      {
        questType = "fetch_quest",
        quest = "委托:铠甲鲈鱼",
        items = {
          armored_bass = 1
        }
      }
    },
    copper_beetle = {
      {
        questType = "fetch_quest",
        quest = "委托:铜块甲虫",
        items = {
          copper_beetle = 1
        }
      }
    },
    pond_skater = {
      {
        questType = "fetch_quest",
        quest = "委托:水黾",
        items = {
          pond_skater = 1
        }
      }
    },
    dragon_horn_beetle = {
      {
        questType = "fetch_quest",
        quest = "委托:龙角甲虫",
        items = {
          dragon_horn_beetle = 1
        }
      }
    },
    singing_katydid = {
      {
        questType = "fetch_quest",
        quest = "委托:林歌叶虫",
        items = {
          singing_katydid = 1
        }
      }
    },
    miners_pickaxe = {
      {
        questType = "fetch_quest",
        quest = "委托:矿工十字镐",
        items = {
          miners_pickaxe = 1
        }
      }
    },
    really_round_rock = {
      {
        questType = "fetch_quest",
        quest = "委托:圆圆滚滚石头",
        items = {
          really_round_rock = 1
        }
      }
    },
    pike = {
      {
        questType = "fetch_quest",
        quest = "委托:白斑狗鱼",
        items = {
          pike = 1
        }
      }
    },
    ore_diamond = {
      {
        questType = "fetch_quest",
        quest = "委托:钻石",
        items = {
          ore_diamond = 1
        }
      }
    },
    oyster_mushroom = {
      {
        questType = "fetch_quest",
        quest = "委托:平菇",
        items = {
          oyster_mushroom = 2
        }
      }
    },
    red_toadstool = {
      {
        questType = "fetch_quest",
        quest = "委托:毒红菇",
        items = {
          red_toadstool = 1
        }
      }
    },
    monster_powder = {
      {
        questType = "fetch_quest",
        quest = "委托:怪物粉末",
        items = {
          monster_powder = 3
        }
      }
    },
    tidestone = {
      {
        questType = "fetch_quest",
        quest = "委托:潮汐石",
        items = {
          tidestone = 1
        }
      }
    },
    fog_orchid = {
      {
        questType = "fetch_quest",
        quest = "委托:雾兰",
        items = {
          fog_orchid = 1
        }
      }
    },
    duck_egg = {
      {
        questType = "fetch_quest",
        quest = "委托:鸭蛋",
        items = {
          duck_egg = 1
        }
      }
    },
    bristle = {
      {
        questType = "fetch_quest",
        quest = "委托:水豚刚毛",
        items = {
          bristle = 3
        }
      }
    },
    water_chestnut = {
      {
        questType = "fetch_quest",
        quest = "委托:马蹄",
        items = {
          water_chestnut = 2
        }
      }
    },
    monster_core = {
      {
        questType = "fetch_quest",
        quest = "委托:怪物核心",
        items = {
          monster_core = 1
        }
      }
    },
    carrot = {
      {
        questType = "fetch_quest",
        quest = "委托:胡萝卜",
        items = {
          carrot = 3
        }
      }
    },
    night_queen = {
      {
        questType = "fetch_quest",
        quest = "委托:夜之女王花",
        items = {
          night_queen = 1
        }
      }
    },
    worm = {
      {
        questType = "fetch_quest",
        quest = "委托:鱼饵",
        items = {
          worm = 1
        }
      }
    },
    trout = {
      {
        questType = "fetch_quest",
        quest = "委托:鳟鱼",
        items = {
          trout = 1
        }
      }
    },
    salmon = {
      {
        questType = "fetch_quest",
        quest = "委托:食材",
        items = {
          salmon = 1,
          horseradish = 1
        }
      },
      {
        questType = "fetch_quest",
        quest = "委托:三文鱼",
        items = {
          salmon = 1
        }
      }
    },
    horseradish = {
      {
        questType = "fetch_quest",
        quest = "委托:食材",
        items = {
          salmon = 1,
          horseradish = 1
        }
      }
    },
    underseaweed = {
      {
        questType = "fetch_quest",
        quest = "委托:地底海草",
        items = {
          underseaweed = 1
        }
      }
    },
    earthshroom = {
      {
        questType = "fetch_quest",
        quest = "委托:土菇",
        items = {
          earthshroom = 1
        }
      }
    },
    tuna_sashimi = {
      {
        questType = "fetch_quest",
        quest = "委托:吞拿鱼刺身",
        items = {
          tuna_sashimi = 1
        }
      }
    },
    pink_scallop_shell = {
      {
        questType = "fetch_quest",
        quest = "委托:贝壳",
        items = {
          pink_scallop_shell = 1
        }
      }
    },
    mullet = {
      {
        questType = "fetch_quest",
        quest = "委托:鲻鱼",
        items = {
          mullet = 1
        }
      }
    },
    freshwater_oyster = {
      {
        questType = "fetch_quest",
        quest = "委托:淡水生蚝",
        items = {
          freshwater_oyster = 1
        }
      }
    },
    temple_flower = {
      {
        questType = "fetch_quest",
        quest = "委托:神殿之花",
        items = {
          temple_flower = 1
        }
      }
    },
    sunflower = {
      {
        questType = "fetch_quest",
        quest = "委托:向日葵",
        items = {
          sunflower = 1
        }
      }
    },
    morel_mushroom = {
      {
        questType = "fetch_quest",
        quest = "委托:羊肚菌",
        items = {
          morel_mushroom = 1
        }
      }
    },
    basil = {
      {
        questType = "fetch_quest",
        quest = "委托:香草",
        items = {
          basil = 1,
          thyme = 1
        }
      }
    },
    thyme = {
      {
        questType = "fetch_quest",
        quest = "委托:香草",
        items = {
          basil = 1,
          thyme = 1
        }
      }
    },
    rose_hip = {
      {
        questType = "fetch_quest",
        quest = "委托:蔷薇果",
        items = {
          rose_hip = 3
        }
      }
    },
    tea = {
      {
        questType = "fetch_quest",
        quest = "委托:茶叶",
        items = {
          tea = 1
        }
      }
    },
    seaweed = {
      {
        questType = "fetch_quest",
        quest = "委托:海藻",
        items = {
          seaweed = 2
        }
      }
    },
    starter_bird_house_red = {
      {
        questType = "fetch_quest",
        quest = "委托:鸟屋",
        items = {
          starter_bird_house_red = 1
        }
      }
    },
    cucumber = {
      {
        questType = "fetch_quest",
        quest = "委托:黄瓜",
        items = {
          cucumber = 3
        }
      }
    },
    ultimate_hay = {
      {
        questType = "fetch_quest",
        quest = "委托:极品饲料",
        items = {
          ultimate_hay = 1
        }
      }
    },
    ore_gold = {
      {
        questType = "fetch_quest",
        quest = "委托:金矿",
        items = {
          ore_gold = 3
        }
      }
    },
    apple = {
      {
        questType = "fetch_quest",
        quest = "委托:苹果",
        items = {
          apple = 1
        }
      }
    },
    catfish = {
      {
        questType = "fetch_quest",
        quest = "委托:鲇鱼",
        items = {
          catfish = 1
        }
      }
    },
    caterpillar = {
      {
        questType = "fetch_quest",
        quest = "委托:毛毛虫",
        items = {
          caterpillar = 1
        }
      }
    },
    sheep_wool = {
      {
        questType = "fetch_quest",
        quest = "委托:羊毛",
        items = {
          sheep_wool = 6
        }
      }
    },
    chestnut = {
      {
        questType = "fetch_quest",
        quest = "委托:栗子",
        items = {
          chestnut = 2
        }
      },
      {
        questType = "fetch_quest",
        quest = "委托:栗子",
        items = {
          chestnut = 3
        }
      }
    },
    starter_potted_plant = {
      {
        questType = "fetch_quest",
        quest = "盆栽植物",
        items = {
          starter_potted_plant = 1
        }
      }
    },
    wild_grapes = {
      {
        questType = "fetch_quest",
        quest = "委托:野生葡萄",
        items = {
          wild_grapes = 3
        }
      }
    },
    rice = {
      {
        questType = "fetch_quest",
        quest = "委托:米",
        items = {
          rice = 2
        }
      }
    },
    ice_block = {
      {
        questType = "fetch_quest",
        quest = "委托:冰块",
        items = {
          ice_block = 3
        }
      }
    },
    feather = {
      {
        questType = "fetch_quest",
        quest = "委托:公鸡羽毛",
        items = {
          feather = 4
        }
      }
    },
    trail_mix = {
      {
        questType = "fetch_quest",
        quest = "委托:什锦果仁",
        items = {
          trail_mix = 3
        }
      }
    },
    crystal_berries = {
      {
        questType = "fetch_quest",
        quest = "委托:水晶浆果",
        items = {
          crystal_berries = 1
        }
      }
    },
    noodles = {
      {
        questType = "fetch_quest",
        quest = "委托:面条",
        items = {
          noodles = 1
        }
      }
    },
    chili_pepper = {
      {
        questType = "fetch_quest",
        quest = "委托:辣椒",
        items = {
          chili_pepper = 3
        }
      }
    },
    dill = {
      {
        questType = "fetch_quest",
        quest = "委托:莳萝",
        items = {
          dill = 2
        }
      }
    },
    tomato = {
      {
        questType = "fetch_quest",
        quest = "委托:番茄",
        items = {
          tomato = 2
        }
      }
    },
    beet = {
      {
        questType = "fetch_quest",
        quest = "委托:甜菜",
        items = {
          beet = 1
        }
      }
    },
    monster_horn = {
      {
        questType = "fetch_quest",
        quest = "委托:怪物的角",
        items = {
          monster_horn = 1
        }
      }
    },
    goby = {
      {
        questType = "fetch_quest",
        quest = "委托:虾虎鱼",
        items = {
          goby = 1
        }
      }
    },
    lake_trout = {
      {
        questType = "fetch_quest",
        quest = "委托:湖鳟",
        items = {
          lake_trout = 1
        }
      }
    },
    cabbage = {
      {
        questType = "fetch_quest",
        quest = "委托:卷心菜",
        items = {
          cabbage = 1
        }
      }
    },
    sugar_cane = {
      {
        questType = "fetch_quest",
        quest = "委托:甘蔗",
        items = {
          sugar_cane = 1
        }
      }
    },
    cauliflower = {
      {
        questType = "fetch_quest",
        quest = "委托:花椰菜",
        items = {
          cauliflower = 1
        }
      }
    },
    ore_iron = {
      {
        questType = "fetch_quest",
        quest = "委托:铁矿",
        items = {
          ore_iron = 2
        }
      }
    },
    frog = {
      {
        questType = "fetch_quest",
        quest = "委托:青蛙",
        items = {
          frog = 1
        }
      }
    },
    snail = {
      {
        questType = "fetch_quest",
        quest = "委托:蜗牛",
        items = {
          snail = 1
        }
      }
    },
    acorn = {
      {
        questType = "fetch_quest",
        quest = "委托:橡子",
        items = {
          acorn = 3
        }
      }
    },
    crocus = {
      {
        questType = "fetch_quest",
        quest = "委托:西红花",
        items = {
          crocus = 1
        }
      }
    },
    horse_hair = {
      {
        questType = "fetch_quest",
        quest = "委托:马毛",
        items = {
          horse_hair = 3
        }
      }
    },
    spooky_haybale = {
      {
        questType = "fetch_quest",
        quest = "委托:干草堆",
        items = {
          spooky_haybale = 1
        }
      }
    },
    watermelon = {
      {
        questType = "fetch_quest",
        quest = "委托:西瓜",
        items = {
          watermelon = 1
        }
      }
    },
    fiddlehead = {
      {
        questType = "fetch_quest",
        quest = "委托:蕨菜",
        items = {
          fiddlehead = 1
        }
      }
    },
    rabbit_wool = {
      {
        questType = "fetch_quest",
        quest = "委托:兔毛",
        items = {
          rabbit_wool = 4
        }
      }
    },
    monster_fang = {
      {
        questType = "fetch_quest",
        quest = "委托:怪物獠牙",
        items = {
          monster_fang = 1
        }
      }
    },
    middlemist = {
      {
        questType = "fetch_quest",
        quest = "委托:雾中山茶",
        items = {
          middlemist = 1
        }
      }
    },
    holly = {
      {
        questType = "fetch_quest",
        quest = "委托:冬青",
        items = {
          holly = 3
        }
      }
    },
    daikon_radish = {
      {
        questType = "fetch_quest",
        quest = "委托:白萝卜",
        items = {
          daikon_radish = 1
        }
      }
    },
    sesame = {
      {
        questType = "fetch_quest",
        quest = "委托:芝麻",
        items = {
          sesame = 1
        }
      }
    },
    pomegranate_juice = {
      {
        questType = "fetch_quest",
        quest = "委托:石榴汁",
        items = {
          pomegranate_juice = 1
        }
      }
    },
    salted_watermelon = {
      {
        questType = "fetch_quest",
        quest = "委托:盐渍西瓜",
        items = {
          salted_watermelon = 1
        }
      }
    },
    walnut = {
      {
        questType = "fetch_quest",
        quest = "委托:核桃",
        items = {
          walnut = 3
        }
      }
    },
    spirit_mushroom_tea = {
      {
        questType = "fetch_quest",
        quest = "委托:灵菇茶",
        items = {
          spirit_mushroom_tea = 1
        }
      }
    },
    peach = {
      {
        questType = "fetch_quest",
        quest = "委托:桃子",
        items = {
          peach = 3
        }
      }
    },
    pomegranate = {
      {
        questType = "fetch_quest",
        quest = "委托:石榴",
        items = {
          pomegranate = 1
        }
      }
    },
    red_wine = {
      {
        questType = "fetch_quest",
        quest = "委托:红酒",
        items = {
          red_wine = 1
        }
      }
    },
    spring_galette = {
      {
        questType = "fetch_quest",
        quest = "委托:春蔬格雷派饼",
        items = {
          spring_galette = 1
        }
      }
    }
  }