From 6404b467761dfba4146536990bbe9c9ff2a775bd Mon Sep 17 00:00:00 2001 From: mfkvfhpdx Date: Tue, 22 Jul 2025 10:48:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=87=E8=AE=B0=E7=B2=BE=E8=8B=B1=E7=82=B9?= =?UTF-8?q?=E4=BD=8D=20(#1371)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 更新锄地集,至少需要0.45版本 * 调整readme * 对纯小怪路线,增加区分怪物标志,来支持开启精英拾取下跳过小怪的拾取 * 删除些主仓库没有的脚本 * 给锄地脚本区分怪物增加标签 * 锄地追踪文件,标记精英点位 * bgi锄地规划数据,控制文件提交 * 锄地规划,精英数据控制文件 * 精英点位标记调整 --- .../0_6_纳塔/6203--纳塔_奥奇_中层悬崖_11-2).json | 3 + .../6602--纳塔_涌流地_北侧山脉2_(11-7).json | 2 + .../0_6_纳塔/6703--纳塔_踞石山_北侧主峰_(10-9).json | 2 + .../0_6_纳塔/6706--纳塔_踞石山_彩石顶2_(7-16).json | 2 + .../6801--纳塔_安饶之野_镜壁山东南_(20).json | 2 + .../小怪2000@mno/0_6_纳塔/control.json5 | 4 + .../1_1_蒙德/1101(1-23)蒙德望风角.json | 2 + .../1_1_蒙德/1102(1-16)蒙德望风角.json | 2 + .../1_1_蒙德/1202(1-27)蒙德奔狼领.json | 2 + .../1_1_蒙德/1203(2-26)蒙德塞西莉亚苗圃.json | 5 +- .../小怪2000@mno/1_1_蒙德/control.json5 | 4 + .../小怪2000@mno/1_2_璃月/2101璃月无妄坡西南.json | 3 + .../小怪2000@mno/1_2_璃月/2202璃月瑶光滩西北.json | 4 + .../小怪2000@mno/1_2_璃月/2303璃月琥牢山.json | 2 + .../小怪2000@mno/1_2_璃月/2502璃月群玉阁西.json | 3 + .../1_2_璃月/2601(水免)璃月港东北.json | 3 + .../小怪2000@mno/1_2_璃月/control.json5 | 4 + .../1_3_稻妻/3101(高危)稻妻白狐之野南.json | 2 + .../小怪2000@mno/1_3_稻妻/3107稻妻绀田村.json | 2 + .../小怪2000@mno/1_3_稻妻/3201稻妻九条阵屋.json | 3 + .../小怪2000@mno/1_3_稻妻/3211稻妻名椎滩东.json | 3 + .../小怪2000@mno/1_3_稻妻/3306稻妻藤兜砦西.json | 2 + .../小怪2000@mno/1_3_稻妻/3506稻妻大日御舆西.json | 2 + .../小怪2000@mno/1_3_稻妻/3607稻妻大日御舆南.json | 1 + .../小怪2000@mno/1_3_稻妻/control.json5 | 4 + .../1_4_须弥/4101(高危)须弥二净甸.json | 3 + .../小怪2000@mno/1_4_须弥/control.json5 | 4 + .../小怪2000@mno/1_5_枫丹/5102枫丹廷北.json | 2 + .../小怪2000@mno/1_5_枫丹/5201枫丹优兰湖西.json | 3 + .../小怪2000@mno/1_5_枫丹/5207枫丹柔灯港北.json | 2 + .../小怪2000@mno/1_5_枫丹/5208枫丹幽林东北.json | 2 + .../小怪2000@mno/1_5_枫丹/5608枫丹新科学院.json | 2 + .../小怪2000@mno/1_5_枫丹/control.json5 | 4 + .../锄地专区/小怪2000@mno/control.json5 | 1960 +++++++++++++++++ .../锄地专区/精英400@汐/0传奇/control.json5 | 4 + .../锄地专区/精英400@汐/1精英/control.json5 | 4 + .../锄地专区/精英400@汐/2收尾/control.json5 | 4 + .../锄地专区/精英400@汐/3低效/control.json5 | 4 + .../pathing/锄地专区/精英400@汐/control.json5 | 1728 +++++++++++++++ 39 files changed, 3793 insertions(+), 1 deletion(-) create mode 100644 repo/pathing/锄地专区/小怪2000@mno/0_6_纳塔/control.json5 create mode 100644 repo/pathing/锄地专区/小怪2000@mno/1_1_蒙德/control.json5 create mode 100644 repo/pathing/锄地专区/小怪2000@mno/1_2_璃月/control.json5 create mode 100644 repo/pathing/锄地专区/小怪2000@mno/1_3_稻妻/control.json5 create mode 100644 repo/pathing/锄地专区/小怪2000@mno/1_4_须弥/control.json5 create mode 100644 repo/pathing/锄地专区/小怪2000@mno/1_5_枫丹/control.json5 create mode 100644 repo/pathing/锄地专区/小怪2000@mno/control.json5 create mode 100644 repo/pathing/锄地专区/精英400@汐/0传奇/control.json5 create mode 100644 repo/pathing/锄地专区/精英400@汐/1精英/control.json5 create mode 100644 repo/pathing/锄地专区/精英400@汐/2收尾/control.json5 create mode 100644 repo/pathing/锄地专区/精英400@汐/3低效/control.json5 create mode 100644 repo/pathing/锄地专区/精英400@汐/control.json5 diff --git a/repo/pathing/锄地专区/小怪2000@mno/0_6_纳塔/6203--纳塔_奥奇_中层悬崖_11-2).json b/repo/pathing/锄地专区/小怪2000@mno/0_6_纳塔/6203--纳塔_奥奇_中层悬崖_11-2).json index b39d74bb..5c97c5b7 100644 --- a/repo/pathing/锄地专区/小怪2000@mno/0_6_纳塔/6203--纳塔_奥奇_中层悬崖_11-2).json +++ b/repo/pathing/锄地专区/小怪2000@mno/0_6_纳塔/6203--纳塔_奥奇_中层悬崖_11-2).json @@ -19,6 +19,7 @@ "links": "https://github.com/Bedrockx" } ] + ,"enable_monster_loot_split": true }, "positions": [ { @@ -56,6 +57,7 @@ "move_mode": "dash", "action_params": "", "type": "path" + ,"point_ext_params": {"monster_tag": "elite"} }, { "id": 5, @@ -208,6 +210,7 @@ "action_params": "", "type": "path", "locked": false + ,"point_ext_params": {"monster_tag": "elite"} }, { "id": 22, diff --git a/repo/pathing/锄地专区/小怪2000@mno/0_6_纳塔/6602--纳塔_涌流地_北侧山脉2_(11-7).json b/repo/pathing/锄地专区/小怪2000@mno/0_6_纳塔/6602--纳塔_涌流地_北侧山脉2_(11-7).json index 13171324..07546346 100644 --- a/repo/pathing/锄地专区/小怪2000@mno/0_6_纳塔/6602--纳塔_涌流地_北侧山脉2_(11-7).json +++ b/repo/pathing/锄地专区/小怪2000@mno/0_6_纳塔/6602--纳塔_涌流地_北侧山脉2_(11-7).json @@ -19,6 +19,7 @@ "links": "https://github.com/Bedrockx" } ] + ,"enable_monster_loot_split": true }, "positions": [ { @@ -182,6 +183,7 @@ "move_mode": "dash", "action_params": "", "type": "path" + ,"point_ext_params": {"monster_tag": "elite"} }, { "id": 19, diff --git a/repo/pathing/锄地专区/小怪2000@mno/0_6_纳塔/6703--纳塔_踞石山_北侧主峰_(10-9).json b/repo/pathing/锄地专区/小怪2000@mno/0_6_纳塔/6703--纳塔_踞石山_北侧主峰_(10-9).json index 01c01326..9c5e0741 100644 --- a/repo/pathing/锄地专区/小怪2000@mno/0_6_纳塔/6703--纳塔_踞石山_北侧主峰_(10-9).json +++ b/repo/pathing/锄地专区/小怪2000@mno/0_6_纳塔/6703--纳塔_踞石山_北侧主峰_(10-9).json @@ -19,6 +19,7 @@ "links": "https://github.com/Bedrockx" } ] + ,"enable_monster_loot_split": true }, "positions": [ { @@ -92,6 +93,7 @@ "move_mode": "dash", "action_params": "", "type": "path" + ,"point_ext_params": {"monster_tag": "elite"} }, { "id": 9, diff --git a/repo/pathing/锄地专区/小怪2000@mno/0_6_纳塔/6706--纳塔_踞石山_彩石顶2_(7-16).json b/repo/pathing/锄地专区/小怪2000@mno/0_6_纳塔/6706--纳塔_踞石山_彩石顶2_(7-16).json index 336d03ea..046f0a4e 100644 --- a/repo/pathing/锄地专区/小怪2000@mno/0_6_纳塔/6706--纳塔_踞石山_彩石顶2_(7-16).json +++ b/repo/pathing/锄地专区/小怪2000@mno/0_6_纳塔/6706--纳塔_踞石山_彩石顶2_(7-16).json @@ -19,6 +19,7 @@ "links": "https://github.com/Bedrockx" } ] + ,"enable_monster_loot_split": true }, "positions": [ { @@ -38,6 +39,7 @@ "move_mode": "dash", "action_params": "", "type": "path" + ,"point_ext_params": {"monster_tag": "elite"} }, { "id": 3, diff --git a/repo/pathing/锄地专区/小怪2000@mno/0_6_纳塔/6801--纳塔_安饶之野_镜壁山东南_(20).json b/repo/pathing/锄地专区/小怪2000@mno/0_6_纳塔/6801--纳塔_安饶之野_镜壁山东南_(20).json index e8b6d7d4..8bd08f4a 100644 --- a/repo/pathing/锄地专区/小怪2000@mno/0_6_纳塔/6801--纳塔_安饶之野_镜壁山东南_(20).json +++ b/repo/pathing/锄地专区/小怪2000@mno/0_6_纳塔/6801--纳塔_安饶之野_镜壁山东南_(20).json @@ -16,6 +16,7 @@ "links": "https://github.com/Bedrockx" } ] + ,"enable_monster_loot_split": true }, "positions": [ { @@ -215,6 +216,7 @@ "move_mode": "dash", "action_params": "", "type": "path" + ,"point_ext_params": {"monster_tag": "elite"} }, { "id": 23, diff --git a/repo/pathing/锄地专区/小怪2000@mno/0_6_纳塔/control.json5 b/repo/pathing/锄地专区/小怪2000@mno/0_6_纳塔/control.json5 new file mode 100644 index 00000000..cc15b2d4 --- /dev/null +++ b/repo/pathing/锄地专区/小怪2000@mno/0_6_纳塔/control.json5 @@ -0,0 +1,4 @@ +{ + "ref":".." +} + \ No newline at end of file diff --git a/repo/pathing/锄地专区/小怪2000@mno/1_1_蒙德/1101(1-23)蒙德望风角.json b/repo/pathing/锄地专区/小怪2000@mno/1_1_蒙德/1101(1-23)蒙德望风角.json index 2e233c2e..1c94397a 100644 --- a/repo/pathing/锄地专区/小怪2000@mno/1_1_蒙德/1101(1-23)蒙德望风角.json +++ b/repo/pathing/锄地专区/小怪2000@mno/1_1_蒙德/1101(1-23)蒙德望风角.json @@ -12,6 +12,7 @@ "links": "https://github.com/Bedrockx" } ] + ,"enable_monster_loot_split": true }, "positions": [ { @@ -130,6 +131,7 @@ "move_mode": "walk", "action_params": "", "type": "path" + ,"point_ext_params": {"monster_tag": "elite"} }, { "id": 14, diff --git a/repo/pathing/锄地专区/小怪2000@mno/1_1_蒙德/1102(1-16)蒙德望风角.json b/repo/pathing/锄地专区/小怪2000@mno/1_1_蒙德/1102(1-16)蒙德望风角.json index b8881096..5b4eb403 100644 --- a/repo/pathing/锄地专区/小怪2000@mno/1_1_蒙德/1102(1-16)蒙德望风角.json +++ b/repo/pathing/锄地专区/小怪2000@mno/1_1_蒙德/1102(1-16)蒙德望风角.json @@ -12,6 +12,7 @@ "links": "https://github.com/Bedrockx" } ] + ,"enable_monster_loot_split": true }, "positions": [ { @@ -94,6 +95,7 @@ "move_mode": "dash", "action_params": "", "type": "path" + ,"point_ext_params": {"monster_tag": "elite"} }, { "id": 10, diff --git a/repo/pathing/锄地专区/小怪2000@mno/1_1_蒙德/1202(1-27)蒙德奔狼领.json b/repo/pathing/锄地专区/小怪2000@mno/1_1_蒙德/1202(1-27)蒙德奔狼领.json index 83c47d3e..12d7c270 100644 --- a/repo/pathing/锄地专区/小怪2000@mno/1_1_蒙德/1202(1-27)蒙德奔狼领.json +++ b/repo/pathing/锄地专区/小怪2000@mno/1_1_蒙德/1202(1-27)蒙德奔狼领.json @@ -12,6 +12,7 @@ "links": "https://github.com/Bedrockx" } ] + ,"enable_monster_loot_split": true }, "positions": [ { @@ -148,6 +149,7 @@ "move_mode": "walk", "action_params": "", "type": "path" + ,"point_ext_params": {"monster_tag": "elite"} }, { "id": 16, diff --git a/repo/pathing/锄地专区/小怪2000@mno/1_1_蒙德/1203(2-26)蒙德塞西莉亚苗圃.json b/repo/pathing/锄地专区/小怪2000@mno/1_1_蒙德/1203(2-26)蒙德塞西莉亚苗圃.json index 4669b42b..6ad12509 100644 --- a/repo/pathing/锄地专区/小怪2000@mno/1_1_蒙德/1203(2-26)蒙德塞西莉亚苗圃.json +++ b/repo/pathing/锄地专区/小怪2000@mno/1_1_蒙德/1203(2-26)蒙德塞西莉亚苗圃.json @@ -11,7 +11,8 @@ "name": "mno", "links": "https://github.com/Bedrockx" } - ] + ], + "enable_monster_loot_split": true }, "positions": [ { @@ -103,6 +104,7 @@ "move_mode": "walk", "action_params": "", "type": "path" + ,"point_ext_params": {"monster_tag": "elite"} }, { "id": 11, @@ -157,6 +159,7 @@ "move_mode": "walk", "action_params": "", "type": "path" + ,"point_ext_params": {"monster_tag": "elite"} }, { "id": 17, diff --git a/repo/pathing/锄地专区/小怪2000@mno/1_1_蒙德/control.json5 b/repo/pathing/锄地专区/小怪2000@mno/1_1_蒙德/control.json5 new file mode 100644 index 00000000..cc15b2d4 --- /dev/null +++ b/repo/pathing/锄地专区/小怪2000@mno/1_1_蒙德/control.json5 @@ -0,0 +1,4 @@ +{ + "ref":".." +} + \ No newline at end of file diff --git a/repo/pathing/锄地专区/小怪2000@mno/1_2_璃月/2101璃月无妄坡西南.json b/repo/pathing/锄地专区/小怪2000@mno/1_2_璃月/2101璃月无妄坡西南.json index b8becc61..8778a7ad 100644 --- a/repo/pathing/锄地专区/小怪2000@mno/1_2_璃月/2101璃月无妄坡西南.json +++ b/repo/pathing/锄地专区/小怪2000@mno/1_2_璃月/2101璃月无妄坡西南.json @@ -13,6 +13,7 @@ "links": "https://github.com/Bedrockx" } ] + ,"enable_monster_loot_split": true }, "positions": [ { @@ -266,6 +267,7 @@ "move_mode": "dash", "action_params": "", "type": "path" + ,"point_ext_params": {"monster_tag": "elite"} }, { "id": 29, @@ -331,6 +333,7 @@ "move_mode": "dash", "action_params": "", "type": "path" + ,"point_ext_params": {"monster_tag": "elite"} }, { "id": 36, diff --git a/repo/pathing/锄地专区/小怪2000@mno/1_2_璃月/2202璃月瑶光滩西北.json b/repo/pathing/锄地专区/小怪2000@mno/1_2_璃月/2202璃月瑶光滩西北.json index 2f4ef8c5..c83600f1 100644 --- a/repo/pathing/锄地专区/小怪2000@mno/1_2_璃月/2202璃月瑶光滩西北.json +++ b/repo/pathing/锄地专区/小怪2000@mno/1_2_璃月/2202璃月瑶光滩西北.json @@ -12,6 +12,7 @@ "links": "https://github.com/Bedrockx" } ] + ,"enable_monster_loot_split": true }, "positions": [ { @@ -103,6 +104,7 @@ "move_mode": "dash", "action_params": "", "type": "path" + ,"point_ext_params": {"monster_tag": "elite"} }, { "id": 11, @@ -166,6 +168,7 @@ "move_mode": "dash", "action_params": "", "type": "path" + ,"point_ext_params": {"monster_tag": "elite"} }, { "id": 18, @@ -229,6 +232,7 @@ "move_mode": "dash", "action_params": "", "type": "path" + ,"point_ext_params": {"monster_tag": "elite"} }, { "id": 25, diff --git a/repo/pathing/锄地专区/小怪2000@mno/1_2_璃月/2303璃月琥牢山.json b/repo/pathing/锄地专区/小怪2000@mno/1_2_璃月/2303璃月琥牢山.json index ea3143ed..e017dcdb 100644 --- a/repo/pathing/锄地专区/小怪2000@mno/1_2_璃月/2303璃月琥牢山.json +++ b/repo/pathing/锄地专区/小怪2000@mno/1_2_璃月/2303璃月琥牢山.json @@ -12,6 +12,7 @@ "links": "https://github.com/Bedrockx" } ] + ,"enable_monster_loot_split": true }, "positions": [ { @@ -40,6 +41,7 @@ "move_mode": "walk", "action_params": "", "type": "path" + ,"point_ext_params": {"monster_tag": "elite"} }, { "id": 4, diff --git a/repo/pathing/锄地专区/小怪2000@mno/1_2_璃月/2502璃月群玉阁西.json b/repo/pathing/锄地专区/小怪2000@mno/1_2_璃月/2502璃月群玉阁西.json index ccdb6b62..53d2b3b3 100644 --- a/repo/pathing/锄地专区/小怪2000@mno/1_2_璃月/2502璃月群玉阁西.json +++ b/repo/pathing/锄地专区/小怪2000@mno/1_2_璃月/2502璃月群玉阁西.json @@ -12,6 +12,7 @@ "links": "https://github.com/Bedrockx" } ] + ,"enable_monster_loot_split": true }, "positions": [ { @@ -175,6 +176,7 @@ "move_mode": "dash", "action_params": "", "type": "path" + ,"point_ext_params": {"monster_tag": "elite"} }, { "id": 19, @@ -220,6 +222,7 @@ "move_mode": "walk", "action_params": "", "type": "path" + ,"point_ext_params": {"monster_tag": "elite"} }, { "id": 24, diff --git a/repo/pathing/锄地专区/小怪2000@mno/1_2_璃月/2601(水免)璃月港东北.json b/repo/pathing/锄地专区/小怪2000@mno/1_2_璃月/2601(水免)璃月港东北.json index 9ffe8fcf..f976cfae 100644 --- a/repo/pathing/锄地专区/小怪2000@mno/1_2_璃月/2601(水免)璃月港东北.json +++ b/repo/pathing/锄地专区/小怪2000@mno/1_2_璃月/2601(水免)璃月港东北.json @@ -12,6 +12,7 @@ "links": "https://github.com/Bedrockx" } ] + ,"enable_monster_loot_split": true }, "positions": [ { @@ -40,6 +41,7 @@ "move_mode": "dash", "action_params": "", "type": "path" + ,"point_ext_params": {"monster_tag": "elite"} }, { "id": 4, @@ -130,6 +132,7 @@ "move_mode": "walk", "action_params": "", "type": "path" + ,"point_ext_params": {"monster_tag": "elite"} }, { "id": 14, diff --git a/repo/pathing/锄地专区/小怪2000@mno/1_2_璃月/control.json5 b/repo/pathing/锄地专区/小怪2000@mno/1_2_璃月/control.json5 new file mode 100644 index 00000000..cc15b2d4 --- /dev/null +++ b/repo/pathing/锄地专区/小怪2000@mno/1_2_璃月/control.json5 @@ -0,0 +1,4 @@ +{ + "ref":".." +} + \ No newline at end of file diff --git a/repo/pathing/锄地专区/小怪2000@mno/1_3_稻妻/3101(高危)稻妻白狐之野南.json b/repo/pathing/锄地专区/小怪2000@mno/1_3_稻妻/3101(高危)稻妻白狐之野南.json index fc8ceb64..e12a21e7 100644 --- a/repo/pathing/锄地专区/小怪2000@mno/1_3_稻妻/3101(高危)稻妻白狐之野南.json +++ b/repo/pathing/锄地专区/小怪2000@mno/1_3_稻妻/3101(高危)稻妻白狐之野南.json @@ -12,6 +12,7 @@ "links": "https://github.com/Bedrockx" } ] + ,"enable_monster_loot_split": true }, "positions": [ { @@ -112,6 +113,7 @@ "move_mode": "dash", "action_params": "", "type": "path" + ,"point_ext_params": {"monster_tag": "elite"} }, { "id": 12, diff --git a/repo/pathing/锄地专区/小怪2000@mno/1_3_稻妻/3107稻妻绀田村.json b/repo/pathing/锄地专区/小怪2000@mno/1_3_稻妻/3107稻妻绀田村.json index 70898e36..3a16cca6 100644 --- a/repo/pathing/锄地专区/小怪2000@mno/1_3_稻妻/3107稻妻绀田村.json +++ b/repo/pathing/锄地专区/小怪2000@mno/1_3_稻妻/3107稻妻绀田村.json @@ -12,6 +12,7 @@ "links": "https://github.com/Bedrockx" } ] + ,"enable_monster_loot_split": true }, "positions": [ { @@ -103,6 +104,7 @@ "move_mode": "dash", "action_params": "", "type": "path" + ,"point_ext_params": {"monster_tag": "elite"} }, { "id": 11, diff --git a/repo/pathing/锄地专区/小怪2000@mno/1_3_稻妻/3201稻妻九条阵屋.json b/repo/pathing/锄地专区/小怪2000@mno/1_3_稻妻/3201稻妻九条阵屋.json index e9305f25..cd1a633c 100644 --- a/repo/pathing/锄地专区/小怪2000@mno/1_3_稻妻/3201稻妻九条阵屋.json +++ b/repo/pathing/锄地专区/小怪2000@mno/1_3_稻妻/3201稻妻九条阵屋.json @@ -12,6 +12,7 @@ "links": "https://github.com/Bedrockx" } ] + ,"enable_monster_loot_split": true }, "positions": [ { @@ -175,6 +176,7 @@ "move_mode": "dash", "action_params": "", "type": "path" + ,"enable_monster_loot_split": true }, { "id": 19, @@ -274,6 +276,7 @@ "move_mode": "dash", "action_params": "", "type": "path" + ,"enable_monster_loot_split": true }, { "id": 30, diff --git a/repo/pathing/锄地专区/小怪2000@mno/1_3_稻妻/3211稻妻名椎滩东.json b/repo/pathing/锄地专区/小怪2000@mno/1_3_稻妻/3211稻妻名椎滩东.json index 835a88b8..69fac319 100644 --- a/repo/pathing/锄地专区/小怪2000@mno/1_3_稻妻/3211稻妻名椎滩东.json +++ b/repo/pathing/锄地专区/小怪2000@mno/1_3_稻妻/3211稻妻名椎滩东.json @@ -12,6 +12,7 @@ "links": "https://github.com/Bedrockx" } ] + ,"enable_monster_loot_split": true }, "positions": [ { @@ -40,6 +41,7 @@ "move_mode": "walk", "action_params": "", "type": "path" + ,"point_ext_params": {"monster_tag": "elite"} }, { "id": 4, @@ -76,6 +78,7 @@ "move_mode": "walk", "action_params": "", "type": "path" + ,"point_ext_params": {"monster_tag": "elite"} }, { "id": 8, diff --git a/repo/pathing/锄地专区/小怪2000@mno/1_3_稻妻/3306稻妻藤兜砦西.json b/repo/pathing/锄地专区/小怪2000@mno/1_3_稻妻/3306稻妻藤兜砦西.json index 5a639647..6cbf27a8 100644 --- a/repo/pathing/锄地专区/小怪2000@mno/1_3_稻妻/3306稻妻藤兜砦西.json +++ b/repo/pathing/锄地专区/小怪2000@mno/1_3_稻妻/3306稻妻藤兜砦西.json @@ -12,6 +12,7 @@ "links": "https://github.com/Bedrockx" } ] + ,"enable_monster_loot_split": true }, "positions": [ { @@ -31,6 +32,7 @@ "move_mode": "dash", "action_params": "", "type": "path" + ,"point_ext_params": {"monster_tag": "elite"} }, { "id": 3, diff --git a/repo/pathing/锄地专区/小怪2000@mno/1_3_稻妻/3506稻妻大日御舆西.json b/repo/pathing/锄地专区/小怪2000@mno/1_3_稻妻/3506稻妻大日御舆西.json index 902a6cc5..4e6abc26 100644 --- a/repo/pathing/锄地专区/小怪2000@mno/1_3_稻妻/3506稻妻大日御舆西.json +++ b/repo/pathing/锄地专区/小怪2000@mno/1_3_稻妻/3506稻妻大日御舆西.json @@ -13,6 +13,7 @@ "links": "https://github.com/Bedrockx" } ] + ,"enable_monster_loot_split": true }, "positions": [ { @@ -51,6 +52,7 @@ "move_mode": "walk", "action": "fight", "action_params": "" + ,"point_ext_params": {"monster_tag": "elite"} }, { "id": 5, diff --git a/repo/pathing/锄地专区/小怪2000@mno/1_3_稻妻/3607稻妻大日御舆南.json b/repo/pathing/锄地专区/小怪2000@mno/1_3_稻妻/3607稻妻大日御舆南.json index b3ba4a5e..a8dd92ec 100644 --- a/repo/pathing/锄地专区/小怪2000@mno/1_3_稻妻/3607稻妻大日御舆南.json +++ b/repo/pathing/锄地专区/小怪2000@mno/1_3_稻妻/3607稻妻大日御舆南.json @@ -13,6 +13,7 @@ "links": "https://github.com/Bedrockx" } ] + ,"enable_monster_loot_split": true }, "positions": [ { diff --git a/repo/pathing/锄地专区/小怪2000@mno/1_3_稻妻/control.json5 b/repo/pathing/锄地专区/小怪2000@mno/1_3_稻妻/control.json5 new file mode 100644 index 00000000..cc15b2d4 --- /dev/null +++ b/repo/pathing/锄地专区/小怪2000@mno/1_3_稻妻/control.json5 @@ -0,0 +1,4 @@ +{ + "ref":".." +} + \ No newline at end of file diff --git a/repo/pathing/锄地专区/小怪2000@mno/1_4_须弥/4101(高危)须弥二净甸.json b/repo/pathing/锄地专区/小怪2000@mno/1_4_须弥/4101(高危)须弥二净甸.json index ad81aa4c..7ebbc18e 100644 --- a/repo/pathing/锄地专区/小怪2000@mno/1_4_须弥/4101(高危)须弥二净甸.json +++ b/repo/pathing/锄地专区/小怪2000@mno/1_4_须弥/4101(高危)须弥二净甸.json @@ -12,6 +12,7 @@ "links": "https://github.com/Bedrockx" } ] + ,"enable_monster_loot_split": true }, "positions": [ { @@ -157,6 +158,7 @@ "move_mode": "dash", "action_params": "", "type": "path" + ,"point_ext_params": {"monster_tag": "elite"} }, { "id": 17, @@ -292,6 +294,7 @@ "move_mode": "dash", "action_params": "", "type": "path" + ,"point_ext_params": {"monster_tag": "elite"} }, { "id": 32, diff --git a/repo/pathing/锄地专区/小怪2000@mno/1_4_须弥/control.json5 b/repo/pathing/锄地专区/小怪2000@mno/1_4_须弥/control.json5 new file mode 100644 index 00000000..cc15b2d4 --- /dev/null +++ b/repo/pathing/锄地专区/小怪2000@mno/1_4_须弥/control.json5 @@ -0,0 +1,4 @@ +{ + "ref":".." +} + \ No newline at end of file diff --git a/repo/pathing/锄地专区/小怪2000@mno/1_5_枫丹/5102枫丹廷北.json b/repo/pathing/锄地专区/小怪2000@mno/1_5_枫丹/5102枫丹廷北.json index 413ff901..ab72874d 100644 --- a/repo/pathing/锄地专区/小怪2000@mno/1_5_枫丹/5102枫丹廷北.json +++ b/repo/pathing/锄地专区/小怪2000@mno/1_5_枫丹/5102枫丹廷北.json @@ -12,6 +12,7 @@ "links": "https://github.com/Bedrockx" } ] + ,"enable_monster_loot_split": true }, "positions": [ { @@ -67,6 +68,7 @@ "move_mode": "dash", "action_params": "", "type": "orientation" + ,"point_ext_params": {"monster_tag": "elite"} }, { "id": 7, diff --git a/repo/pathing/锄地专区/小怪2000@mno/1_5_枫丹/5201枫丹优兰湖西.json b/repo/pathing/锄地专区/小怪2000@mno/1_5_枫丹/5201枫丹优兰湖西.json index b57014d0..3c66651c 100644 --- a/repo/pathing/锄地专区/小怪2000@mno/1_5_枫丹/5201枫丹优兰湖西.json +++ b/repo/pathing/锄地专区/小怪2000@mno/1_5_枫丹/5201枫丹优兰湖西.json @@ -12,6 +12,7 @@ "links": "https://github.com/Bedrockx" } ] + ,"enable_monster_loot_split": true }, "positions": [ { @@ -67,6 +68,7 @@ "move_mode": "walk", "action_params": "", "type": "path" + ,"point_ext_params": {"monster_tag": "elite"} }, { "id": 7, @@ -121,6 +123,7 @@ "move_mode": "dash", "action_params": "", "type": "path" + ,"point_ext_params": {"monster_tag": "elite"} }, { "id": 13, diff --git a/repo/pathing/锄地专区/小怪2000@mno/1_5_枫丹/5207枫丹柔灯港北.json b/repo/pathing/锄地专区/小怪2000@mno/1_5_枫丹/5207枫丹柔灯港北.json index 4caff981..1f14badf 100644 --- a/repo/pathing/锄地专区/小怪2000@mno/1_5_枫丹/5207枫丹柔灯港北.json +++ b/repo/pathing/锄地专区/小怪2000@mno/1_5_枫丹/5207枫丹柔灯港北.json @@ -12,6 +12,7 @@ "links": "https://github.com/Bedrockx" } ] + ,"enable_monster_loot_split": true }, "positions": [ { @@ -202,6 +203,7 @@ "move_mode": "walk", "action_params": "", "type": "path" + ,"point_ext_params": {"monster_tag": "elite"} }, { "id": 22, diff --git a/repo/pathing/锄地专区/小怪2000@mno/1_5_枫丹/5208枫丹幽林东北.json b/repo/pathing/锄地专区/小怪2000@mno/1_5_枫丹/5208枫丹幽林东北.json index 5dbe6465..48890ec7 100644 --- a/repo/pathing/锄地专区/小怪2000@mno/1_5_枫丹/5208枫丹幽林东北.json +++ b/repo/pathing/锄地专区/小怪2000@mno/1_5_枫丹/5208枫丹幽林东北.json @@ -12,6 +12,7 @@ "links": "https://github.com/Bedrockx" } ] + ,"enable_monster_loot_split": true }, "positions": [ { @@ -49,6 +50,7 @@ "move_mode": "walk", "action_params": "", "type": "path" + ,"point_ext_params": {"monster_tag": "elite"} }, { "id": 5, diff --git a/repo/pathing/锄地专区/小怪2000@mno/1_5_枫丹/5608枫丹新科学院.json b/repo/pathing/锄地专区/小怪2000@mno/1_5_枫丹/5608枫丹新科学院.json index ed38c8a7..12ea6995 100644 --- a/repo/pathing/锄地专区/小怪2000@mno/1_5_枫丹/5608枫丹新科学院.json +++ b/repo/pathing/锄地专区/小怪2000@mno/1_5_枫丹/5608枫丹新科学院.json @@ -12,6 +12,7 @@ "links": "https://github.com/Bedrockx" } ] + ,"enable_monster_loot_split": true }, "positions": [ { @@ -211,6 +212,7 @@ "move_mode": "walk", "action_params": "", "type": "path" + ,"point_ext_params": {"monster_tag": "elite"} }, { "id": 23, diff --git a/repo/pathing/锄地专区/小怪2000@mno/1_5_枫丹/control.json5 b/repo/pathing/锄地专区/小怪2000@mno/1_5_枫丹/control.json5 new file mode 100644 index 00000000..cc15b2d4 --- /dev/null +++ b/repo/pathing/锄地专区/小怪2000@mno/1_5_枫丹/control.json5 @@ -0,0 +1,4 @@ +{ + "ref":".." +} + \ No newline at end of file diff --git a/repo/pathing/锄地专区/小怪2000@mno/control.json5 b/repo/pathing/锄地专区/小怪2000@mno/control.json5 new file mode 100644 index 00000000..15495af4 --- /dev/null +++ b/repo/pathing/锄地专区/小怪2000@mno/control.json5 @@ -0,0 +1,1960 @@ +{ + "global_cover": { + "farming_info": { + "allow_farming_count": true, + "primary_target": "normal" + } + }, + "json_list": [ + { + "name": "6101--纳塔_镜璧山_西海岸1_(8-13)", + "cover": { + "info": { + "enable_monster_loot_split": true + }, + "farming_info": { + "normal_mob_count": 6, + "elite_mob_count": 0, + "duration_seconds": 204.0, + "elite_details": "", + "total_mora": 270 + } + } + }, + { + "name": "6102--纳塔_镜璧山_西海岸2_(8-6)", + "cover": { + "info": { + "enable_monster_loot_split": true + }, + "farming_info": { + "normal_mob_count": 12, + "elite_mob_count": 0, + "duration_seconds": 300.0, + "elite_details": "", + "total_mora": 691 + } + } + }, + { + "name": "6103--纳塔_镜璧山_西海岸3_(5-3)", + "cover": { + "info": { + "enable_monster_loot_split": true + }, + "farming_info": { + "normal_mob_count": 7, + "elite_mob_count": 0, + "duration_seconds": 133.0, + "elite_details": "", + "total_mora": 465 + } + } + }, + { + "name": "6104--纳塔_镜璧山_中部1_(8-6)", + "cover": { + "info": { + "enable_monster_loot_split": true + }, + "farming_info": { + "normal_mob_count": 15, + "elite_mob_count": 0, + "duration_seconds": 338.0, + "elite_details": "", + "total_mora": 977 + } + } + }, + { + "name": "6105--纳塔_镜璧山_神像1_(4-0)", + "cover": { + "info": { + "enable_monster_loot_split": true + }, + "farming_info": { + "normal_mob_count": 3, + "elite_mob_count": 0, + "duration_seconds": 65.0, + "elite_details": "", + "total_mora": 256 + } + } + }, + { + "name": "6106--纳塔_镜璧山_中部2", + "cover": { + "info": { + "enable_monster_loot_split": true + }, + "farming_info": { + "normal_mob_count": 13, + "elite_mob_count": 0, + "duration_seconds": 181.0, + "elite_details": "", + "total_mora": 776 + } + } + }, + { + "name": "6107--纳塔_镜璧山_神像2_(9-6)", + "cover": { + "info": { + "enable_monster_loot_split": true + }, + "farming_info": { + "normal_mob_count": 15, + "elite_mob_count": 0, + "duration_seconds": 243.0, + "elite_details": "", + "total_mora": 949 + } + } + }, + { + "name": "6201--纳塔_奥奇_西北海岸_(8-1)", + "cover": { + "info": { + "enable_monster_loot_split": true + }, + "farming_info": { + "normal_mob_count": 12, + "elite_mob_count": 0, + "duration_seconds": 295.0, + "elite_details": "", + "total_mora": 739 + } + } + }, + { + "name": "6203--纳塔_奥奇_中层悬崖_11-2)", + "cover": { + "info": {}, + "farming_info": { + "normal_mob_count": 12, + "elite_mob_count": 1, + "duration_seconds": 375.0, + "elite_details": "200*1", + "total_mora": 1110 + } + } + }, + { + "name": "6204--纳塔_奥奇_神像_(7-1)", + "cover": { + "info": { + "enable_monster_loot_split": true + }, + "farming_info": { + "normal_mob_count": 8, + "elite_mob_count": 0, + "duration_seconds": 154.0, + "elite_details": "", + "total_mora": 563 + } + } + }, + { + "name": "6205--纳塔_奥奇_东北岛屿_(5-1)", + "cover": { + "info": { + "enable_monster_loot_split": true + }, + "farming_info": { + "normal_mob_count": 6, + "elite_mob_count": 0, + "duration_seconds": 165.0, + "elite_details": "", + "total_mora": 421 + } + } + }, + { + "name": "6301--纳塔_翘枝崖_神像_(8-3)", + "cover": { + "info": { + "enable_monster_loot_split": true + }, + "farming_info": { + "normal_mob_count": 11, + "elite_mob_count": 0, + "duration_seconds": 255.0, + "elite_details": "", + "total_mora": 758 + } + } + }, + { + "name": "6302--纳塔_翘枝崖_北海岸_(3-5)", + "cover": { + "info": { + "enable_monster_loot_split": true + }, + "farming_info": { + "normal_mob_count": 9, + "elite_mob_count": 0, + "duration_seconds": 164.0, + "elite_details": "", + "total_mora": 463 + } + } + }, + { + "name": "6303--纳塔_翘枝崖_花语会南_(3-6)", + "cover": { + "info": { + "enable_monster_loot_split": true + }, + "farming_info": { + "normal_mob_count": 9, + "elite_mob_count": 0, + "duration_seconds": 174.0, + "elite_details": "", + "total_mora": 526 + } + } + }, + { + "name": "6304--纳塔_翘枝崖_花语会南2_(3-9)", + "cover": { + "info": { + "enable_monster_loot_split": true + }, + "farming_info": { + "normal_mob_count": 10, + "elite_mob_count": 0, + "duration_seconds": 181.0, + "elite_details": "", + "total_mora": 562 + } + } + }, + { + "name": "6305--纳塔_翘枝崖_花语会南3_(4-4)", + "cover": { + "info": { + "enable_monster_loot_split": true + }, + "farming_info": { + "normal_mob_count": 8, + "elite_mob_count": 0, + "duration_seconds": 170.0, + "elite_details": "", + "total_mora": 457 + } + } + }, + { + "name": "6306--纳塔_翘枝崖_柴薪之丘_(11-18)", + "cover": { + "info": { + "enable_monster_loot_split": true + }, + "farming_info": { + "normal_mob_count": 15, + "elite_mob_count": 0, + "duration_seconds": 303.0, + "elite_details": "", + "total_mora": 801 + } + } + }, + { + "name": "6401--纳塔_万火之瓯_竞技场_(14-17)", + "cover": { + "info": { + "enable_monster_loot_split": true + }, + "farming_info": { + "normal_mob_count": 31, + "elite_mob_count": 0, + "duration_seconds": 407.0, + "elite_details": "", + "total_mora": 1874 + } + } + }, + { + "name": "6402--纳塔_万火之瓯_竞技场2_(3-4)", + "cover": { + "info": { + "enable_monster_loot_split": true + }, + "farming_info": { + "normal_mob_count": 7, + "elite_mob_count": 0, + "duration_seconds": 139.0, + "elite_details": "", + "total_mora": 362 + } + } + }, + { + "name": "6403--纳塔_万火之瓯_竞技场3_(4-3)", + "cover": { + "info": { + "enable_monster_loot_split": true + }, + "farming_info": { + "normal_mob_count": 3, + "elite_mob_count": 0, + "duration_seconds": 71.0, + "elite_details": "", + "total_mora": 166 + } + } + }, + { + "name": "6404--纳塔_万火之瓯_竞技场4_(12-11)", + "cover": { + "info": { + "enable_monster_loot_split": true + }, + "farming_info": { + "normal_mob_count": 23, + "elite_mob_count": 0, + "duration_seconds": 302.0, + "elite_details": "", + "total_mora": 1328 + } + } + }, + { + "name": "6406--纳塔_万火之瓯_悬木人_(6-6)", + "cover": { + "info": { + "enable_monster_loot_split": true + }, + "farming_info": { + "normal_mob_count": 11, + "elite_mob_count": 0, + "duration_seconds": 170.0, + "elite_details": "", + "total_mora": 719 + } + } + }, + { + "name": "6407--纳塔_万火之瓯_悬木人_(5-4)", + "cover": { + "info": { + "enable_monster_loot_split": true + }, + "farming_info": { + "normal_mob_count": 8, + "elite_mob_count": 0, + "duration_seconds": 147.0, + "elite_details": "", + "total_mora": 498 + } + } + }, + { + "name": "6501--纳塔_坚岩隘谷_硫晶支脉_(6-4)", + "cover": { + "info": { + "enable_monster_loot_split": true + }, + "farming_info": { + "normal_mob_count": 12, + "elite_mob_count": 0, + "duration_seconds": 246.0, + "elite_details": "", + "total_mora": 772 + } + } + }, + { + "name": "6502--纳塔_坚岩隘谷_硫晶支脉2_(4-9)", + "cover": { + "info": { + "enable_monster_loot_split": true + }, + "farming_info": { + "normal_mob_count": 13, + "elite_mob_count": 0, + "duration_seconds": 214.0, + "elite_details": "", + "total_mora": 673 + } + } + }, + { + "name": "6503--纳塔_坚岩隘谷_隆崛坡_(6-1)", + "cover": { + "info": { + "enable_monster_loot_split": true + }, + "farming_info": { + "normal_mob_count": 9, + "elite_mob_count": 0, + "duration_seconds": 201.0, + "elite_details": "", + "total_mora": 535 + } + } + }, + { + "name": "6504--纳塔_坚岩隘谷_硫晶支脉3_(16-13)", + "cover": { + "info": { + "enable_monster_loot_split": true + }, + "farming_info": { + "normal_mob_count": 4, + "elite_mob_count": 0, + "duration_seconds": 229.0, + "elite_details": "", + "total_mora": 262 + } + } + }, + { + "name": "6505--纳塔_坚岩隘谷_回声之子_(7-13)", + "cover": { + "info": { + "enable_monster_loot_split": true + }, + "farming_info": { + "normal_mob_count": 12, + "elite_mob_count": 0, + "duration_seconds": 198.0, + "elite_details": "", + "total_mora": 587 + } + } + }, + { + "name": "6506--纳塔_坚岩隘谷_回声之子_(8-9)", + "cover": { + "info": { + "enable_monster_loot_split": true + }, + "farming_info": { + "normal_mob_count": 17, + "elite_mob_count": 0, + "duration_seconds": 216.0, + "elite_details": "", + "total_mora": 1095 + } + } + }, + { + "name": "6507--纳塔_坚岩隘谷_中部河流_(15-9)", + "cover": { + "info": { + "enable_monster_loot_split": true + }, + "farming_info": { + "normal_mob_count": 26, + "elite_mob_count": 0, + "duration_seconds": 321.0, + "elite_details": "", + "total_mora": 1594 + } + } + }, + { + "name": "6508--纳塔_坚岩隘谷_硫晶支脉4_(6-2)", + "cover": { + "info": { + "enable_monster_loot_split": true + }, + "farming_info": { + "normal_mob_count": 8, + "elite_mob_count": 0, + "duration_seconds": 199.0, + "elite_details": "", + "total_mora": 616 + } + } + }, + { + "name": "6509--纳塔_坚岩隘谷_南侧崖壁_(5-5)", + "cover": { + "info": { + "enable_monster_loot_split": true + }, + "farming_info": { + "normal_mob_count": 9, + "elite_mob_count": 0, + "duration_seconds": 182.0, + "elite_details": "", + "total_mora": 554 + } + } + }, + { + "name": "6510--纳塔_坚岩隘谷_南侧崖壁_(8-13)", + "cover": { + "info": { + "enable_monster_loot_split": true + }, + "farming_info": { + "normal_mob_count": 16, + "elite_mob_count": 0, + "duration_seconds": 268.0, + "elite_details": "", + "total_mora": 961 + } + } + }, + { + "name": "6511--纳塔_坚岩隘谷_隆崛坡2_(2-3)", + "cover": { + "info": { + "enable_monster_loot_split": true + }, + "farming_info": { + "normal_mob_count": 5, + "elite_mob_count": 0, + "duration_seconds": 107.0, + "elite_details": "", + "total_mora": 312 + } + } + }, + { + "name": "6601--纳塔_涌流地_北侧山脉_(2-4)", + "cover": { + "info": { + "enable_monster_loot_split": true + }, + "farming_info": { + "normal_mob_count": 6, + "elite_mob_count": 0, + "duration_seconds": 62.0, + "elite_details": "", + "total_mora": 300 + } + } + }, + { + "name": "6602--纳塔_涌流地_北侧山脉2_(11-7)", + "cover": { + "info": {}, + "farming_info": { + "normal_mob_count": 26, + "elite_mob_count": 1, + "duration_seconds": 585.0, + "elite_details": "200*1", + "total_mora": 1656 + } + } + }, + { + "name": "6603--纳塔_涌流地_秘境西侧_(2-7)", + "cover": { + "info": { + "enable_monster_loot_split": true + }, + "farming_info": { + "normal_mob_count": 9, + "elite_mob_count": 0, + "duration_seconds": 140.0, + "elite_details": "", + "total_mora": 447 + } + } + }, + { + "name": "6604--纳塔_涌流地_秘境南侧_(2-7)", + "cover": { + "info": { + "enable_monster_loot_split": true + }, + "farming_info": { + "normal_mob_count": 14, + "elite_mob_count": 0, + "duration_seconds": 184.0, + "elite_details": "", + "total_mora": 712 + } + } + }, + { + "name": "6605--纳塔_涌流地_溶水域_(6-0)", + "cover": { + "info": { + "enable_monster_loot_split": true + }, + "farming_info": { + "normal_mob_count": 3, + "elite_mob_count": 0, + "duration_seconds": 120.0, + "elite_details": "", + "total_mora": 218 + } + } + }, + { + "name": "6606--纳塔_涌流地_溶水域2_(4-3)", + "cover": { + "info": { + "enable_monster_loot_split": true + }, + "farming_info": { + "normal_mob_count": 7, + "elite_mob_count": 0, + "duration_seconds": 116.0, + "elite_details": "", + "total_mora": 403 + } + } + }, + { + "name": "6607--纳塔_涌流地_溶水域3_(11-5)", + "cover": { + "info": { + "enable_monster_loot_split": true + }, + "farming_info": { + "normal_mob_count": 14, + "elite_mob_count": 0, + "duration_seconds": 223.0, + "elite_details": "", + "total_mora": 776 + } + } + }, + { + "name": "6608--纳塔_涌流地_溶水域4_(2-3)", + "cover": { + "info": { + "enable_monster_loot_split": true + }, + "farming_info": { + "normal_mob_count": 5, + "elite_mob_count": 0, + "duration_seconds": 112.0, + "elite_details": "", + "total_mora": 280 + } + } + }, + { + "name": "6609--纳塔_涌流地_南侧小岛_(5-8)", + "cover": { + "info": { + "enable_monster_loot_split": true + }, + "farming_info": { + "normal_mob_count": 8, + "elite_mob_count": 0, + "duration_seconds": 137.0, + "elite_details": "", + "total_mora": 520 + } + } + }, + { + "name": "6610--纳塔_涌流地_东侧小岛_(10-14)", + "cover": { + "info": { + "enable_monster_loot_split": true + }, + "farming_info": { + "normal_mob_count": 18, + "elite_mob_count": 0, + "duration_seconds": 317.0, + "elite_details": "", + "total_mora": 1091 + } + } + }, + { + "name": "6611--纳塔_涌流地_中央神像_(9-8)", + "cover": { + "info": { + "enable_monster_loot_split": true + }, + "farming_info": { + "normal_mob_count": 14, + "elite_mob_count": 0, + "duration_seconds": 222.0, + "elite_details": "", + "total_mora": 835 + } + } + }, + { + "name": "6701--纳塔_踞石山_庙宇北侧_(3-5)", + "cover": { + "info": { + "enable_monster_loot_split": true + }, + "farming_info": { + "normal_mob_count": 8, + "elite_mob_count": 0, + "duration_seconds": 140.0, + "elite_details": "", + "total_mora": 428 + } + } + }, + { + "name": "6703--纳塔_踞石山_北侧主峰_(10-9)", + "cover": { + "info": {}, + "farming_info": { + "normal_mob_count": 14, + "elite_mob_count": 1, + "duration_seconds": 399.0, + "elite_details": "200*1", + "total_mora": 991 + } + } + }, + { + "name": "6704--纳塔_踞石山_东侧海边_(3-7)", + "cover": { + "info": { + "enable_monster_loot_split": true + }, + "farming_info": { + "normal_mob_count": 10, + "elite_mob_count": 0, + "duration_seconds": 100.0, + "elite_details": "", + "total_mora": 499 + } + } + }, + { + "name": "6706--纳塔_踞石山_彩石顶2_(7-16)", + "cover": { + "info": {}, + "farming_info": { + "normal_mob_count": 20, + "elite_mob_count": 1, + "duration_seconds": 463.0, + "elite_details": "200*1", + "total_mora": 1156 + } + } + }, + { + "name": "6707--纳塔_踞石山_庙宇_(9-11)", + "cover": { + "info": { + "enable_monster_loot_split": true + }, + "farming_info": { + "normal_mob_count": 19, + "elite_mob_count": 0, + "duration_seconds": 340.0, + "elite_details": "", + "total_mora": 1129 + } + } + }, + { + "name": "6708--纳塔_踞石山_彩石顶3_(6-9)", + "cover": { + "info": { + "enable_monster_loot_split": true + }, + "farming_info": { + "normal_mob_count": 14, + "elite_mob_count": 0, + "duration_seconds": 204.0, + "elite_details": "", + "total_mora": 700 + } + } + }, + { + "name": "6801--纳塔_安饶之野_镜壁山东南_(20)", + "cover": { + "info": {}, + "farming_info": { + "normal_mob_count": 17, + "elite_mob_count": 1, + "duration_seconds": 459.0, + "elite_details": "200*1", + "total_mora": 1252 + } + } + }, + { + "name": "6802--纳塔_安饶之野_镜壁山西南_(23)", + "cover": { + "info": { + "enable_monster_loot_split": true + }, + "farming_info": { + "normal_mob_count": 23, + "elite_mob_count": 0, + "duration_seconds": 431.0, + "elite_details": "", + "total_mora": 1746 + } + } + }, + { + "name": "6803--纳塔_熔岩辉龙像东南_(5)", + "cover": { + "info": { + "enable_monster_loot_split": true + }, + "farming_info": { + "normal_mob_count": 5, + "elite_mob_count": 0, + "duration_seconds": 244.0, + "elite_details": "", + "total_mora": 421 + } + } + }, + { + "name": "6804--纳塔_安饶之野东北海岸_(8)", + "cover": { + "info": { + "enable_monster_loot_split": true + }, + "farming_info": { + "normal_mob_count": 3, + "elite_mob_count": 0, + "duration_seconds": 206.0, + "elite_details": "", + "total_mora": 264 + } + } + }, + { + "name": "6805--纳塔_安饶之野东岩浆池_(5)", + "cover": { + "info": { + "enable_monster_loot_split": true + }, + "farming_info": { + "normal_mob_count": 6, + "elite_mob_count": 0, + "duration_seconds": 87.0, + "elite_details": "", + "total_mora": 316 + } + } + }, + { + "name": "6806--纳塔_安饶之野东斜坡_(16)", + "cover": { + "info": { + "enable_monster_loot_split": true + }, + "farming_info": { + "normal_mob_count": 14, + "elite_mob_count": 0, + "duration_seconds": 204.0, + "elite_details": "", + "total_mora": 775 + } + } + }, + { + "name": "6807--纳塔_安饶之野神像_(8)", + "cover": { + "info": { + "enable_monster_loot_split": true + }, + "farming_info": { + "normal_mob_count": 8, + "elite_mob_count": 0, + "duration_seconds": 136.0, + "elite_details": "", + "total_mora": 467 + } + } + }, + { + "name": "6808--纳塔_安饶之野_沃陆之邦北小岛_(14)", + "cover": { + "info": { + "enable_monster_loot_split": true + }, + "farming_info": { + "normal_mob_count": 10, + "elite_mob_count": 0, + "duration_seconds": 229.0, + "elite_details": "", + "total_mora": 571 + } + } + }, + { + "name": "6809--纳塔_安饶之野_石火坠陨处_(12)", + "cover": { + "info": { + "enable_monster_loot_split": true + }, + "farming_info": { + "normal_mob_count": 11, + "elite_mob_count": 0, + "duration_seconds": 113.0, + "elite_details": "", + "total_mora": 569 + } + } + }, + { + "name": "6810--纳塔_安饶之野西南_(21)", + "cover": { + "info": { + "enable_monster_loot_split": true + }, + "farming_info": { + "normal_mob_count": 19, + "elite_mob_count": 0, + "duration_seconds": 397.0, + "elite_details": "", + "total_mora": 1248 + } + } + }, + { + "name": "6811--纳塔_安饶之野_荒废弃造坞_(10)", + "cover": { + "info": { + "enable_monster_loot_split": true + }, + "farming_info": { + "normal_mob_count": 9, + "elite_mob_count": 0, + "duration_seconds": 198.0, + "elite_details": "", + "total_mora": 449 + } + } + }, + { + "name": "6812--纳塔_安饶之野_孑遗的留迹东南_(20)", + "cover": { + "info": { + "enable_monster_loot_split": true + }, + "farming_info": { + "normal_mob_count": 19, + "elite_mob_count": 0, + "duration_seconds": 304.0, + "elite_details": "", + "total_mora": 832 + } + } + }, + { + "name": "6813--纳塔_安饶之野西北_(8)", + "cover": { + "info": { + "enable_monster_loot_split": true + }, + "farming_info": { + "normal_mob_count": 8, + "elite_mob_count": 0, + "duration_seconds": 139.0, + "elite_details": "", + "total_mora": 426 + } + } + }, + { + "name": "5102枫丹廷北", + "cover": { + "info": { + "enable_monster_loot_split": true + }, + "farming_info": { + "normal_mob_count": 16, + "elite_mob_count": 0, + "duration_seconds": 358.0, + "elite_details": "", + "total_mora": 804 + } + } + }, + { + "name": "5201枫丹优兰湖西", + "cover": { + "info": { + "enable_monster_loot_split": true + }, + "farming_info": { + "normal_mob_count": 14, + "elite_mob_count": 0, + "duration_seconds": 291.0, + "elite_details": "", + "total_mora": 603 + } + } + }, + { + "name": "5203枫丹垂柳东南", + "cover": { + "info": { + "enable_monster_loot_split": true + }, + "farming_info": { + "normal_mob_count": 12, + "elite_mob_count": 0, + "duration_seconds": 154.0, + "elite_details": "", + "total_mora": 486 + } + } + }, + { + "name": "5204(水免)枫丹垂柳东南", + "cover": { + "info": { + "enable_monster_loot_split": true + }, + "farming_info": { + "normal_mob_count": 11, + "elite_mob_count": 0, + "duration_seconds": 121.0, + "elite_details": "", + "total_mora": 529 + } + } + }, + { + "name": "5207枫丹柔灯港北", + "cover": { + "info": { + "enable_monster_loot_split": true + }, + "farming_info": { + "normal_mob_count": 13, + "elite_mob_count": 0, + "duration_seconds": 302.0, + "elite_details": "", + "total_mora": 541 + } + } + }, + { + "name": "5208枫丹幽林东北", + "cover": { + "info": { + "enable_monster_loot_split": true + }, + "farming_info": { + "normal_mob_count": 11, + "elite_mob_count": 0, + "duration_seconds": 194.0, + "elite_details": "", + "total_mora": 442 + } + } + }, + { + "name": "5209枫丹露景泉东", + "cover": { + "info": { + "enable_monster_loot_split": true + }, + "farming_info": { + "normal_mob_count": 2, + "elite_mob_count": 0, + "duration_seconds": 98.0, + "elite_details": "", + "total_mora": 122 + } + } + }, + { + "name": "5210枫丹幽林东北", + "cover": { + "info": { + "enable_monster_loot_split": true + }, + "farming_info": { + "normal_mob_count": 9, + "elite_mob_count": 0, + "duration_seconds": 133.0, + "elite_details": "", + "total_mora": 337 + } + } + }, + { + "name": "5301枫丹卡布堡南", + "cover": { + "info": { + "enable_monster_loot_split": true + }, + "farming_info": { + "normal_mob_count": 10, + "elite_mob_count": 0, + "duration_seconds": 109.0, + "elite_details": "", + "total_mora": 396 + } + } + }, + { + "name": "5401枫丹秋分东南", + "cover": { + "info": { + "enable_monster_loot_split": true + }, + "farming_info": { + "normal_mob_count": 5, + "elite_mob_count": 0, + "duration_seconds": 70.0, + "elite_details": "", + "total_mora": 316 + } + } + }, + { + "name": "5501枫丹螃蟹西", + "cover": { + "info": { + "enable_monster_loot_split": true + }, + "farming_info": { + "normal_mob_count": 21, + "elite_mob_count": 0, + "duration_seconds": 345.0, + "elite_details": "", + "total_mora": 1026 + } + } + }, + { + "name": "5502枫丹苍晶南山峰西", + "cover": { + "info": { + "enable_monster_loot_split": true + }, + "farming_info": { + "normal_mob_count": 15, + "elite_mob_count": 0, + "duration_seconds": 325.0, + "elite_details": "", + "total_mora": 690 + } + } + }, + { + "name": "5603枫丹场力北", + "cover": { + "info": { + "enable_monster_loot_split": true + }, + "farming_info": { + "normal_mob_count": 14, + "elite_mob_count": 0, + "duration_seconds": 302.0, + "elite_details": "", + "total_mora": 671 + } + } + }, + { + "name": "5608枫丹新科学院", + "cover": { + "info": { + "enable_monster_loot_split": true + }, + "farming_info": { + "normal_mob_count": 11, + "elite_mob_count": 0, + "duration_seconds": 428.0, + "elite_details": "", + "total_mora": 596 + } + } + }, + { + "name": "5609(高危)枫丹千年骏麟", + "cover": { + "info": { + "enable_monster_loot_split": true + }, + "farming_info": { + "normal_mob_count": 13, + "elite_mob_count": 0, + "duration_seconds": 231.0, + "elite_details": "", + "total_mora": 709 + } + } + }, + { + "name": "2101璃月无妄坡西南", + "cover": { + "info": { + "enable_monster_loot_split": true + }, + "farming_info": { + "normal_mob_count": 35, + "elite_mob_count": 0, + "duration_seconds": 549.0, + "elite_details": "", + "total_mora": 1914 + } + } + }, + { + "name": "2201璃月明蕴镇西北", + "cover": { + "info": { + "enable_monster_loot_split": true + }, + "farming_info": { + "normal_mob_count": 2, + "elite_mob_count": 0, + "duration_seconds": 55.0, + "elite_details": "", + "total_mora": 233 + } + } + }, + { + "name": "2202璃月瑶光滩西北", + "cover": { + "info": { + "enable_monster_loot_split": true + }, + "farming_info": { + "normal_mob_count": 20, + "elite_mob_count": 0, + "duration_seconds": 500.0, + "elite_details": "", + "total_mora": 1214 + } + } + }, + { + "name": "2301璃月太山府", + "cover": { + "info": { + "enable_monster_loot_split": true + }, + "farming_info": { + "normal_mob_count": 7, + "elite_mob_count": 0, + "duration_seconds": 54.0, + "elite_details": "", + "total_mora": 324 + } + } + }, + { + "name": "2302璃月珉林", + "cover": { + "info": { + "enable_monster_loot_split": true + }, + "farming_info": { + "normal_mob_count": 7, + "elite_mob_count": 0, + "duration_seconds": 54.0, + "elite_details": "", + "total_mora": 312 + } + } + }, + { + "name": "2303璃月琥牢山", + "cover": { + "info": { + "enable_monster_loot_split": true + }, + "farming_info": { + "normal_mob_count": 11, + "elite_mob_count": 0, + "duration_seconds": 212.0, + "elite_details": "", + "total_mora": 498 + } + } + }, + { + "name": "2401(高危)璃月地面矿区", + "cover": { + "info": { + "enable_monster_loot_split": true + }, + "farming_info": { + "normal_mob_count": 14, + "elite_mob_count": 0, + "duration_seconds": 173.0, + "elite_details": "", + "total_mora": 572 + } + } + }, + { + "name": "2501璃月遁玉陵", + "cover": { + "info": { + "enable_monster_loot_split": true + }, + "farming_info": { + "normal_mob_count": 14, + "elite_mob_count": 0, + "duration_seconds": 233.0, + "elite_details": "", + "total_mora": 971 + } + } + }, + { + "name": "2502璃月群玉阁西", + "cover": { + "info": { + "enable_monster_loot_split": true + }, + "farming_info": { + "normal_mob_count": 24, + "elite_mob_count": 0, + "duration_seconds": 423.0, + "elite_details": "", + "total_mora": 984 + } + } + }, + { + "name": "2601(水免)璃月港东北", + "cover": { + "info": { + "enable_monster_loot_split": true + }, + "farming_info": { + "normal_mob_count": 26, + "elite_mob_count": 0, + "duration_seconds": 631.0, + "elite_details": "", + "total_mora": 1422 + } + } + }, + { + "name": "2601地下水泽西南三飞萤", + "cover": { + "info": { + "enable_monster_loot_split": true + }, + "farming_info": { + "normal_mob_count": 3, + "elite_mob_count": 0, + "duration_seconds": 76.0, + "elite_details": "", + "total_mora": 401 + } + } + }, + { + "name": "2602层岩地下主矿道东", + "cover": { + "info": { + "enable_monster_loot_split": true + }, + "farming_info": { + "normal_mob_count": 5, + "elite_mob_count": 0, + "duration_seconds": 109.0, + "elite_details": "", + "total_mora": 206 + } + } + }, + { + "name": "2605璃月临时主矿道西", + "cover": { + "info": { + "enable_monster_loot_split": true + }, + "farming_info": { + "normal_mob_count": 5, + "elite_mob_count": 0, + "duration_seconds": 129.0, + "elite_details": "", + "total_mora": 297 + } + } + }, + { + "name": "2608璃月巨渊主矿区", + "cover": { + "info": { + "enable_monster_loot_split": true + }, + "farming_info": { + "normal_mob_count": 5, + "elite_mob_count": 0, + "duration_seconds": 191.0, + "elite_details": "", + "total_mora": 217 + } + } + }, + { + "name": "3101(高危)稻妻白狐之野南", + "cover": { + "info": { + "enable_monster_loot_split": true + }, + "farming_info": { + "normal_mob_count": 12, + "elite_mob_count": 0, + "duration_seconds": 179.0, + "elite_details": "", + "total_mora": 463 + } + } + }, + { + "name": "3102稻妻绀田村南", + "cover": { + "info": { + "enable_monster_loot_split": true + }, + "farming_info": { + "normal_mob_count": 16, + "elite_mob_count": 0, + "duration_seconds": 209.0, + "elite_details": "", + "total_mora": 637 + } + } + }, + { + "name": "3105(水免)稻妻镇守之森", + "cover": { + "info": { + "enable_monster_loot_split": true + }, + "farming_info": { + "normal_mob_count": 13, + "elite_mob_count": 0, + "duration_seconds": 168.0, + "elite_details": "", + "total_mora": 746 + } + } + }, + { + "name": "3106(水免)稻妻神里屋敷", + "cover": { + "info": { + "enable_monster_loot_split": true + }, + "farming_info": { + "normal_mob_count": 9, + "elite_mob_count": 0, + "duration_seconds": 230.0, + "elite_details": "", + "total_mora": 536 + } + } + }, + { + "name": "3107稻妻绀田村", + "cover": { + "info": { + "enable_monster_loot_split": true + }, + "farming_info": { + "normal_mob_count": 9, + "elite_mob_count": 0, + "duration_seconds": 175.0, + "elite_details": "", + "total_mora": 375 + } + } + }, + { + "name": "3108稻妻荒海南", + "cover": { + "info": { + "enable_monster_loot_split": true + }, + "farming_info": { + "normal_mob_count": 14, + "elite_mob_count": 0, + "duration_seconds": 231.0, + "elite_details": "", + "total_mora": 647 + } + } + }, + { + "name": "3201稻妻九条阵屋", + "cover": { + "info": { + "enable_monster_loot_split": true + }, + "farming_info": { + "normal_mob_count": 25, + "elite_mob_count": 0, + "duration_seconds": 492.0, + "elite_details": "", + "total_mora": 1177 + } + } + }, + { + "name": "3202稻妻踏鞴东北", + "cover": { + "info": { + "enable_monster_loot_split": true + }, + "farming_info": { + "normal_mob_count": 6, + "elite_mob_count": 0, + "duration_seconds": 54.0, + "elite_details": "", + "total_mora": 240 + } + } + }, + { + "name": "3204稻妻踏鞴神像2", + "cover": { + "info": { + "enable_monster_loot_split": true + }, + "farming_info": { + "normal_mob_count": 6, + "elite_mob_count": 0, + "duration_seconds": 117.0, + "elite_details": "", + "total_mora": 363 + } + } + }, + { + "name": "3205(高危)稻妻踏鞴反应炉东三骗骗花", + "cover": { + "info": { + "enable_monster_loot_split": true + }, + "farming_info": { + "normal_mob_count": 9, + "elite_mob_count": 0, + "duration_seconds": 136.0, + "elite_details": "", + "total_mora": 443 + } + } + }, + { + "name": "3207稻妻踏鞴浪船", + "cover": { + "info": { + "enable_monster_loot_split": true + }, + "farming_info": { + "normal_mob_count": 5, + "elite_mob_count": 0, + "duration_seconds": 87.0, + "elite_details": "", + "total_mora": 270 + } + } + }, + { + "name": "3208稻妻借景之馆", + "cover": { + "info": { + "enable_monster_loot_split": true + }, + "farming_info": { + "normal_mob_count": 4, + "elite_mob_count": 0, + "duration_seconds": 45.0, + "elite_details": "", + "total_mora": 216 + } + } + }, + { + "name": "3209稻妻踏鞴公义东南", + "cover": { + "info": { + "enable_monster_loot_split": true + }, + "farming_info": { + "normal_mob_count": 13, + "elite_mob_count": 0, + "duration_seconds": 196.0, + "elite_details": "", + "total_mora": 647 + } + } + }, + { + "name": "3210稻妻公义飞萤", + "cover": { + "info": { + "enable_monster_loot_split": true + }, + "farming_info": { + "normal_mob_count": 2, + "elite_mob_count": 0, + "duration_seconds": 54.0, + "elite_details": "", + "total_mora": 211 + } + } + }, + { + "name": "3211稻妻名椎滩东", + "cover": { + "info": { + "enable_monster_loot_split": true + }, + "farming_info": { + "normal_mob_count": 20, + "elite_mob_count": 0, + "duration_seconds": 378.0, + "elite_details": "", + "total_mora": 973 + } + } + }, + { + "name": "3212稻妻名椎滩西", + "cover": { + "info": { + "enable_monster_loot_split": true + }, + "farming_info": { + "normal_mob_count": 9, + "elite_mob_count": 0, + "duration_seconds": 102.0, + "elite_details": "", + "total_mora": 411 + } + } + }, + { + "name": "3301稻妻绯木村神像", + "cover": { + "info": { + "enable_monster_loot_split": true + }, + "farming_info": { + "normal_mob_count": 23, + "elite_mob_count": 0, + "duration_seconds": 310.0, + "elite_details": "", + "total_mora": 1093 + } + } + }, + { + "name": "3302稻妻蛇骨矿洞南", + "cover": { + "info": { + "enable_monster_loot_split": true + }, + "farming_info": { + "normal_mob_count": 4, + "elite_mob_count": 0, + "duration_seconds": 49.0, + "elite_details": "", + "total_mora": 168 + } + } + }, + { + "name": "3303(水免)稻妻剑鬼东2", + "cover": { + "info": { + "enable_monster_loot_split": true + }, + "farming_info": { + "normal_mob_count": 13, + "elite_mob_count": 0, + "duration_seconds": 162.0, + "elite_details": "", + "total_mora": 636 + } + } + }, + { + "name": "3304稻妻剑鬼东3", + "cover": { + "info": { + "enable_monster_loot_split": true + }, + "farming_info": { + "normal_mob_count": 11, + "elite_mob_count": 0, + "duration_seconds": 168.0, + "elite_details": "", + "total_mora": 442 + } + } + }, + { + "name": "3305稻妻剑鬼东1", + "cover": { + "info": { + "enable_monster_loot_split": true + }, + "farming_info": { + "normal_mob_count": 23, + "elite_mob_count": 0, + "duration_seconds": 298.0, + "elite_details": "", + "total_mora": 1104 + } + } + }, + { + "name": "3306稻妻藤兜砦西", + "cover": { + "info": { + "enable_monster_loot_split": true + }, + "farming_info": { + "normal_mob_count": 19, + "elite_mob_count": 0, + "duration_seconds": 389.0, + "elite_details": "", + "total_mora": 925 + } + } + }, + { + "name": "3501稻妻渊下蛇肠之路", + "cover": { + "info": { + "enable_monster_loot_split": true + }, + "farming_info": { + "normal_mob_count": 13, + "elite_mob_count": 0, + "duration_seconds": 197.0, + "elite_details": "", + "total_mora": 603 + } + } + }, + { + "name": "3502稻妻狭间之街西南", + "cover": { + "info": { + "enable_monster_loot_split": true + }, + "farming_info": { + "normal_mob_count": 7, + "elite_mob_count": 0, + "duration_seconds": 39.0, + "elite_details": "", + "total_mora": 288 + } + } + }, + { + "name": "3506稻妻大日御舆西", + "cover": { + "info": { + "enable_monster_loot_split": true + }, + "farming_info": { + "normal_mob_count": 8, + "elite_mob_count": 0, + "duration_seconds": 162.0, + "elite_details": "", + "total_mora": 356 + } + } + }, + { + "name": "3607稻妻大日御舆南", + "cover": { + "info": { + "enable_monster_loot_split": true + }, + "farming_info": { + "normal_mob_count": 4, + "elite_mob_count": 0, + "duration_seconds": 67.0, + "elite_details": "", + "total_mora": 166 + } + } + }, + { + "name": "3610稻妻大日御舆东", + "cover": { + "info": { + "enable_monster_loot_split": true + }, + "farming_info": { + "normal_mob_count": 6, + "elite_mob_count": 0, + "duration_seconds": 56.0, + "elite_details": "", + "total_mora": 235 + } + } + }, + { + "name": "3702稻妻鹤观东", + "cover": { + "info": { + "enable_monster_loot_split": true + }, + "farming_info": { + "normal_mob_count": 10, + "elite_mob_count": 0, + "duration_seconds": 166.0, + "elite_details": "", + "total_mora": 435 + } + } + }, + { + "name": "3803稻妻平海砦", + "cover": { + "info": { + "enable_monster_loot_split": true + }, + "farming_info": { + "normal_mob_count": 4, + "elite_mob_count": 0, + "duration_seconds": 69.0, + "elite_details": "", + "total_mora": 166 + } + } + }, + { + "name": "3804稻妻平海砦", + "cover": { + "info": { + "enable_monster_loot_split": true + }, + "farming_info": { + "normal_mob_count": 11, + "elite_mob_count": 0, + "duration_seconds": 204.0, + "elite_details": "", + "total_mora": 592 + } + } + }, + { + "name": "3805稻妻平海砦东", + "cover": { + "info": { + "enable_monster_loot_split": true + }, + "farming_info": { + "normal_mob_count": 8, + "elite_mob_count": 0, + "duration_seconds": 98.0, + "elite_details": "", + "total_mora": 299 + } + } + }, + { + "name": "3806稻妻平海砦南", + "cover": { + "info": { + "enable_monster_loot_split": true + }, + "farming_info": { + "normal_mob_count": 12, + "elite_mob_count": 0, + "duration_seconds": 167.0, + "elite_details": "", + "total_mora": 469 + } + } + }, + { + "name": "1101(1-23)蒙德望风角", + "cover": { + "info": { + "enable_monster_loot_split": true + }, + "farming_info": { + "normal_mob_count": 20, + "elite_mob_count": 0, + "duration_seconds": 358.0, + "elite_details": "", + "total_mora": 819 + } + } + }, + { + "name": "1103(0-22)蒙德望风山地", + "cover": { + "info": { + "enable_monster_loot_split": true + }, + "farming_info": { + "normal_mob_count": 23, + "elite_mob_count": 0, + "duration_seconds": 239.0, + "elite_details": "", + "total_mora": 1005 + } + } + }, + { + "name": "1104(0-18)蒙德千风西", + "cover": { + "info": { + "enable_monster_loot_split": true + }, + "farming_info": { + "normal_mob_count": 18, + "elite_mob_count": 0, + "duration_seconds": 190.0, + "elite_details": "", + "total_mora": 719 + } + } + }, + { + "name": "1202(1-27)蒙德奔狼领", + "cover": { + "info": {}, + "farming_info": { + "normal_mob_count": 26, + "elite_mob_count": 1, + "duration_seconds": 257.0, + "elite_details": "200*1", + "total_mora": 1305 + } + } + }, + { + "name": "1203(2-26)蒙德塞西莉亚苗圃", + "cover": { + "info": {}, + "farming_info": { + "normal_mob_count": 26, + "elite_mob_count": 2, + "duration_seconds": 361.0, + "elite_details": "200*2", + "total_mora": 1503 + } + } + }, + { + "name": "4101(高危)须弥二净甸", + "cover": { + "info": {}, + "farming_info": { + "normal_mob_count": 49, + "elite_mob_count": 2, + "duration_seconds": 821.0, + "elite_details": "200*2", + "total_mora": 2446 + } + } + } + ] +} + \ No newline at end of file diff --git a/repo/pathing/锄地专区/精英400@汐/0传奇/control.json5 b/repo/pathing/锄地专区/精英400@汐/0传奇/control.json5 new file mode 100644 index 00000000..cc15b2d4 --- /dev/null +++ b/repo/pathing/锄地专区/精英400@汐/0传奇/control.json5 @@ -0,0 +1,4 @@ +{ + "ref":".." +} + \ No newline at end of file diff --git a/repo/pathing/锄地专区/精英400@汐/1精英/control.json5 b/repo/pathing/锄地专区/精英400@汐/1精英/control.json5 new file mode 100644 index 00000000..cc15b2d4 --- /dev/null +++ b/repo/pathing/锄地专区/精英400@汐/1精英/control.json5 @@ -0,0 +1,4 @@ +{ + "ref":".." +} + \ No newline at end of file diff --git a/repo/pathing/锄地专区/精英400@汐/2收尾/control.json5 b/repo/pathing/锄地专区/精英400@汐/2收尾/control.json5 new file mode 100644 index 00000000..cc15b2d4 --- /dev/null +++ b/repo/pathing/锄地专区/精英400@汐/2收尾/control.json5 @@ -0,0 +1,4 @@ +{ + "ref":".." +} + \ No newline at end of file diff --git a/repo/pathing/锄地专区/精英400@汐/3低效/control.json5 b/repo/pathing/锄地专区/精英400@汐/3低效/control.json5 new file mode 100644 index 00000000..cc15b2d4 --- /dev/null +++ b/repo/pathing/锄地专区/精英400@汐/3低效/control.json5 @@ -0,0 +1,4 @@ +{ + "ref":".." +} + \ No newline at end of file diff --git a/repo/pathing/锄地专区/精英400@汐/control.json5 b/repo/pathing/锄地专区/精英400@汐/control.json5 new file mode 100644 index 00000000..f75e4ca4 --- /dev/null +++ b/repo/pathing/锄地专区/精英400@汐/control.json5 @@ -0,0 +1,1728 @@ +{ + "global_cover": { + "farming_info": { + "allow_farming_count": true, + "primary_target": "elite" + } + }, + "json_list": [ + { + "name": "001璃月沉玉谷南陵 传奇", + "cover": { + "farming_info": { + "normal_mob_count": 0.0, + "elite_mob_count": 4.0, + "duration_seconds": 300.0, + "elite_details": "1200*2", + "total_mora": 2400.0 + } + } + }, + { + "name": "002枫丹湖中垂柳拳王艾威尔森 传奇", + "cover": { + "farming_info": { + "normal_mob_count": 0.0, + "elite_mob_count": 3.0, + "duration_seconds": 300.0, + "elite_details": "3000", + "total_mora": 3000.0 + } + } + }, + { + "name": "101蒙德雪山(600_1,200_2)", + "cover": { + "farming_info": { + "normal_mob_count": 7.0, + "elite_mob_count": 3.0, + "duration_seconds": 117.0, + "elite_details": "600*1,200*2", + "total_mora": 1315.0 + } + } + }, + { + "name": "102蒙德雪山(600_1)", + "cover": { + "farming_info": { + "normal_mob_count": 3.0, + "elite_mob_count": 1.0, + "duration_seconds": 61.0, + "elite_details": "600*1", + "total_mora": 735.0 + } + } + }, + { + "name": "103蒙德雪山(600_2,200_4)", + "cover": { + "farming_info": { + "normal_mob_count": 6.0, + "elite_mob_count": 6.0, + "duration_seconds": 181.0, + "elite_details": "600*2,200*4", + "total_mora": 2270.0 + } + } + }, + { + "name": "104蒙德奔狼领(200_4)", + "cover": { + "farming_info": { + "normal_mob_count": 1.0, + "elite_mob_count": 4.0, + "duration_seconds": 51.0, + "elite_details": "200*4", + "total_mora": 845.0 + } + } + }, + { + "name": "105蒙德望风山地(200_1)", + "cover": { + "farming_info": { + "normal_mob_count": 7.0, + "elite_mob_count": 1.0, + "duration_seconds": 33.0, + "elite_details": "200*1", + "total_mora": 515.0 + } + } + }, + { + "name": "107蒙德风龙废墟南(600_1,200_2)", + "cover": { + "farming_info": { + "normal_mob_count": 5.0, + "elite_mob_count": 3.0, + "duration_seconds": 133.0, + "elite_details": "600*1,200*2", + "total_mora": 1225.0 + } + } + }, + { + "name": "201璃月离沙郊(600_1,200_2)", + "cover": { + "farming_info": { + "normal_mob_count": 6.0, + "elite_mob_count": 3.0, + "duration_seconds": 91.0, + "elite_details": "600*1,200*2", + "total_mora": 1270.0 + } + } + }, + { + "name": "204璃月天衡山(600_1,200_1)", + "cover": { + "farming_info": { + "normal_mob_count": 3.0, + "elite_mob_count": 2.0, + "duration_seconds": 85.0, + "elite_details": "600*1,200*1", + "total_mora": 935.0 + } + } + }, + { + "name": "206璃月孤云阁北(200_5)", + "cover": { + "farming_info": { + "normal_mob_count": 13.0, + "elite_mob_count": 5.0, + "duration_seconds": 137.0, + "elite_details": "200*5", + "total_mora": 1585.0 + } + } + }, + { + "name": "209璃月天遒谷(600_1,200_4)", + "cover": { + "farming_info": { + "normal_mob_count": 7.0, + "elite_mob_count": 5.0, + "duration_seconds": 107.0, + "elite_details": "600*1,200*4", + "total_mora": 1715.0 + } + } + }, + { + "name": "210璃月南天门(600_2,200_2)", + "cover": { + "farming_info": { + "normal_mob_count": 6.0, + "elite_mob_count": 4.0, + "duration_seconds": 143.0, + "elite_details": "600*2,200*2", + "total_mora": 1870.0 + } + } + }, + { + "name": "211璃月虎牢山(600_1,200_5)", + "cover": { + "farming_info": { + "normal_mob_count": 3.0, + "elite_mob_count": 6.0, + "duration_seconds": 161.0, + "elite_details": "600*1,200*5", + "total_mora": 1735.0 + } + } + }, + { + "name": "212璃月绝云间南(600_1,200_2)", + "cover": { + "farming_info": { + "normal_mob_count": 1.0, + "elite_mob_count": 3.0, + "duration_seconds": 93.0, + "elite_details": "600*1,200*2", + "total_mora": 1045.0 + } + } + }, + { + "name": "213璃月庆云顶(600_3)", + "cover": { + "farming_info": { + "normal_mob_count": 0.0, + "elite_mob_count": 3.0, + "duration_seconds": 107.0, + "elite_details": "600*3", + "total_mora": 1800.0 + } + } + }, + { + "name": "214璃月奥藏山北(600_3,200_2)", + "cover": { + "farming_info": { + "normal_mob_count": 0.0, + "elite_mob_count": 5.0, + "duration_seconds": 110.0, + "elite_details": "600*3,200*2", + "total_mora": 2200.0 + } + } + }, + { + "name": "215璃月奥藏山下(600_1,200_1)", + "cover": { + "farming_info": { + "normal_mob_count": 0.0, + "elite_mob_count": 2.0, + "duration_seconds": 40.0, + "elite_details": "600*1,200*1", + "total_mora": 800.0 + } + } + }, + { + "name": "216璃月珉林北(600_1)", + "cover": { + "farming_info": { + "normal_mob_count": 10.0, + "elite_mob_count": 1.0, + "duration_seconds": 64.0, + "elite_details": "600*1", + "total_mora": 1050.0 + } + } + }, + { + "name": "217璃月珉林南(600_1)", + "cover": { + "farming_info": { + "normal_mob_count": 4.0, + "elite_mob_count": 1.0, + "duration_seconds": 52.0, + "elite_details": "600*1", + "total_mora": 780.0 + } + } + }, + { + "name": "218璃月碧水原(600_1,200_1)", + "cover": { + "farming_info": { + "normal_mob_count": 4.0, + "elite_mob_count": 2.0, + "duration_seconds": 95.0, + "elite_details": "600*1,200*1", + "total_mora": 980.0 + } + } + }, + { + "name": "220璃月地中之盐(600_1)", + "cover": { + "farming_info": { + "normal_mob_count": 2.0, + "elite_mob_count": 1.0, + "duration_seconds": 51.0, + "elite_details": "600*1", + "total_mora": 690.0 + } + } + }, + { + "name": "221璃月震雷宫(600_1)", + "cover": { + "farming_info": { + "normal_mob_count": 1.0, + "elite_mob_count": 1.0, + "duration_seconds": 39.0, + "elite_details": "600*1", + "total_mora": 645.0 + } + } + }, + { + "name": "222璃月层岩北(600_1,200_2)", + "cover": { + "farming_info": { + "normal_mob_count": 0.0, + "elite_mob_count": 3.0, + "duration_seconds": 53.0, + "elite_details": "600*1,200*2", + "total_mora": 1000.0 + } + } + }, + { + "name": "223璃月层岩南(600_1,200_1)", + "cover": { + "farming_info": { + "normal_mob_count": 0.0, + "elite_mob_count": 2.0, + "duration_seconds": 47.0, + "elite_details": "600*1,200*1", + "total_mora": 800.0 + } + } + }, + { + "name": "224璃月沉玉谷南陵浅滩(200_3)", + "cover": { + "farming_info": { + "normal_mob_count": 0.0, + "elite_mob_count": 3.0, + "duration_seconds": 55.0, + "elite_details": "200*3", + "total_mora": 600.0 + } + } + }, + { + "name": "225璃月沉玉谷隐山猊兽南(200_6)", + "cover": { + "farming_info": { + "normal_mob_count": 1.0, + "elite_mob_count": 6.0, + "duration_seconds": 95.0, + "elite_details": "200*6", + "total_mora": 1245.0 + } + } + }, + { + "name": "226璃月沉玉谷赤望台(600_1,200_2)", + "cover": { + "farming_info": { + "normal_mob_count": 0.0, + "elite_mob_count": 3.0, + "duration_seconds": 73.0, + "elite_details": "600*1,200*2", + "total_mora": 1000.0 + } + } + }, + { + "name": "227璃月沉玉谷宝决口南(200_4)", + "cover": { + "farming_info": { + "normal_mob_count": 6.0, + "elite_mob_count": 4.0, + "duration_seconds": 80.0, + "elite_details": "200*4", + "total_mora": 1070.0 + } + } + }, + { + "name": "228璃月沉玉谷神像(200_8)", + "cover": { + "farming_info": { + "normal_mob_count": 0.0, + "elite_mob_count": 8.0, + "duration_seconds": 160.0, + "elite_details": "200*8", + "total_mora": 1600.0 + } + } + }, + { + "name": "229璃月沉玉谷宝决口东(600_1,200_2)", + "cover": { + "farming_info": { + "normal_mob_count": 0.0, + "elite_mob_count": 3.0, + "duration_seconds": 70.0, + "elite_details": "600*1,200*2", + "total_mora": 1000.0 + } + } + }, + { + "name": "230璃月沉玉谷药蝶谷西(600_1)", + "cover": { + "farming_info": { + "normal_mob_count": 4.0, + "elite_mob_count": 1.0, + "duration_seconds": 68.0, + "elite_details": "600*1", + "total_mora": 780.0 + } + } + }, + { + "name": "232璃月沉玉谷灵濛山南(600_1,200_4)", + "cover": { + "farming_info": { + "normal_mob_count": 0.0, + "elite_mob_count": 5.0, + "duration_seconds": 128.0, + "elite_details": "600*1,200*4", + "total_mora": 1400.0 + } + } + }, + { + "name": "233璃月沉玉谷灵濛山东北(600_1,200_1)", + "cover": { + "farming_info": { + "normal_mob_count": 5.0, + "elite_mob_count": 2.0, + "duration_seconds": 85.0, + "elite_details": "600*1,200*1", + "total_mora": 1025.0 + } + } + }, + { + "name": "234璃月沉玉谷上灵濛山东(200_3)", + "cover": { + "farming_info": { + "normal_mob_count": 3.0, + "elite_mob_count": 3.0, + "duration_seconds": 55.0, + "elite_details": "200*3", + "total_mora": 735.0 + } + } + }, + { + "name": "235璃月层岩南山顶丘丘王(600_1)", + "cover": { + "farming_info": { + "normal_mob_count": 0.0, + "elite_mob_count": 1.0, + "duration_seconds": 106.0, + "elite_details": "600*1", + "total_mora": 600.0 + } + } + }, + { + "name": "236璃月层岩地下临时矿道(600_2)", + "cover": { + "farming_info": { + "normal_mob_count": 0.0, + "elite_mob_count": 2.0, + "duration_seconds": 85.0, + "elite_details": "600*2", + "total_mora": 1200.0 + } + } + }, + { + "name": "237璃月层岩地下巨蛇岩洞(600_1)", + "cover": { + "farming_info": { + "normal_mob_count": 0.0, + "elite_mob_count": 1.0, + "duration_seconds": 42.0, + "elite_details": "600*1", + "total_mora": 600.0 + } + } + }, + { + "name": "238璃月层岩地下巨蛇岩洞(200_6)", + "cover": { + "farming_info": { + "normal_mob_count": 0.0, + "elite_mob_count": 6.0, + "duration_seconds": 80.0, + "elite_details": "200*6", + "total_mora": 1200.0 + } + } + }, + { + "name": "239璃月层岩水泽南(600_2)", + "cover": { + "farming_info": { + "normal_mob_count": 0.0, + "elite_mob_count": 2.0, + "duration_seconds": 108.0, + "elite_details": "600*2", + "total_mora": 1200.0 + } + } + }, + { + "name": "240璃月层岩水泽(600_2)", + "cover": { + "farming_info": { + "normal_mob_count": 0.0, + "elite_mob_count": 2.0, + "duration_seconds": 79.0, + "elite_details": "600*2", + "total_mora": 1200.0 + } + } + }, + { + "name": "241璃月层岩地下狭光道(600_2)", + "cover": { + "farming_info": { + "normal_mob_count": 0.0, + "elite_mob_count": 2.0, + "duration_seconds": 80.0, + "elite_details": "600*2", + "total_mora": 1200.0 + } + } + }, + { + "name": "242璃月层岩地下无名遗迹(600_1)", + "cover": { + "farming_info": { + "normal_mob_count": 0.0, + "elite_mob_count": 1.0, + "duration_seconds": 54.0, + "elite_details": "600*1", + "total_mora": 600.0 + } + } + }, + { + "name": "243璃月层岩地下崎岖石厅北(600_1)", + "cover": { + "farming_info": { + "normal_mob_count": 0.0, + "elite_mob_count": 1.0, + "duration_seconds": 59.0, + "elite_details": "600*1", + "total_mora": 600.0 + } + } + }, + { + "name": "244璃月层岩地下崎岖石厅南(600_4)", + "cover": { + "farming_info": { + "normal_mob_count": 1.0, + "elite_mob_count": 4.0, + "duration_seconds": 130.0, + "elite_details": "600*4", + "total_mora": 2445.0 + } + } + }, + { + "name": "245璃月层岩地下狭光道东(600_1)", + "cover": { + "farming_info": { + "normal_mob_count": 0.0, + "elite_mob_count": 1.0, + "duration_seconds": 67.0, + "elite_details": "600*1", + "total_mora": 600.0 + } + } + }, + { + "name": "246璃月层岩地下狭光道西(600_1)", + "cover": { + "farming_info": { + "normal_mob_count": 0.0, + "elite_mob_count": 1.0, + "duration_seconds": 92.0, + "elite_details": "600*1", + "total_mora": 600.0 + } + } + }, + { + "name": "301稻妻镇守之森(600_1,200_1)", + "cover": { + "farming_info": { + "normal_mob_count": 7.0, + "elite_mob_count": 2.0, + "duration_seconds": 80.0, + "elite_details": "600*1,200*1", + "total_mora": 1115.0 + } + } + }, + { + "name": "302稻妻荒海(600_1,200_5)", + "cover": { + "farming_info": { + "normal_mob_count": 0.0, + "elite_mob_count": 6.0, + "duration_seconds": 136.0, + "elite_details": "600*1,200*5", + "total_mora": 1600.0 + } + } + }, + { + "name": "303稻妻砂流之庭(200_2)", + "cover": { + "farming_info": { + "normal_mob_count": 0.0, + "elite_mob_count": 2.0, + "duration_seconds": 30.0, + "elite_details": "200*2", + "total_mora": 400.0 + } + } + }, + { + "name": "304稻妻九条海滩(600_1,200_2)", + "cover": { + "farming_info": { + "normal_mob_count": 17.0, + "elite_mob_count": 3.0, + "duration_seconds": 184.0, + "elite_details": "600*1,200*2", + "total_mora": 1765.0 + } + } + }, + { + "name": "305稻妻相之火旁(600_1)", + "cover": { + "farming_info": { + "normal_mob_count": 5.0, + "elite_mob_count": 1.0, + "duration_seconds": 76.0, + "elite_details": "600*1", + "total_mora": 825.0 + } + } + }, + { + "name": "306稻妻踏鞴砂(600_1,200_19)", + "cover": { + "farming_info": { + "normal_mob_count": 15.0, + "elite_mob_count": 20.0, + "duration_seconds": 400.0, + "elite_details": "600*1,200*19", + "total_mora": 5075.0 + } + } + }, + { + "name": "307稻妻绝缘本后山洞(200_3)", + "cover": { + "farming_info": { + "normal_mob_count": 0.0, + "elite_mob_count": 3.0, + "duration_seconds": 60.0, + "elite_details": "200*3", + "total_mora": 600.0 + } + } + }, + { + "name": "310稻妻珊瑚宫(600_1)", + "cover": { + "farming_info": { + "normal_mob_count": 1.0, + "elite_mob_count": 1.0, + "duration_seconds": 55.0, + "elite_details": "600*1", + "total_mora": 645.0 + } + } + }, + { + "name": "311稻妻萌云神社(600_1,200_5)", + "cover": { + "farming_info": { + "normal_mob_count": 3.0, + "elite_mob_count": 6.0, + "duration_seconds": 128.0, + "elite_details": "600*1,200*5", + "total_mora": 1735.0 + } + } + }, + { + "name": "312稻妻清赖丸(600_1,200_4)", + "cover": { + "farming_info": { + "normal_mob_count": 4.0, + "elite_mob_count": 5.0, + "duration_seconds": 156.0, + "elite_details": "600*1,200*4", + "total_mora": 1580.0 + } + } + }, + { + "name": "313稻妻越石村(200_2)", + "cover": { + "farming_info": { + "normal_mob_count": 0.0, + "elite_mob_count": 2.0, + "duration_seconds": 24.0, + "elite_details": "200*2", + "total_mora": 400.0 + } + } + }, + { + "name": "314稻妻平海砦北(200_3)", + "cover": { + "farming_info": { + "normal_mob_count": 0.0, + "elite_mob_count": 3.0, + "duration_seconds": 32.0, + "elite_details": "200*3", + "total_mora": 600.0 + } + } + }, + { + "name": "315稻妻平海砦南(200_6)", + "cover": { + "farming_info": { + "normal_mob_count": 2.0, + "elite_mob_count": 6.0, + "duration_seconds": 100.0, + "elite_details": "200*6", + "total_mora": 1290.0 + } + } + }, + { + "name": "318稻妻鹤观知比山(200_5)", + "cover": { + "farming_info": { + "normal_mob_count": 4.0, + "elite_mob_count": 5.0, + "duration_seconds": 117.0, + "elite_details": "200*5", + "total_mora": 1180.0 + } + } + }, + { + "name": "320稻妻鹤馆惑饲滩(600_1,400_2,200_8~15)", + "cover": { + "farming_info": { + "normal_mob_count": 8.0, + "elite_mob_count": 11.0, + "duration_seconds": 420.0, + "elite_details": "600*1,400*2,200*8", + "total_mora": 3360.0 + } + } + }, + { + "name": "321稻妻鹤馆(400_3,200_4)", + "cover": { + "farming_info": { + "normal_mob_count": 3.0, + "elite_mob_count": 7.0, + "duration_seconds": 117.0, + "elite_details": "400*3,200*4", + "total_mora": 2135.0 + } + } + }, + { + "name": "322稻妻渊下宫蛇肠之路南(200_2)", + "cover": { + "farming_info": { + "normal_mob_count": 0.0, + "elite_mob_count": 2.0, + "duration_seconds": 37.0, + "elite_details": "200*2", + "total_mora": 400.0 + } + } + }, + { + "name": "323稻妻渊下宫蛇肠之路东(200_4)", + "cover": { + "farming_info": { + "normal_mob_count": 0.0, + "elite_mob_count": 4.0, + "duration_seconds": 54.0, + "elite_details": "200*4", + "total_mora": 800.0 + } + } + }, + { + "name": "326稻妻渊下宫狭间之街西北(600_2,200_2)", + "cover": { + "farming_info": { + "normal_mob_count": 3.0, + "elite_mob_count": 4.0, + "duration_seconds": 148.0, + "elite_details": "600*2,200*2", + "total_mora": 1735.0 + } + } + }, + { + "name": "328稻妻渊下宫狭间之街到东北(600_1,200_3)", + "cover": { + "farming_info": { + "normal_mob_count": 3.0, + "elite_mob_count": 4.0, + "duration_seconds": 100.0, + "elite_details": "600*1,200*3", + "total_mora": 1335.0 + } + } + }, + { + "name": "329稻妻渊下宫大日御舆北小岛(600_1,200_1)", + "cover": { + "farming_info": { + "normal_mob_count": 8.0, + "elite_mob_count": 2.0, + "duration_seconds": 101.0, + "elite_details": "600*1,200*1", + "total_mora": 1160.0 + } + } + }, + { + "name": "330【水免】【高危】稻妻渊下宫大日御舆西(600_1,200_7)", + "cover": { + "farming_info": { + "normal_mob_count": 8.0, + "elite_mob_count": 8.0, + "duration_seconds": 234.0, + "elite_details": "600*1,200*7", + "total_mora": 2360.0 + } + } + }, + { + "name": "332稻妻渊下宫常夜灵庙东北(600_2,200_7)", + "cover": { + "farming_info": { + "normal_mob_count": 0.0, + "elite_mob_count": 9.0, + "duration_seconds": 139.0, + "elite_details": "600*2,200*7", + "total_mora": 2600.0 + } + } + }, + { + "name": "334稻妻渊下宫常夜灵庙南(600_1,200_3)", + "cover": { + "farming_info": { + "normal_mob_count": 2.0, + "elite_mob_count": 4.0, + "duration_seconds": 85.0, + "elite_details": "600*1,200*3", + "total_mora": 1290.0 + } + } + }, + { + "name": "335【高危】稻妻渊下宫蛇心之地西北(600_1)", + "cover": { + "farming_info": { + "normal_mob_count": 0.0, + "elite_mob_count": 1.0, + "duration_seconds": 59.0, + "elite_details": "600*1", + "total_mora": 600.0 + } + } + }, + { + "name": "336稻妻渊下宫蛇心之地(600_2,200_2)", + "cover": { + "farming_info": { + "normal_mob_count": 0.0, + "elite_mob_count": 4.0, + "duration_seconds": 112.0, + "elite_details": "600*2,200*2", + "total_mora": 1600.0 + } + } + }, + { + "name": "337【高危】稻妻渊下宫蛇心之地东(600_1,200_4)", + "cover": { + "farming_info": { + "normal_mob_count": 0.0, + "elite_mob_count": 5.0, + "duration_seconds": 120.0, + "elite_details": "600*1,200*4", + "total_mora": 1400.0 + } + } + }, + { + "name": "338【水免】【高危】稻妻渊下宫蛇心之地南小岛(600_1,200_1)", + "cover": { + "farming_info": { + "normal_mob_count": 0.0, + "elite_mob_count": 2.0, + "duration_seconds": 143.0, + "elite_details": "600*1,200*1", + "total_mora": 800.0 + } + } + }, + { + "name": "401须弥降诸魔山神像(600_1)", + "cover": { + "farming_info": { + "normal_mob_count": 0.0, + "elite_mob_count": 1.0, + "duration_seconds": 36.0, + "elite_details": "600*1", + "total_mora": 600.0 + } + } + }, + { + "name": "406须弥往昔的桓那兰那(400_2,200_2)", + "cover": { + "farming_info": { + "normal_mob_count": 0.0, + "elite_mob_count": 4.0, + "duration_seconds": 60.0, + "elite_details": "400*2,200*2", + "total_mora": 1200.0 + } + } + }, + { + "name": "407须弥善见地(600_1,200_1)", + "cover": { + "farming_info": { + "normal_mob_count": 8.0, + "elite_mob_count": 2.0, + "duration_seconds": 97.0, + "elite_details": "600*1,200*1", + "total_mora": 1160.0 + } + } + }, + { + "name": "408须弥茶诃之座2丘丘王(600_2)", + "cover": { + "farming_info": { + "normal_mob_count": 0.0, + "elite_mob_count": 2.0, + "duration_seconds": 43.0, + "elite_details": "600*2", + "total_mora": 1200.0 + } + } + }, + { + "name": "411须弥沙漠饱饮之丘东(600_1)", + "cover": { + "farming_info": { + "normal_mob_count": 4.0, + "elite_mob_count": 1.0, + "duration_seconds": 56.0, + "elite_details": "600*1", + "total_mora": 780.0 + } + } + }, + { + "name": "412须弥沙漠圣显厅北(600_1,200_1)", + "cover": { + "farming_info": { + "normal_mob_count": 0.0, + "elite_mob_count": 2.0, + "duration_seconds": 103.0, + "elite_details": "600*1,200*1", + "total_mora": 800.0 + } + } + }, + { + "name": "413须弥沙漠圣显厅门口(200_7)", + "cover": { + "farming_info": { + "normal_mob_count": 8.0, + "elite_mob_count": 7.0, + "duration_seconds": 131.0, + "elite_details": "200*7", + "total_mora": 1760.0 + } + } + }, + { + "name": "414须弥沙漠沙虫隧道(600_1)", + "cover": { + "farming_info": { + "normal_mob_count": 0.0, + "elite_mob_count": 1.0, + "duration_seconds": 47.0, + "elite_details": "600*1", + "total_mora": 600.0 + } + } + }, + { + "name": "416须弥沙漠五绿洲的子遗地下(600_1,200_3)", + "cover": { + "farming_info": { + "normal_mob_count": 0.0, + "elite_mob_count": 4.0, + "duration_seconds": 114.0, + "elite_details": "600*1,200*3", + "total_mora": 1200.0 + } + } + }, + { + "name": "417须弥沙漠三运河之地北(600_1)", + "cover": { + "farming_info": { + "normal_mob_count": 7.0, + "elite_mob_count": 1.0, + "duration_seconds": 79.0, + "elite_details": "600*1", + "total_mora": 915.0 + } + } + }, + { + "name": "503枫丹实验室遗址东(600_1,200_4)", + "cover": { + "farming_info": { + "normal_mob_count": 23.0, + "elite_mob_count": 5.0, + "duration_seconds": 244.0, + "elite_details": "600*1,200*4", + "total_mora": 2435.0 + } + } + }, + { + "name": "504枫丹茉洁站(200_7)", + "cover": { + "farming_info": { + "normal_mob_count": 6.0, + "elite_mob_count": 7.0, + "duration_seconds": 131.0, + "elite_details": "200*7", + "total_mora": 1670.0 + } + } + }, + { + "name": "507枫丹幽林雾道(600_1,200_2)", + "cover": { + "farming_info": { + "normal_mob_count": 7.0, + "elite_mob_count": 3.0, + "duration_seconds": 89.0, + "elite_details": "600*1,200*2", + "total_mora": 1315.0 + } + } + }, + { + "name": "508枫丹厄里那斯北(600_2,400_4,200_7)", + "cover": { + "farming_info": { + "normal_mob_count": 3.0, + "elite_mob_count": 13.0, + "duration_seconds": 313.0, + "elite_details": "600*2,400*4,200*7", + "total_mora": 4335.0 + } + } + }, + { + "name": "509枫丹厄里那斯西(600_1,400_1,200_4)", + "cover": { + "farming_info": { + "normal_mob_count": 0.0, + "elite_mob_count": 6.0, + "duration_seconds": 144.0, + "elite_details": "600*1,400*1,200*4", + "total_mora": 1800.0 + } + } + }, + { + "name": "510枫丹厄里那斯南(400_2,200_5)", + "cover": { + "farming_info": { + "normal_mob_count": 0.0, + "elite_mob_count": 7.0, + "duration_seconds": 96.0, + "elite_details": "400*2,200*5", + "total_mora": 1800.0 + } + } + }, + { + "name": "511枫丹苍晶区f6(600_1,200_10)", + "cover": { + "farming_info": { + "normal_mob_count": 1.0, + "elite_mob_count": 11.0, + "duration_seconds": 262.0, + "elite_details": "600*1,200*10", + "total_mora": 2645.0 + } + } + }, + { + "name": "516枫丹卡布狄斯堡 浊水幻灵(600_1,200_1)", + "cover": { + "farming_info": { + "normal_mob_count": 2.0, + "elite_mob_count": 2.0, + "duration_seconds": 90.0, + "elite_details": "600*1,200*1", + "total_mora": 890.0 + } + } + }, + { + "name": "518枫丹佩特莉可镇 浊水幻灵(200_3)", + "cover": { + "farming_info": { + "normal_mob_count": 0.0, + "elite_mob_count": 3.0, + "duration_seconds": 55.0, + "elite_details": "200*3", + "total_mora": 600.0 + } + } + }, + { + "name": "601纳塔奥奇(600_1,400_1)次数盾", + "cover": { + "farming_info": { + "normal_mob_count": 4.0, + "elite_mob_count": 2.0, + "duration_seconds": 124.0, + "elite_details": "600*1,400*1", + "total_mora": 1180.0 + } + } + }, + { + "name": "602纳塔奥奇(600_3)次数盾", + "cover": { + "farming_info": { + "normal_mob_count": 3.0, + "elite_mob_count": 3.0, + "duration_seconds": 149.0, + "elite_details": "600*3", + "total_mora": 2005.0 + } + } + }, + { + "name": "603纳塔奥奇(600_4)次数盾", + "cover": { + "farming_info": { + "normal_mob_count": 0.0, + "elite_mob_count": 4.0, + "duration_seconds": 218.0, + "elite_details": "600*4", + "total_mora": 2400.0 + } + } + }, + { + "name": "604纳塔奥奇(400_3,200_9)次数盾", + "cover": { + "farming_info": { + "normal_mob_count": 10.0, + "elite_mob_count": 12.0, + "duration_seconds": 402.0, + "elite_details": "400*3,200*9", + "total_mora": 3450.0 + } + } + }, + { + "name": "605纳塔奥奇(600_1)次数盾", + "cover": { + "farming_info": { + "normal_mob_count": 0.0, + "elite_mob_count": 1.0, + "duration_seconds": 61.0, + "elite_details": "600*1", + "total_mora": 600.0 + } + } + }, + { + "name": "606纳塔奥奇(400_2,200_2)次数盾", + "cover": { + "farming_info": { + "normal_mob_count": 1.0, + "elite_mob_count": 4.0, + "duration_seconds": 186.0, + "elite_details": "600*1,400*1,200*2", + "total_mora": 1445.0 + } + } + }, + { + "name": "607纳塔奥奇东南岛(200_2)", + "cover": { + "farming_info": { + "normal_mob_count": 0.0, + "elite_mob_count": 2.0, + "duration_seconds": 40.0, + "elite_details": "200*2", + "total_mora": 400.0 + } + } + }, + { + "name": "611纳塔火山安饶之野东北边缘(200_1)", + "cover": { + "farming_info": { + "normal_mob_count": 7.0, + "elite_mob_count": 1.0, + "duration_seconds": 61.0, + "elite_details": "200*1", + "total_mora": 655.0 + } + } + }, + { + "name": "612纳塔火山安饶之野入口(600_1,200_1)", + "cover": { + "farming_info": { + "normal_mob_count": 5.0, + "elite_mob_count": 2.0, + "duration_seconds": 80.0, + "elite_details": "600*1,200*1", + "total_mora": 1025.0 + } + } + }, + { + "name": "316稻妻天云峠(200_20)", + "cover": { + "farming_info": { + "normal_mob_count": 0.0, + "elite_mob_count": 20.0, + "duration_seconds": 306.0, + "elite_details": "200*20", + "total_mora": 4000.0 + } + } + }, + { + "name": "317稻妻鹤观千来神祠(200_12~16)", + "cover": { + "farming_info": { + "normal_mob_count": 7.0, + "elite_mob_count": 12.0, + "duration_seconds": 250.0, + "elite_details": "200*12", + "total_mora": 2715.0 + } + } + }, + { + "name": "319稻妻鹤观茂知祭场(200_9)", + "cover": { + "farming_info": { + "normal_mob_count": 6.0, + "elite_mob_count": 9.0, + "duration_seconds": 184.0, + "elite_details": "200*9", + "total_mora": 2070.0 + } + } + }, + { + "name": "106蒙德风龙废墟北(200_2)", + "cover": { + "farming_info": { + "normal_mob_count": 0.0, + "elite_mob_count": 2.0, + "duration_seconds": 87.0, + "elite_details": "200*2", + "total_mora": 400.0 + } + } + }, + { + "name": "202【高危】璃月灵矩关(200_4)", + "cover": { + "farming_info": { + "normal_mob_count": 0.0, + "elite_mob_count": 4.0, + "duration_seconds": 151.0, + "elite_details": "200*4", + "total_mora": 800.0 + } + } + }, + { + "name": "203璃月遁玉陵f4(200_4)", + "cover": { + "farming_info": { + "normal_mob_count": 0.0, + "elite_mob_count": 4.0, + "duration_seconds": 141.0, + "elite_details": "200*4", + "total_mora": 800.0 + } + } + }, + { + "name": "205【高危】璃月孤云阁f4(200_4)", + "cover": { + "farming_info": { + "normal_mob_count": 0.0, + "elite_mob_count": 4.0, + "duration_seconds": 99.0, + "elite_details": "200*4", + "total_mora": 800.0 + } + } + }, + { + "name": "207【高危】璃月孤云阁山顶(200_3)", + "cover": { + "farming_info": { + "normal_mob_count": 0.0, + "elite_mob_count": 3.0, + "duration_seconds": 103.0, + "elite_details": "200*3", + "total_mora": 600.0 + } + } + }, + { + "name": "208璃月渌华池(200_3)", + "cover": { + "farming_info": { + "normal_mob_count": 3.0, + "elite_mob_count": 3.0, + "duration_seconds": 80.0, + "elite_details": "200*3", + "total_mora": 735.0 + } + } + }, + { + "name": "219璃月轻策庄 浊水幻灵(200_2)", + "cover": { + "farming_info": { + "normal_mob_count": 0.0, + "elite_mob_count": 2.0, + "duration_seconds": 41.0, + "elite_details": "200*2", + "total_mora": 400.0 + } + } + }, + { + "name": "231璃月沉玉谷暝垣山(200_4)", + "cover": { + "farming_info": { + "normal_mob_count": 0.0, + "elite_mob_count": 4.0, + "duration_seconds": 86.0, + "elite_details": "200*4", + "total_mora": 800.0 + } + } + }, + { + "name": "308稻妻水月池(200_8)", + "cover": { + "farming_info": { + "normal_mob_count": 0.0, + "elite_mob_count": 8.0, + "duration_seconds": 252.0, + "elite_details": "200*8", + "total_mora": 1600.0 + } + } + }, + { + "name": "309稻妻海祇岛北(200_2)", + "cover": { + "farming_info": { + "normal_mob_count": 0.0, + "elite_mob_count": 2.0, + "duration_seconds": 39.0, + "elite_details": "200*2", + "total_mora": 400.0 + } + } + }, + { + "name": "324稻妻渊下宫狭间之街西南(200_5)", + "cover": { + "farming_info": { + "normal_mob_count": 0.0, + "elite_mob_count": 5.0, + "duration_seconds": 106.0, + "elite_details": "200*5", + "total_mora": 1000.0 + } + } + }, + { + "name": "325稻妻渊下宫狭间之街西(200_9)", + "cover": { + "farming_info": { + "normal_mob_count": 0.0, + "elite_mob_count": 9.0, + "duration_seconds": 183.0, + "elite_details": "200*9", + "total_mora": 1800.0 + } + } + }, + { + "name": "327稻妻渊下宫狭间之街到东南(200_6)", + "cover": { + "farming_info": { + "normal_mob_count": 0.0, + "elite_mob_count": 6.0, + "duration_seconds": 219.0, + "elite_details": "200*6", + "total_mora": 1200.0 + } + } + }, + { + "name": "331稻妻渊下宫大日御舆东(200_3)", + "cover": { + "farming_info": { + "normal_mob_count": 0.0, + "elite_mob_count": 3.0, + "duration_seconds": 73.0, + "elite_details": "200*3", + "total_mora": 600.0 + } + } + }, + { + "name": "333稻妻渊下宫常夜灵庙西南(200_7)", + "cover": { + "farming_info": { + "normal_mob_count": 0.0, + "elite_mob_count": 7.0, + "duration_seconds": 144.0, + "elite_details": "200*7", + "total_mora": 1400.0 + } + } + }, + { + "name": "402须弥香醉坡(200_1)", + "cover": { + "farming_info": { + "normal_mob_count": 0.0, + "elite_mob_count": 1.0, + "duration_seconds": 41.0, + "elite_details": "200*1", + "total_mora": 200.0 + } + } + }, + { + "name": "403须弥茸蕈窟(200_4)", + "cover": { + "farming_info": { + "normal_mob_count": 0.0, + "elite_mob_count": 4.0, + "duration_seconds": 122.0, + "elite_details": "200*4", + "total_mora": 800.0 + } + } + }, + { + "name": "404须弥二净甸(200_3)", + "cover": { + "farming_info": { + "normal_mob_count": 0.0, + "elite_mob_count": 3.0, + "duration_seconds": 136.0, + "elite_details": "200*3", + "total_mora": 600.0 + } + } + }, + { + "name": "405须弥觉王之殿南(600_1,200_1)", + "cover": { + "farming_info": { + "normal_mob_count": 5.0, + "elite_mob_count": 2.0, + "duration_seconds": 121.0, + "elite_details": "600*1,200*1", + "total_mora": 1025.0 + } + } + }, + { + "name": "409须弥茶诃之座(200_9)", + "cover": { + "farming_info": { + "normal_mob_count": 0.0, + "elite_mob_count": 9.0, + "duration_seconds": 224.0, + "elite_details": "200*9", + "total_mora": 1800.0 + } + } + }, + { + "name": "410须弥沙漠丰饶绿洲(200_2)", + "cover": { + "farming_info": { + "normal_mob_count": 0.0, + "elite_mob_count": 2.0, + "duration_seconds": 46.0, + "elite_details": "200*2", + "total_mora": 400.0 + } + } + }, + { + "name": "415须弥沙漠避让之丘(200_2)", + "cover": { + "farming_info": { + "normal_mob_count": 0.0, + "elite_mob_count": 2.0, + "duration_seconds": 46.0, + "elite_details": "200*2", + "total_mora": 400.0 + } + } + }, + { + "name": "501枫丹城 浊水幻灵(200_3)", + "cover": { + "farming_info": { + "normal_mob_count": 1.0, + "elite_mob_count": 3.0, + "duration_seconds": 60.0, + "elite_details": "200*3", + "total_mora": 645.0 + } + } + }, + { + "name": "502【高危】枫丹芒索斯山东麓(200_3)", + "cover": { + "farming_info": { + "normal_mob_count": 0.0, + "elite_mob_count": 3.0, + "duration_seconds": 130.0, + "elite_details": "200*3", + "total_mora": 600.0 + } + } + }, + { + "name": "505枫丹茉洁站北 浊水幻灵(200_6)", + "cover": { + "farming_info": { + "normal_mob_count": 9.0, + "elite_mob_count": 6.0, + "duration_seconds": 195.0, + "elite_details": "200*6", + "total_mora": 1605.0 + } + } + }, + { + "name": "506枫丹湖中垂柳 浊水幻灵(200_2)", + "cover": { + "farming_info": { + "normal_mob_count": 0.0, + "elite_mob_count": 2.0, + "duration_seconds": 87.0, + "elite_details": "200*2", + "total_mora": 400.0 + } + } + }, + { + "name": "512枫丹苍晶区神像(200_2)", + "cover": { + "farming_info": { + "normal_mob_count": 0.0, + "elite_mob_count": 2.0, + "duration_seconds": 45.0, + "elite_details": "200*2", + "total_mora": 400.0 + } + } + }, + { + "name": "513枫丹厄里那斯东 浊水幻灵(200_2)", + "cover": { + "farming_info": { + "normal_mob_count": 0.0, + "elite_mob_count": 2.0, + "duration_seconds": 50.0, + "elite_details": "200*2", + "total_mora": 400.0 + } + } + }, + { + "name": "514枫丹秋分山西侧 浊水幻灵(200_6)", + "cover": { + "farming_info": { + "normal_mob_count": 3.0, + "elite_mob_count": 6.0, + "duration_seconds": 175.0, + "elite_details": "200*6", + "total_mora": 1335.0 + } + } + }, + { + "name": "515枫丹秋分山东 浊水幻灵(200_6)", + "cover": { + "farming_info": { + "normal_mob_count": 0.0, + "elite_mob_count": 6.0, + "duration_seconds": 130.0, + "elite_details": "200*6", + "total_mora": 1200.0 + } + } + }, + { + "name": "517枫丹莫尔泰区 浊水幻灵(200_4)", + "cover": { + "farming_info": { + "normal_mob_count": 3.0, + "elite_mob_count": 4.0, + "duration_seconds": 106.0, + "elite_details": "200*4", + "total_mora": 935.0 + } + } + }, + { + "name": "608纳塔城(200_5)", + "cover": { + "farming_info": { + "normal_mob_count": 0.0, + "elite_mob_count": 5.0, + "duration_seconds": 185.0, + "elite_details": "200*5", + "total_mora": 1000.0 + } + } + }, + { + "name": "609纳塔溶水域南(200_3)", + "cover": { + "farming_info": { + "normal_mob_count": 0.0, + "elite_mob_count": 3.0, + "duration_seconds": 134.0, + "elite_details": "200*3", + "total_mora": 600.0 + } + } + }, + { + "name": "610纳塔硫晶支脉(200_1)", + "cover": { + "farming_info": { + "normal_mob_count": 0.0, + "elite_mob_count": 1.0, + "duration_seconds": 43.0, + "elite_details": "200*1", + "total_mora": 200.0 + } + } + }, + { + "name": "613纳塔火山孑遗的留迹 炉壳山鼬(200_1)", + "cover": { + "farming_info": { + "normal_mob_count": 0.0, + "elite_mob_count": 1.0, + "duration_seconds": 94.0, + "elite_details": "200*1", + "total_mora": 200.0 + } + } + }, + { + "name": "614纳塔火山安饶之野南 炉壳山鼬(200_1)", + "cover": { + "farming_info": { + "normal_mob_count": 3.0, + "elite_mob_count": 1.0, + "duration_seconds": 61.0, + "elite_details": "200*1", + "total_mora": 335.0 + } + } + }, + { + "name": "615纳塔火山安饶之野西 炉壳山鼬(200_1)", + "cover": { + "farming_info": { + "normal_mob_count": 1.0, + "elite_mob_count": 1.0, + "duration_seconds": 65.0, + "elite_details": "200*1", + "total_mora": 280.0 + } + } + }, + { + } + ] +} \ No newline at end of file